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": "Tests whether the agent specifies vault=\"Work\" to avoid writing to the wrong vault when multiple vaults are open, uses the daily:append command, and formats the task correctly as a Markdown checkbox.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Specifies vault=\"Work\" parameter",
"description": "The command includes vault=\"Work\" as the first parameter to explicitly target the Work vault rather than relying on the most recently focused vault",
"max_score": 40
},
{
"name": "Uses daily:append command",
"description": "Uses the daily:append subcommand to append content to today's daily note",
"max_score": 30
},
{
"name": "Content is a valid Markdown checkbox task",
"description": "The content parameter contains a Markdown checkbox task in the format: - [ ] <task text>",
"max_score": 20
},
{
"name": "Does not target Personal vault",
"description": "The command does not use vault=\"Personal\" or omit the vault parameter in a way that could target the wrong vault",
"max_score": 10
}
]
}defuddle
json-canvas
evals
obsidian-bases
evals
references
obsidian-cli
evals
obsidian-markdown
evals