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-3/

{
  "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

evals

instructions.json

summary.json

SKILL.md

tile.json