Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Muse

tekgadgttekgadgt36 downloads

Distraction-free writing mode with AI-generated prompts personalized to your projects and interests.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates6

A distraction-free writing plugin for Obsidian that generates personalized blog post topics using AI. Enter writing mode, get a prompt based on your actual projects and interests, and start writing.

Features

  • Full-screen writing mode — hides all Obsidian UI, leaving just your prompt and a clean writing surface
  • Personalized prompts — pulls your real GitHub repositories and combines them with your profile to suggest specific, concrete blog post topics
  • No repeats — remembers your recent prompts and asks for something different each time
  • Multi-provider — works with Anthropic (Claude) or OpenAI (GPT), your choice
  • Works on mobile — designed for desktop and mobile Obsidian, including Android with physical keyboards

Installation

Until Muse is available in the Obsidian community marketplace, install it manually using the GitHub CLI:

# Latest release
gh release download \
  --repo TekGadgt/Muse \
  --pattern "main.js" \
  --pattern "manifest.json" \
  --pattern "styles.css" \
  --dir <vault>/.obsidian/plugins/Muse/

# Specific version
gh release download 0.3.2 \
  --repo TekGadgt/Muse \
  --pattern "main.js" \
  --pattern "manifest.json" \
  --pattern "styles.css" \
  --dir <vault>/.obsidian/plugins/Muse/

Replace <vault> with the path to your Obsidian vault. After downloading, enable the plugin in Settings > Community plugins.

Setup

  1. Install the plugin and enable it
  2. Open Settings > Muse
  3. Choose your AI provider (Anthropic or OpenAI)
  4. Enter your API key (Anthropic or OpenAI)
  5. Optionally set a model override (defaults to Claude Sonnet for Anthropic, GPT-4o for OpenAI)
  6. Fill in your profile — name, website, GitHub username, bio, topics of interest, and any additional context
  7. Set an output folder (defaults to Muse/)

Usage

Enter writing mode via:

  • Command palette — search "Muse: Enter writing mode"
  • Ribbon icon — click the pencil icon in the left sidebar

A writing prompt appears at the top. Write below it. Your work is auto-saved every few seconds.

Exit by pressing Escape (or tapping Done on mobile touch).

Each session creates a new date-stamped note in your output folder (e.g., 2026-04-04.md). The prompt is preserved as a blockquote at the top of the note.

How it works

When you enter writing mode, the plugin:

  1. Fetches your public GitHub repos for real project context
  2. Reads recent prompts from your output folder to avoid repeats
  3. Sends your profile + repo list + past prompts to your chosen AI provider to generate a blog post topic
  4. Creates a new note with the prompt and opens the writing surface

API usage

Each session makes:

  • 1 request to the GitHub API (public, no auth needed)
  • 1 request to your chosen AI provider (uses your API key, billed to your account)

The plugin uses a 300 token max per prompt, so each session costs fractions of a cent.

Requirements

  • An API key from Anthropic or OpenAI
  • Obsidian 1.11.4+ (required for secret storage)

Acknowledgements

Built with the help of obsidian-plugin-skill.

88%
HealthExcellent
ReviewSatisfactory
About
Enter a distraction-free full-screen writing mode that hides Obsidian's UI and opens a clean surface with your AI prompt preserved as a blockquote in a new date-stamped note. Generate personalized blog-topic prompts from your GitHub projects and profile, avoid repeats by checking recent prompts, use Anthropic or OpenAI models, and autosave your work.
AIWritingIntegrations
Details
Current version
1.0.0
Last updated
3 weeks ago
Created
2 months ago
Updates
6 releases
Downloads
36
Compatible with
Obsidian 1.11.4+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
tekgadgttekgadgt
GitHubtekgadgt
  1. Community
  2. Plugins
  3. AI
  4. Muse

Related plugins

Smart Composer

AI chat with note context, smart writing assistance, and one-click edits for your vault.

BMO Chatbot

Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) such as OpenAI's "gpt-3.5-turbo" and "gpt-4".

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.

Text Generator

Generate text content using GPT-3 (OpenAI).

LanguageTool Integration

advanced spell/grammar checks with the help of language-tool.

Local GPT

Local Ollama and OpenAI-like GPT's assistance for maximum privacy and offline access.

ChatGPT MD

A seamless integration of ChatGPT, OpenRouter.ai and local LLMs via Ollama into your notes.

Neural Composer

Local Graph RAG powered by LightRAG. Chat with your notes using deep knowledge graph connections.

Snipd Official

Sync Snipd podcast highlights to your vault with transcript, notes, AI summaries and metadata.

Local REST API & MCP Server

Unlock your automation needs by interacting with your notes over a secure REST API.