Summarize Skill

SkillFiles & storage

Summarize URLs, files, and YouTube videos.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Summarize Skill skill

What this skill tells your AI

The instructions your AI receives, as published by xopcai/xopc in skills/tools/summarize/SKILL.md and read by ahel’s review.

Summarize content from URLs, files, and YouTube videos.

Usage

Summarize a URL

Use the web_fetch tool to fetch and summarize web pages:

web_fetch url="https://example.com/article"

Summarize a File

read_file path="/path/to/file.md"

Summarize a YouTube Video

web_fetch url="https://yewtu.be/watch?v=VIDEO_ID"

Techniques

For Long Content

  1. Split into chunks (~2000 tokens each)
  2. Summarize each chunk
  3. Combine summaries

For Technical Docs

  1. Extract code examples
  2. Note prerequisites
  3. List key concepts/terms

Example Prompts

For a URL: "Read the URL and summarize: Main topic, Key points (3-5 bullet points), Any actionable items"

For a file: "Analyze this file and provide: File type and purpose, Key functions/classes, Dependencies"

Signals

GitHub stars
37
Forks
7
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
summarize-xopcai
Source
github.com/xopcai/xopc