From obsidian-plugin
Manages Obsidian Publish and Sync via official CLI: lists published notes, adds/removes notes from Publish, checks Sync status. For publishing workflows and sync checks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian-plugin:publish-synchaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage Obsidian Publish and Obsidian Sync services using the official CLI.
Manage Obsidian Publish and Obsidian Sync services using the official CLI.
Use this skill automatically when:
# All currently published notes
obsidian publish:list
# JSON output
obsidian publish:list format=json
# Publish a note
obsidian publish:add file="Public Note"
# Publish by path
obsidian publish:add path="blog/post.md"
# Unpublish a note
obsidian publish:remove file="Draft Post"
# Current sync state
obsidian sync:status
# Find all notes tagged for publish, then add them
obsidian search query="[tag:publish]" format=json
# Then publish each result
obsidian publish:add file="Note Name"
# Compare published notes with tagged notes
obsidian publish:list format=json
obsidian tag tagname=publish
| Context | Command |
|---|---|
| List published (structured) | obsidian publish:list format=json |
| Publish a note | obsidian publish:add file="X" |
| Unpublish a note | obsidian publish:remove file="X" |
| Sync status | obsidian sync:status |
npx claudepluginhub laurigates/claude-plugins --plugin obsidian-pluginExecutes Obsidian CLI commands to read/write notes, search vaults, manage tasks/files, detect orphans/broken links, handle sync/history. Activates on vault operation requests.
Interact with an Obsidian vault via its CLI — read, create, search notes, manage tasks and properties. Also supports plugin/theme development with reload, error capture, screenshots, and DOM inspection commands.
Interact with Obsidian vaults: read, create, search, manage notes/tasks/properties via CLI. Also supports plugin/theme development with reload, JS eval, error capture, screenshots, DOM inspection.