Agent Skill
The repo includes a built-in agent skill at .agent/skills/summarize/SKILL.md for AI agent integration.
What It Does
Allows an AI agent to invoke the summarizer CLI as a tool. The agent can:
- Summarize videos from URLs
- Extract specific styles (wisdom, fact-check, tutorial)
- Chain multiple styles for comprehensive analysis
- Read the generated summary and present it to the user
File Locations (Relative to Project Root)
Key Rules for Agents
- Never fetch or scrape URLs directly — Pass the URL to the CLI and let it handle downloading, transcription, and summarization internally.
- Always read the output file from
summaries/rather than expecting stdout. - Use
--no-configonly when every parameter is passed explicitly. - Do not use
--no-saveon Windows — Unicode output crashes stdout.