Obsidian Skills is a collection of agent skills that enable AI agents to work with Obsidian vaults and related formats. The project provides standardized skill definitions following the Agent Skills specification, making them compatible with multiple agent platforms including Claude Code, Codex, and Open Code.
The tool solves the problem of giving AI agents the ability to interact with Obsidian vaults and their native file formats. It does this by packaging five distinct skills that cover different aspects of Obsidian work: creating and editing Obsidian Flavored Markdown files with wikilinks and callouts, working with Obsidian Bases including views and formulas, creating JSON Canvas files with nodes and connections, interacting with Obsidian vaults through the CLI for plugin and theme development, and extracting clean markdown from web pages to reduce token usage.
Anyone building agent workflows that need to read or write Obsidian content should consider this project. It suits teams using Claude Code, Codex, or Open Code who want their agents to have native Obsidian integration. The skills can be installed through multiple methods depending on the agent platform: as a marketplace package, via npx, or by manual installation into the appropriate agent configuration directory. The project handles the installation complexity by providing platform-specific instructions for each supported agent.
The project maintains active engagement with its skill definitions, regularly updating them to support new Obsidian features and formats. Development focuses on expanding agent capabilities across multiple platforms rather than concentrating on a single integration point. The codebase demonstrates attention to interoperability by ensuring skills work across different agent ecosystems while maintaining compatibility with the open Agent Skills specification.