Luis Mendez13 downloadsPlan, run, and review provider-native AI agents inside your vault, keeping every conversation and edit as Markdown you own.
Plan the work, run it, review what came back, keep the record. All in your vault.

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.
| 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:
/ 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.Shift+Tab. The agent explores and designs before implementing, then presents a plan for approval.#) — Refined custom instructions added from the chat input.Install via the Beta Reviewers Auto-update Tool (BRAT):
Luis85/specorator.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.
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.
SecretStorage, not in plain-text
vault config files. (This is why minAppVersion is 1.11.5.)~/.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.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.
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.
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.