obsidian-organize
v0.5.0Topic-organizer for Obsidian vaults in the hermes-wiki-super LLM-Wiki style. Compatible with Claude Code, Codex, and Antigravity (agy).
By sh-ai-xLicense: MIT1 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 22, 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 obsidian-organize for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add obsidian-organize@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/sh-ai-x/obsidian_organizeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/obsidian-organize/.
Plugin files
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Plugin manifests2
{
"name": "obsidian-organize",
"version": "0.5.0",
"description": "Topic-organizer for Obsidian vaults in the hermes-wiki-super LLM-Wiki style. Compatible with Claude Code, Codex, and Antigravity (agy).",
"author": {
"name": "sh-ai-x"
},
"license": "MIT",
"skills": [
"./skills/bootstrap",
"./skills/process_clippings",
"./skills/research",
"./skills/add_wiki",
"./skills/remove_wiki"
]
}{
"name": "obsidian-organize",
"version": "0.5.0",
"description": "Obsidian-vault organizer in the hermes-wiki-super LLM-Wiki style. Five skills — bootstrap (vault layout matching hermes-wiki-super), research (stage source material in hermes frontmatter shape), process_clippings (distill raw Clippings/ into leaf notes under wiki/<domain>/), add_wiki (write a leaf note from a topic, free text, or staged file; supports --hierarchical and --major flags for multi-section research that becomes a per-section leaf-note tree with auto-generated _index.md hubs), remove_wiki (retire a leaf note + clean up back-links). Leaf notes use flat keyword tags, a related: list, a TL;DR blockquote, and a ## Related section with [[wikilinks]] so Obsidian's graph view stays connected.",
"skills": [
"./skills/bootstrap",
"./skills/process_clippings",
"./skills/research",
"./skills/add_wiki",
"./skills/remove_wiki"
],
"author": {
"name": "sh-ai-x"
},
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[obsidian-organize on Agent Plugins Marketplace](https://pluginsmp.com/plugins/obsidian-organize)