obsidian-cli-plugins is a Codex/agent skill for Obsidian vault automation. It provides a stable script interface for vault doctor checks, Git-backed sync, daily/weekly/monthly journal records, Tasks plugin todos, project records under 01project/, safe vault reads/searches, attachment-backed records, Obsidian plugin commands, and OpenClaw skill sync. The distributable skill lives at: The repository
One-time purchase · Instant download access
Comprehensive Obsidian vault automation with clear workflows, Git sync, and multi-agent support
obsidian-cli-plugins is a Codex/agent skill for Obsidian vault automation. It provides a stable script interface for vault doctor checks, Git-backed sync, daily/weekly/monthly journal records, Tasks plugin todos, project records under 01_project/, safe vault reads/searches, attachment-backed records, Obsidian plugin commands, and OpenClaw skill sync.
The distributable skill lives at:
skills/obsidian-cli-plugins/
The repository also includes a Codex plugin manifest:
.codex-plugin/plugin.json
And a repo-scoped Codex marketplace descriptor:
.agents/plugins/marketplace.json
Copy or clone skills/obsidian-cli-plugins into your local skills directory:
mkdir -p ~/.codex/skills
cp -R skills/obsidian-cli-plugins ~/.codex/skills/obsidian-cli-plugins
Add this repository as a Codex plugin marketplace:
codex plugin marketplace add DXShelley/obsidian-cli-plugins-skill
Then install obsidian-cli-plugins from the marketplace UI or plugin command flow.
For OpenClaw, sync from the installed Codex skill:
python3 ~/.codex/skills/obsidian-cli-plugins/scripts/sync_openclaw.py
Set vault configuration per host or runtime:
export OBSIDIAN_VAULT=obsidian-2026
export OBSIDIAN_VAULT_PATH=~/git/obsidian-2026
export OBSIDIAN_BIN=obsidian
Run doctor first on a new machine, container, SSH session, OpenClaw runtime, or unfamiliar agent runtime:
python3 ~/.codex/skills/obsidian-cli-plugins/scripts/obsidian_workflows.py doctor
Show today's tasks:
python3 ~/.codex/skills/obsidian-cli-plugins/scripts/obsidian_workflows.py tasks show --period day --date today
Add a sync-backed task:
python3 ~/.codex/skills/obsidian-cli-plugins/scripts/obsidian_workflows.py add-task-sync --period day --date today --kind auto --text "Follow up on the project"
Add an inline record to today's journal:
python3 ~/.codex/skills/obsidian-cli-plugins/scripts/obsidian_workflows.py record-sync --mode inline --period day --date today --text "Captured note text"
Inspect project note structure:
python3 ~/.codex/skills/obsidian-cli-plugins/scripts/obsidian_workflows.py project-template-structure --project "Example Project"
doctor before modifying a vault from a new runtime.add-task-sync, record-sync, and project-record-sync for normal writes.Validate the skill metadata:
python3 ~/.codex/skills/.system/skill-creator/scripts/quick_validate.py skills/obsidian-cli-plugins
Run the bundled tests:
python3 -m pytest skills/obsidian-cli-plugins/scripts/tests
Prebuilt ZIP files are included under dist/:
obsidian-cli-plugins-codex-plugin-1.0.0.zip: Codex plugin package with .codex-plugin/plugin.json.obsidian-cli-plugins-skill-public-20260706.zip: includes the top-level obsidian-cli-plugins/ folder.obsidian-cli-plugins-skill-public-flat-20260706.zip: contains SKILL.md at the archive root for platforms that expect flat uploads.See PUBLISHING.md for platform-specific publishing notes.
Buy to install
$2 · One-time purchase
Obsidian CLI Plugins is a free, open-source AI agent skill. obsidian-cli-plugins is a Codex/agent skill for Obsidian vault automation. It provides a stable script interface for vault doctor checks, Git-backed sync, daily/weekly/monthly journal records, Tasks plugin todos, project records under 01project/, safe vault reads/searches, attachment-backed records, Obsidian plugin commands, and OpenClaw skill sync. The distributable skill lives at: The repository
Obsidian CLI Plugins works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.