BeClaude

obsidian

32.5kCommunity RegistryGeneralby Steph Ango

Claude Skills for Obsidian

First seen 4/17/2026

Overview

Agent Skills for use with Obsidian.

These skills follow the Agent Skills specification so they can be used by any skills-compatible agent, including Claude Code, Codex, and Open Code.

Installation

Marketplace

code
/plugin marketplace add kepano/obsidian-skills
/plugin install obsidian@obsidian-skills

npx skills

code
npx skills add [email protected]:kepano/obsidian-skills.git

Instead of ssh, if you prefer to use https:

code
npx skills add https://github.com/kepano/obsidian-skills

Manually

Add the contents of this repo to a /.claude folder in the root of your Obsidian vault (or whichever folder you're using with Claude Code). See more in the official Claude Skills documentation.

Copy the skills/ directory into your Codex skills path (typically ~/.codex/skills). See the Agent Skills specification for the standard skill format.

Clone the entire repo into the OpenCode skills directory (~/.opencode/skills/):

sh
git clone https://github.com/kepano/obsidian-skills.git ~/.opencode/skills/obsidian-skills

Do not copy only the inner skills/ folder — clone the full repo so the directory structure is ~/.opencode/skills/obsidian-skills/skills/<skill-name>/SKILL.md.

OpenCode auto-discovers all SKILL.md files under ~/.opencode/skills/. No changes to opencode.json or any config file are needed. Skills become available after restarting OpenCode.

Skills

SkillDescription
obsidian-markdownCreate and edit Obsidian Flavored Markdown (.md) with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax
obsidian-basesCreate and edit Obsidian Bases (.base) with views, filters, formulas, and summaries
json-canvasCreate and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections
obsidian-cliInteract with Obsidian vaults via the Obsidian CLI including plugin and theme development
defuddleExtract clean markdown from web pages using Defuddle, removing clutter to save tokens

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/obsidian.md https://raw.githubusercontent.com/kepano/obsidian-skills/main/SKILL.md
3
Invoke in Claude Code
/obsidian
View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is obsidian?

Claude Skills for Obsidian

How to install obsidian?

To install obsidian: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/obsidian.md https://raw.githubusercontent.com/kepano/obsidian-skills/main/SKILL.md. Finally, /obsidian in Claude Code.

What is obsidian best for?

obsidian is a skill categorized under General. Created by Steph Ango.