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
{
"scenarios": [
{
"id": "scenario-1",
"capability": "Read and summarize a web article using defuddle with --md flag instead of WebFetch",
"feasible": true,
"reason": "Agent can run defuddle parse with --md and produce a markdown summary from the output."
},
{
"id": "scenario-2",
"capability": "Save a documentation page to a local file using defuddle with -o flag",
"feasible": true,
"reason": "Agent can run defuddle parse with --md and -o to write content to a local file."
},
{
"id": "scenario-3",
"capability": "Extract only metadata (title and description) from a web page using -p flag",
"feasible": true,
"reason": "Agent can run defuddle parse with -p title and -p description to extract targeted metadata."
},
{
"id": "scenario-4",
"capability": "Recognize a login-gated URL and fall back appropriately instead of blindly running defuddle",
"feasible": true,
"reason": "Agent should identify auth-gated URLs from context and avoid running defuddle, providing an appropriate fallback or explanation."
}
]
}defuddle
json-canvas
evals
obsidian-bases
evals
references
obsidian-cli
evals
obsidian-markdown
evals