Skip to main content
plugins/obsidian/ ships five skills for working with Obsidian knowledge bases, sourced from kepano/obsidian-skills (MIT).
Two skills depend on external CLI tools that are not in runtime/default.nix:The skills will trigger on matching prompts but will fail at exec time if the corresponding CLI is not on PATH.

Manifest

{
  "name": "obsidian",
  "description": "Obsidian knowledge base skills — markdown, canvas, bases, CLI, and web content extraction",
  "author": "kepano"
}

Skills

SkillDescription
defuddleExtract clean markdown from web pages using the Defuddle CLI
json-canvasCreate and edit JSON Canvas files (.canvas) with nodes, edges, and groups
obsidian-basesCreate and edit Obsidian Bases (.base files) with views, filters, and formulas
obsidian-cliInteract with Obsidian vaults via the Obsidian CLI
obsidian-markdownCreate and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, and properties
Three skills (json-canvas, obsidian-bases, obsidian-markdown) ship additional references/ files (function references, callouts, embeds, properties, examples).

Sources

Skills retain the licenses of their original sources.
Last modified on April 8, 2026