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

Specorator

Luis MendezLuis Mendez13 downloads

Plan, run, and review provider-native AI agents inside your vault, keeping every conversation and edit as Markdown you own.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

Plan the work, run it, review what came back, keep the record. All in your vault.

Specorator preview

You're already using AI for serious work. Drafting emails. Planning trips. Comparing options. Reading the long report you don't want to read yourself. The conversations help, but the moment you close the tab, the work is gone. Tomorrow you start again from scratch.

Specorator brings that work inside your Obsidian vault. The drafts, plans, summaries, and edits land in notes you keep. Conversations are saved too, so you can pick one up tomorrow instead of starting fresh. It runs real provider-native agents — Claude Code, Codex, Opencode, Cursor Agent — with your vault as their working directory: file read/write, search, bash, and multi-step workflows all work out of the box.

What it solves

  • Typing the same prompts every day. Save any prompt as a vault note and fire it from a one-tap picker.
  • Being locked into one tool's UI for one provider. Use whichever providers you have access to, in one workspace.
  • AI work scattering across thirty open tabs. A board tracks every handoff from inbox to done.
  • The agent quietly changing your notes. Preview every edit before it lands, or flip on YOLO mode when you trust the run.

What's inside

Feature What it is
Co-Worker — Chat A workspace beside your notes that already knows what you're looking at and what you've highlighted.
Multi Provider Support Different engines for different jobs. Pick the one that fits the moment.
Quick Actions Your most-used prompts, one tap away. Stored as vault notes you own.
Agent Kanban Board A board for things you have handed off. Inbox to done, never lost in chat history.

Start in chat for fast foreground work, then move durable handoffs to the board when they need priority, acceptance criteria, background-style running, or review.

