Kepano's Obsidian Agent Skills — AgentSkills Spec Reference
Summary¶
Steph Ango (kepano, Obsidian CEO) published official Obsidian agent skills following the AgentSkills specification. The package includes 5 skills (markdown, bases, JSON canvas, CLI, defuddle) with multi-tool installation support for Claude Code, Codex CLI, and OpenCode.
Key Details¶
- 5 skills: obsidian-markdown, obsidian-bases, json-canvas, obsidian-cli, defuddle
- Follows AgentSkills spec (agentskills.io/specification) — portable across tools
- Installation: marketplace, npx, or manual copy to ~/.claude/skills/
- Defuddle skill: web page cleanup for token-efficient content extraction
- Multi-tool: Claude Code, Codex CLI, OpenCode with tool-specific install paths
Why Rolf Thinks This Matters¶
Good reference for how to package skills for the AgentSkills spec and multi-tool distribution. Kepano's approach to skill organization (one SKILL.md per capability, repo-level distribution) validates the pattern we use. The defuddle skill is particularly interesting as a token-saving web content extraction tool that could complement our web-capture workflow.