CtrlK
BlogDocsLog inGet started
Tessl Logo

pantheon-ai/obsidian-toolkit

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

Quality

96%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

criteria.jsondefuddle/evals/scenario-2/

{
  "context": "Agent was asked to save a documentation page to a local file. The correct approach is to use defuddle parse with --md and the -o flag to write directly to the target file. Shell redirection (>) should NOT be used.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Used defuddle parse",
      "description": "The agent invoked defuddle parse with the target URL rather than using WebFetch or curl.",
      "max_score": 30
    },
    {
      "name": "Used --md flag",
      "description": "The defuddle command included the --md flag to request markdown output.",
      "max_score": 25
    },
    {
      "name": "Used -o flag for file output",
      "description": "The agent used the -o bun-installation.md flag rather than shell redirection (>) to write the file.",
      "max_score": 30
    },
    {
      "name": "Output file exists and contains content",
      "description": "The file bun-installation.md exists in the working directory and contains non-empty markdown content.",
      "max_score": 15
    }
  ]
}

defuddle

evals

instructions.json

summary.json

SKILL.md

tile.json