Agent Skills: Content Digest

Analyze and organize content by extracting key insights and structuring information by topic. Use when summarizing articles, processing feeds, creating topic-based reports, or distilling large content into actionable summaries.

UncategorizedID: knoopx/pi/digest

Install this agent skill to your local

pnpm dlx add-skill https://github.com/knoopx/pi/tree/HEAD/agent/skills/digest

Skill Files

Browse the full folder contents for digest.

Download Skill

Loading file tree…

agent/skills/digest/SKILL.md

Skill Metadata

Name
digest
Description
Analyzes and organizes content by extracting key insights and structuring information by topic. Use when summarizing articles, processing feeds, creating topic-based reports, or distilling large content into actionable summaries.

Content Digest

Organize and analyze content by extracting key insights and structuring information by topic.

Workflow

  1. Receive input (text, URL, feed, JSON)
  2. Extract and analyze content
  3. Identify key topics and themes
  4. Output Markdown including images and links
  5. Include summaries for each section
  6. Create structured digest organized by topic
  7. Format dynamically based on content type
  8. Present organized insights

Output Format

Structure the digest with:

  • Executive summary at the top
  • Topics as H2 sections
  • Key points as bullet lists
  • Links and references preserved
  • Images included where relevant

Related Skills

  • scraping: Extract content from web pages
  • toon: Compress JSON data for processing