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

summary.jsondefuddle/evals/

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

evals

instructions.json

summary.json

SKILL.md

tile.json