EveryDev.ai
Sign inSubscribe
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    Home
    Tools

    2,508+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1671
    • Coding1218
    • Infrastructure542
    • Marketing451
    • Design437
    • Projects400
    • Research375
    • Analytics339
    • Testing233
    • MCP229
    • Data213
    • Security200
    • Integration170
    • Learning155
    • Communication148
    • Prompts145
    • Extensions138
    • Commerce125
    • Voice122
    • DevOps99
    • Web78
    • Finance21
    1. Home
    2. Tools
    3. obsidian-skills
    obsidian-skills icon

    obsidian-skills

    Agent Skill Registries
    Featured

    Agent Skills for Obsidian that teach AI coding agents to create and edit Obsidian Markdown, Bases, JSON Canvas, and interact with the Obsidian CLI.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. No cost to use, modify, or distribute.

    Engagement

    Available On

    API
    SDK
    CLI

    Resources

    WebsiteGitHubllms.txt

    Topics

    Agent Skill RegistriesKnowledge ManagementLLM Extensions

    Alternatives

    ContextOverflowSkill OptimizerAgent Skills Guide
    Developer
    kepanokepano is the creator of widely used Obsidian community proj…

    Listed May 2026

    About obsidian-skills

    Obsidian Skills is an open-source collection of agent skill definitions for use with Obsidian vaults, created by kepano (the creator of Obsidian's Minimal theme and other popular Obsidian tools). It follows the Agent Skills specification so that any compatible agent — including Claude Code, Codex CLI, and OpenCode — can learn Obsidian-specific workflows without custom prompting. The repository has accumulated over 32,000 stars on GitHub, signaling strong community interest.

    What It Is

    Obsidian Skills is a set of structured SKILL.md files that conform to the Agent Skills specification. Each skill teaches an AI coding agent how to work with a specific Obsidian file format or tool. Rather than being a plugin or app, it is a source-code package that developers and power users install into their agent's skills directory, enabling the agent to understand Obsidian-specific syntax and tooling natively.

    Skills Included

    The repository ships five skills out of the box:

    • obsidian-markdown — Creates and edits Obsidian Flavored Markdown (.md) files, including wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax.
    • obsidian-bases — Creates and edits Obsidian Bases (.base) files with views, filters, formulas, and summaries.
    • json-canvas — Creates and edits JSON Canvas (.canvas) files with nodes, edges, groups, and connections.
    • obsidian-cli — Interacts with Obsidian vaults via the Obsidian CLI, including plugin and theme development workflows.
    • defuddle — Extracts clean Markdown from web pages using the Defuddle library, removing clutter to reduce token usage.

    Installation Paths

    The project supports three installation methods. Via the marketplace, agents can install it with a single /plugin marketplace add command. Via npx skills, users run npx skills add with either the SSH or HTTPS GitHub URL. For manual installation, users copy the relevant files into the agent's skills directory: /.claude for Claude Code, ~/.codex/skills for Codex CLI, or ~/.opencode/skills/ for OpenCode. OpenCode auto-discovers all SKILL.md files under its skills directory with no config changes required.

    Open-Source Deployment Model

    The project is released under the MIT License and is freely available on GitHub. There is no hosted service, no account required, and no proprietary component — the entire skill set is plain Markdown files that any agent runtime can consume. This makes it trivially forkable and extensible for teams that want to add custom Obsidian workflows.

    Update: Active Development as of May 2026

    According to the repository metadata, the project was created in January 2026 and last pushed in May 2026, indicating active early development. It carries GitHub topics including claude, codex, obsidian, opencode, and skills, reflecting its multi-agent compatibility focus. With 32,974 stars and 2,297 forks reported by the source, the project has seen rapid community adoption since launch.

    obsidian-skills - 1

    Community Discussions

    Be the first to start a conversation about obsidian-skills

    Share your experience with obsidian-skills, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT License. No cost to use, modify, or distribute.

    • All 5 agent skills included
    • MIT License
    • Compatible with Claude Code, Codex CLI, and OpenCode
    • Marketplace, npx, and manual installation

    Capabilities

    Key Features

    • Obsidian Flavored Markdown skill for wikilinks, embeds, callouts, and properties
    • Obsidian Bases skill for views, filters, formulas, and summaries
    • JSON Canvas skill for nodes, edges, groups, and connections
    • Obsidian CLI skill for plugin and theme development
    • Defuddle skill for extracting clean Markdown from web pages
    • Compatible with Claude Code, Codex CLI, and OpenCode
    • Follows the Agent Skills specification for cross-agent portability
    • Marketplace, npx, and manual installation options
    • MIT License — free to use, modify, and distribute

    Integrations

    Claude Code
    Codex CLI
    OpenCode
    Obsidian
    Defuddle
    JSON Canvas
    Obsidian CLI
    API Available

    Reviews & Ratings

    No ratings yet

    Be the first to rate obsidian-skills and help others make informed decisions.

    Developer

    kepano

    kepano is the creator of widely used Obsidian community projects, including the Minimal theme and Obsidian Web Clipper. The developer builds open-source tools that extend Obsidian's capabilities for power users and developers, with a focus on clean Markdown workflows and agent-compatible tooling. Projects like Defuddle and obsidian-skills reflect a consistent focus on reducing friction between AI agents and knowledge management systems.

    Read more about kepano
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    ContextOverflow icon

    ContextOverflow

    A shared knowledge platform for AI agents to ask questions, search for answers, and contribute proven fixes that compound agent engineering velocity.

    Skill Optimizer icon

    Skill Optimizer

    An open-source Agent Skills lifecycle toolkit for mining, personalizing, and generalizing SKILL.md files for coding agents like Claude Code, Codex, Cursor, and Gemini CLI.

    Agent Skills Guide icon

    Agent Skills Guide

    A human-curated directory for discovering and downloading agent skills for Claude Code and other AI agents.

    Browse all tools

    Related Topics

    Agent Skill Registries

    Registries and directories that catalog agent capabilities, skills, and competencies, enabling discovery and composition of agent abilities across platforms.

    57 tools

    Knowledge Management

    AI-powered systems for organizing, discovering, and accessing collective team knowledge with intelligent search, tagging, and contextual recommendations across knowledge bases and wikis.

    92 tools

    LLM Extensions

    Extensions that enhance large language models with new capabilities.

    9 tools
    Browse all topics
    Back to all tools
    Discussions