obsidian-skills
v0.1.0Lazy-loaded Obsidian skills for creating, editing, and managing vault content from Codex.
By tenfyzhongLicense: MIT0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 29, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add obsidian-skills@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/tenfyzhong/agent-plugins-hubClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/obsidian-skills/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/obsidian/SKILL.md
Included Skills1
Route Obsidian vault operations to bundled workflows on demand. Use for Obsidian notes, vaults, Obsidian Flavored Markdown, Bases, JSON Canvas files, Obsidian CLI, or when the current directory is an Obsidian vault or repository.
Plugin manifests2
{
"name": "obsidian-skills",
"version": "0.1.0",
"description": "Lazy-loaded Obsidian skills for creating, editing, and managing vault content from Codex.",
"author": {
"name": "tenfyzhong",
"url": "https://github.com/tenfyzhong"
},
"homepage": "https://github.com/kepano/obsidian-skills",
"repository": "https://github.com/tenfyzhong/agent-plugins-hub",
"license": "MIT",
"keywords": [
"obsidian",
"vault",
"markdown",
"knowledge-management"
],
"skills": "./skills/",
"interface": {
"displayName": "Obsidian Skills",
"shortDescription": "Create and manage content in Obsidian vaults.",
"longDescription": "A synchronized collection of Obsidian skills for markdown notes, Bases, JSON Canvas files, and the Obsidian CLI.",
"developerName": "tenfyzhong",
"category": "Productivity",
"capabilities": [
"Obsidian",
"Markdown",
"Knowledge Management"
],
"defaultPrompt": [
"Create a note in my Obsidian vault with properties and wikilinks.",
"Create a Base to organize my project notes.",
"Help me manage this Obsidian vault."
]
}
}{
"name": "obsidian-skills",
"version": "0.1.0",
"description": "Lazy-loaded Obsidian skills for creating, editing, and managing vault content from Claude Code.",
"author": {
"name": "tenfyzhong",
"url": "https://github.com/tenfyzhong"
},
"homepage": "https://github.com/kepano/obsidian-skills",
"repository": "https://github.com/tenfyzhong/agent-plugins-hub",
"license": "MIT",
"keywords": [
"obsidian",
"vault",
"markdown",
"knowledge-management"
],
"skills": "./skills/"
}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-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/obsidian-skills)