Obsidian Skills skills
Agent skills for Obsidian. Teach your agent to use Obsidian CLI and open formats including Markdown, Bases, JSON Canvas. 5 skills. skills-hub.ai mirrors 5 skills from Obsidian Skills daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.
Upstream: github.com/kepano/obsidian-skills
Installing a Obsidian Skills skill
Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.
# Install a Obsidian Skills skill
npx @skills-hub-ai/cli install <skill-slug>
# Browse all Obsidian Skills skills via API
curl https://skills-hub.ai/api/v1/skills?source=obsidian-kepano
# Browse all sources
open https://skills-hub.ai/sourcesTop Obsidian Skills skills
See all →The most-installed skills from Obsidian Skills, ranked by adoption.
01json-canvas
Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.
Buildfrom Obsidian Skills02obsidian-cli
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.
Buildfrom Obsidian Skills03obsidian-markdown
Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.
Buildfrom Obsidian Skills04defuddle
Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page. Do NOT use for URLs ending in .md — those are already markdown, use WebFetch directly.
Buildfrom Obsidian Skills05obsidian-bases
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.
Buildfrom Obsidian Skills
About this source
skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.
Last sync: Aug 18, 2026, 5:00 PM (success).
Obsidian Skills skills, frequently asked
What are Obsidian Skills skills?
Obsidian Skills skills are AI coding skills published by Obsidian Skills (Agent skills for Obsidian. Teach your agent to use Obsidian CLI and open formats including Markdown, Bases, JSON Canvas. 5 skills.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.
How many Obsidian Skills skills are available?
skills-hub.ai indexes 5 skills from Obsidian Skills, synced daily from the upstream GitHub repository (https://github.com/kepano/obsidian-skills).
How do I install a Obsidian Skills skill?
Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.
Are these official Obsidian Skills skills?
Yes. Every skill from this source is mirrored from Obsidian Skills's own GitHub repository (https://github.com/kepano/obsidian-skills). Each skill page links back to the upstream source of truth, so you can verify the original.