# Obsidian AI Agent Skills

Obsidian publishes official AI agent skills for its tools, services, and developer workflows. Obsidian is a private and flexible writing app for notes, knowledge bases, and Markdown-first workflows.

Browse 5 official AI agent skills across 1 Obsidian repository, with install commands and source links.

Official page: https://skillscout.sh/official/obsidian/
Markdown page: https://skillscout.sh/official/obsidian/obsidian_skills_skillscout.md
Vendor website: https://obsidian.md/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/obsidian/obsidian_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Obsidian skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### kepano/obsidian-skills

Agent skills for Obsidian. Teach your agent to use Obsidian CLI and open formats including Markdown, Bases, JSON Canvas. Includes 5 official skills: obsidian-markdown, obsidian-cli, obsidian-bases, json-canvas, defuddle.

Install:

```bash
npx skills add https://github.com/kepano/obsidian-skills -y
```

Source: https://github.com/kepano/obsidian-skills

## Individual skills

### obsidian-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.

Install:

```bash
npx skills add https://github.com/kepano/obsidian-skills --skill obsidian-markdown -y
```

Package: kepano/obsidian-skills
Source: https://github.com/kepano/obsidian-skills/tree/main/skills/obsidian-markdown

### obsidian-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.

Install:

```bash
npx skills add https://github.com/kepano/obsidian-skills --skill obsidian-cli -y
```

Package: kepano/obsidian-skills
Source: https://github.com/kepano/obsidian-skills/tree/main/skills/obsidian-cli

### obsidian-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.

Install:

```bash
npx skills add https://github.com/kepano/obsidian-skills --skill obsidian-bases -y
```

Package: kepano/obsidian-skills
Source: https://github.com/kepano/obsidian-skills/tree/main/skills/obsidian-bases

### json-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.

Install:

```bash
npx skills add https://github.com/kepano/obsidian-skills --skill json-canvas -y
```

Package: kepano/obsidian-skills
Source: https://github.com/kepano/obsidian-skills/tree/main/skills/json-canvas

### defuddle

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.

Install:

```bash
npx skills add https://github.com/kepano/obsidian-skills --skill defuddle -y
```

Package: kepano/obsidian-skills
Source: https://github.com/kepano/obsidian-skills/tree/main/skills/defuddle

## kepano/obsidian-skills package overview

Agent skills for Obsidian. Teach your agent to use Obsidian CLI and open formats including Markdown, Bases, JSON Canvas. Includes 5 official skills: obsidian-markdown, obsidian-cli, obsidian-bases, json-canvas, defuddle.

### Top skills in this package

- obsidian-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.
- obsidian-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.
- obsidian-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.
- json-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.
- defuddle: 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.

### Install

Install the full package:

```bash
npx skills add https://github.com/kepano/obsidian-skills -y
```

Install a specific skill:

```bash
npx skills add https://github.com/kepano/obsidian-skills --skill obsidian-markdown -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/kepano/obsidian-skills#readme