Everyday surfaces:

  • Inline Edit — Select text or start at the cursor + hotkey to edit directly in notes with word-level diff preview.
  • Slash Commands & Skills — Type / or $ for reusable prompt templates or Skills from user- and vault-level scopes.
  • @mention — Type @ to mention vault files, subagents, MCP servers, or files in external directories.
  • Plan Mode — Toggle via Shift+Tab. The agent explores and designs before implementing, then presents a plan for approval.
  • Instruction Mode (#) — Refined custom instructions added from the chat input.
  • MCP Servers — Connect external tools via Model Context Protocol (stdio, SSE, HTTP).
  • Multi-Tab & Conversations — Multiple chat tabs, conversation history, fork, resume, and compact.

What this is not

  • Not a code-only tool. The plugin is for anyone who works in notes — writers, planners, researchers, students, small-business owners, anyone keeping track of thinking in their vault.
  • Not a hosted service. Your notes live on your computer. No account is required.
  • Not a single-provider lock-in. Use whichever providers you have access to. If you only have one, that is fine.
  • Not magic. You decide the level of oversight. Preview every change before you accept it, or flip on YOLO mode and let the agent run on its own.
  • If you leave Specorator, your notes are still ordinary Markdown.

Requirements

  • Claude provider: Claude Code CLI installed (native install recommended). Claude subscription/API or a compatible provider.
  • Optional providers: Codex CLI, Opencode, Cursor Agent CLI.
  • Obsidian v1.11.5+
  • Desktop only (macOS, Linux, Windows)

Install

Install via the Beta Reviewers Auto-update Tool (BRAT):

  1. Install BRAT from the Obsidian community-plugin directory.
  2. In BRAT, Add Beta Plugin → Luis85/specorator.
  3. Enable Specorator in Obsidian → Settings → Community plugins.

Submission to the official Obsidian community-plugin registry is planned once v1.0.x stabilises.

Already installed? Open Settings → Specorator to point it at the providers you have, then open the chat sidebar from the ribbon or the command palette.

Privacy, network use, and data handling

Specorator is a local plugin with no telemetry and no analytics — it never collects usage data or phones home. What leaves your machine is only what you send to the AI provider you choose, and only when you send it.

  • Remote services. When you run a turn, the prompt plus any context you attach (selected text, mentioned files, images) is sent to the provider that powers that conversation: Anthropic (Claude), OpenAI (Codex), Cursor, or Opencode. If you configure MCP servers, the data you route to them is sent to those endpoints too. Review each provider's own privacy policy and terms — your usage is governed by them. No provider is contacted until you trigger a turn against it.
  • No account with us. Specorator has no backend and no Specorator account. Provider authentication is handled by each provider's own CLI/credentials.
  • Credentials. Provider API keys, MCP auth headers, and MCP env vars are stored in your OS keychain via Obsidian SecretStorage, not in plain-text vault config files. (This is why minAppVersion is 1.11.5.)
  • Filesystem access beyond the vault. Specorator reads provider transcript directories outside your vault — ~/.claude/, ~/.codex/, and ~/.cursor/ — to hydrate conversation history. The agents it runs use your vault as their working directory, but because they are real provider-native CLIs they can read, write, and execute anywhere your user account can. See Security model below.

Security model

Specorator runs real provider-native agent CLIs as subprocesses, which means the agent can edit files and run shell commands. Treat it with the same caution you would the underlying CLI in a terminal.

  • Preview before apply (default). File writes and edits surface a word-level diff you approve before anything lands in your notes.
  • YOLO mode is opt-in. Turning it on lets a run apply edits and run tools without per-step approval. Only enable it for runs you trust.
  • Scoped subprocess environment. Child processes receive an allowlisted environment, not your full shell environment, so host secrets are not leaked wholesale into spawned CLIs.
  • External binaries required. Specorator does not bundle the agents; it drives the CLIs you install yourself (see Requirements). It contains no auto-update mechanism — updates come through Obsidian.

Where it's heading

Specorator v1.0.0 is today's feature set — Chat, Multi-Provider, Quick Actions, Agent Board — shipped as a standalone plugin. The post-1.0 roadmap layers an agent harness on top: terminal-free setup, one-click revert, a vault-aware assistant, and tap-to-configure workflows. The plan is the Specorator Agent Harness PRD.

Origins

Specorator combines two project lines: an evolved provider-native agent plugin that began as a fork of the original Claudian Obsidian plugin by Yishen Tu, and earlier Specorator work around spec-driven Obsidian workflows. See CREDITS.md for the full provenance and acknowledgements.

HealthExcellent
ReviewSatisfactory
About
Plan, run, review, and record work with AI agents inside your Obsidian vault, saving drafts, chats, summaries, and edits as notes you keep. Run provider-native agents that read/write files, run searches and bash, execute multi-step workflows, manage handoffs on an agent Kanban board, fire saved prompts from vault notes, and preview edits before applying them.
AIAutomationProject management
Details
Current version
1.2.0
Last updated
11 hours ago
Created
2 months ago
Updates
3 releases
Downloads
13
Compatible with
Obsidian 1.11.5+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
Luis MendezLuis Mendezluis85
GitHubluis85
  1. Community
  2. Plugins
  3. AI
  4. Specorator

Related plugins

Karpathy LLM Wiki

Karpathy's LLM Wiki implementation - multi-page knowledge generation with entity/concept pages and conversational query.

Smart Templates

AI powered templates for generating structured content. Works with Local Models, Anthropic Claude, Gemini, OpenAI & more.

Templater

Create and use dynamic templates.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Homepage

Open a note, base, or workspace on startup, or set it for quick access later.

Claudian

Embeds Claude Code/Codex as an AI collaborator in your vault. Your vault becomes agent's working directory, giving it full agentic capabilities: file read/write, search, bash commands, and multi-step workflows.

Copilot

Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.

Lazy Loader

Load plugins with a delay on startup, so that you can get your app startup down into the sub-second loading time.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Longform

Helps you write and edit novels, screenplays, and other long projects.