Skills for working with Obsidian vaults and related formats: Obsidian Flavored Markdown, JSON Canvas files, the Obsidian CLI, and Defuddle for clean web content extraction.
96
96%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
> [!note]
> This is a note callout.
> [!info] Custom Title
> This callout has a custom title.
> [!tip] Title Only> [!faq]- Collapsed by default
> This content is hidden until expanded.
> [!faq]+ Expanded by default
> This content is visible but can be collapsed.> [!question] Outer callout
> > [!note] Inner callout
> > Nested content| Type | Aliases | Color / Icon |
|---|---|---|
note | - | Blue, pencil |
abstract | summary, tldr | Teal, clipboard |
info | - | Blue, info |
todo | - | Blue, checkbox |
tip | hint, important | Cyan, flame |
success | check, done | Green, checkmark |
question | help, faq | Yellow, question mark |
warning | caution, attention | Orange, warning |
failure | fail, missing | Red, X |
danger | error | Red, zap |
bug | - | Red, bug |
example | - | Purple, list |
quote | cite | Gray, quote |
.callout[data-callout="custom-type"] {
--callout-color: 255, 0, 0;
--callout-icon: lucide-alert-circle;
}defuddle
json-canvas
evals
obsidian-bases
evals
references
obsidian-cli
evals
obsidian-markdown
evals