kepano/obsidian-skills

Agent skills for Obsidian. Teach your agent to use Obsidian CLI and open formats including Markdown, Bases, JSON Canvas.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 21 seconds ago
Added to GitGenius on August 13th, 2026
Created on January 2nd, 2026
Open Issues & Pull Requests: 63 (+0)
GitHub issues: Enabled
Number of forks: 3,325
Total Stargazers: 46,372 (+1)
Total Subscribers: 242 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 31.9 hours
Mean response time: 12.3 days
90th percentile: 43.2 days
Tracked items: 27

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 18% of issues opened in the past year have been closed. Three people close 85% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 26
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 104 days
Stale 30+ days: 19
Stale 90+ days: 11

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Detailed Description

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.