Agent Skills: digest

Extract key points from a URL (web or YouTube) and organize the output. Usage: /digest <url>

UncategorizedID: mpazaryna/claude-toolkit/digest

Install this agent skill to your local

pnpm dlx add-skill https://github.com/mpazaryna/agentic-factory/tree/HEAD/skills/practice/digest

Skill Files

Browse the full folder contents for digest.

Download Skill

Loading file tree…

skills/practice/digest/SKILL.md

Skill Metadata

Name
digest
Description
"Extract key points from a URL (web or YouTube) and organize the output. Usage: /digest <url>"

digest

Run the digest worker on a URL and organize the output.

Steps

  1. Run the extraction:

    cd ~/workspace/workers/digest && uv run digest url '<url>'
    

    Always single-quote the URL to prevent shell glob expansion.

  2. Run organize:

    cd ~/workspace/workers/digest && uv run digest organize
    
  3. Report the output file path from step 1 and confirm organize ran.

Nothing else

Do not modify files. Do not read existing digests. Do not suggest follow-up actions unless asked.