summarise
Installation
SKILL.md
Summarise Skill
Extract clean content or generate summaries from URLs, YouTube videos, podcasts, and files using @steipete/summarize via buns.
Usage
buns run --allow-host="*" --allow-env="*" --memory=512 --timeout=120 workspace/skills/summarise/scripts/summarize.ts -- [FLAGS] "URL_OR_FILE"
Extract Content (preferred)
Use --extract to get clean text, then summarise as the agent. This avoids a redundant LLM call.
# Web page or article
... -- --extract "URL"