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
{
"context": "Agent was asked to retrieve only the title and description metadata from a URL. The correct approach is to use defuddle parse with -p title and -p description (or --json to get all metadata), NOT to fetch the full page content with --md.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Used -p flag or --json for metadata extraction",
"description": "The agent used defuddle parse <url> -p title and/or -p description (or --json) rather than fetching the full page with --md.",
"max_score": 45
},
{
"name": "Did not fetch full page content unnecessarily",
"description": "The agent did not run defuddle parse <url> --md when only metadata was requested, avoiding wasteful full-content extraction.",
"max_score": 30
},
{
"name": "Produced metadata.md with title and description",
"description": "The file metadata.md exists and contains both the title and description values in the requested format.",
"max_score": 25
}
]
}defuddle
json-canvas
evals
obsidian-bases
evals
references
obsidian-cli
evals
obsidian-markdown
evals