Agent Plugins Marketplace
All plugins

codex-obsidian

v0.1.0

Codex plugin for local Obsidian workflows through the official desktop CLI.

Codex7 Skills

By Greg AsherLicense: MIT1.1k GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex
Parsed components
7 skill or MCP entries
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install codex-obsidian for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add codex-obsidian@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “codex-obsidian” remain stable.

  • Codex: codex-obsidian@agent-plugin-marketplacecodex-obsidian@awesome-codex-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/greg-asher/codex-obsidian/.

Plugin files

plugins/greg-asher/codex-obsidian/
├── .codex-plugin/plugin.json
├── skills/obsidian-cli-bases-and-bookmarks/SKILL.md
├── skills/obsidian-cli-devtools/SKILL.md
├── skills/obsidian-cli-runtime-admin/SKILL.md
├── skills/obsidian-cli-sync-and-publish/SKILL.md
├── skills/obsidian-cli-workflows/SKILL.md
├── skills/obsidian-cli-workspace-and-navigation/SKILL.md
└── skills/obsidian-official-cli/SKILL.md

Included Skills7

obsidian-cli-bases-and-bookmarksskills/obsidian-cli-bases-and-bookmarks/SKILL.md

Use this skill when the user needs official desktop Obsidian CLI Bases or Bookmarks workflows, including base discovery, view/query operations, base item creation, and bookmark management. Keep this skill separate from general note CRUD, runtime admin, Sync/Publish, and devtools diagnostics.

obsidian-cli-devtoolsskills/obsidian-cli-devtools/SKILL.md

Use this skill when the user needs Obsidian runtime debugging or developer introspection through official desktop Obsidian CLI developer commands, including devtools, console/errors capture, DOM/CSS inspection, screenshots, CDP calls, and controlled eval. Do not use for regular note CRUD, task/property editing, Sync/Publish administration, or community tooling outside the official CLI.

obsidian-cli-runtime-adminskills/obsidian-cli-runtime-admin/SKILL.md

Use this skill when the user needs Obsidian runtime administration through official desktop CLI commands for plugins, restricted mode, themes, CSS snippets, command catalog/hotkeys, or targeted command execution. Keep this skill separate from note CRUD, Sync/Publish, and devtools diagnostics.

obsidian-cli-sync-and-publishskills/obsidian-cli-sync-and-publish/SKILL.md

Use this skill when the user needs official desktop Obsidian CLI Sync workflows and, when detected as available, Publish workflows. This skill is for remote-side-effect operations and must use explicit intent, capability probing, and conservative safety checks.

obsidian-cli-workflowsskills/obsidian-cli-workflows/SKILL.md

Use this skill for one-command Obsidian workflow orchestration across the existing six domain skills. This skill owns named workflow command IDs and preview/apply execution policy, while delegating all direct official CLI command execution to the appropriate domain skill.

obsidian-cli-workspace-and-navigationskills/obsidian-cli-workspace-and-navigation/SKILL.md

Use this skill when the user needs official desktop Obsidian CLI workspace, vault, tab, navigation, and utility operations, including workspace save/load/delete, tab and recent-file handling, vault info/listing, random/unique note navigation helpers, web viewer, and wordcount. Keep this skill separate from note CRUD/tasks/properties/history, runtime admin, devtools diagnostics, and Sync/Publish operations.

obsidian-official-cliskills/obsidian-official-cli/SKILL.md

Use this skill when the user wants local Obsidian note or metadata work done primarily through documented official desktop `obsidian` CLI commands, with limited local vault filesystem support when needed for parent folders, path checks, ambiguity resolution, verification, or safe vault structure operations. Best for local vault search, note reads, exact-path note updates, backlinks, tasks, properties, templates, and local history. Do not use it for runtime admin, devtools diagnostics, workspace/navigation administration, community tools, `obsidian://` launcher tasks, Headless Sync or Publish workflows, or plugin-specific APIs.

Plugin manifests1

plugins/greg-asher/codex-obsidian/.codex-plugin/plugin.json
{
  "name": "codex-obsidian",
  "version": "0.1.0",
  "description": "Codex plugin for local Obsidian workflows through the official desktop CLI.",
  "author": {
    "name": "Greg Asher"
  },
  "homepage": "https://github.com/greg-asher/codex-obsidian",
  "repository": "https://github.com/greg-asher/codex-obsidian",
  "license": "MIT",
  "keywords": [
    "obsidian",
    "obsidian-cli",
    "codex",
    "agent-skill",
    "knowledge-management"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Codex Obsidian",
    "shortDescription": "Local Obsidian workflows through the official desktop CLI.",
    "longDescription": "Install focused Codex skills for local Obsidian note workflows, Bases/Bookmarks operations, runtime administration, devtools diagnostics, Sync operations, capability-gated Publish operations, workspace/navigation workflows, and named one-command orchestration workflows through documented official desktop CLI commands.",
    "developerName": "Greg Asher",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Read a note from my Obsidian vault using the official desktop obsidian CLI.",
      "Query a base view in JSON and list bookmarks using official Obsidian CLI commands.",
      "List enabled community plugins and hotkeys in Obsidian through official CLI runtime-admin commands.",
      "Use Obsidian CLI developer commands to inspect runtime errors and take a debug screenshot.",
      "Check Obsidian Sync status and determine whether publish commands are available before any publish action.",
      "Load a saved workspace, inspect tabs and recents, and open the target note in a new tab.",
      "Run workflow_id=tasks.rollup mode=preview output=json using the obsidian-cli-workflows skill.",
      "Run workflow_id=daily.bootstrap mode=preview and only apply after explicit confirmation."
    ],
    "brandColor": "#5C43A8",
    "websiteURL": "https://github.com/greg-asher/codex-obsidian",
    "composerIcon": "./assets/icon.svg",
    "logo": "./assets/logo.svg"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[codex-obsidian on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-obsidian)