codex-summarize-pipeline

Installation
SKILL.md

Codex Summarize Pipeline

Use this skill to summarize long articles without loading the full text into the chat context.

Guarantees / constraints

  • Use only local tools and the codex CLI (no direct API calls in your code).
  • Do not paste the full article into the conversation.
  • Keep only the final short summary (and the output file path) in the assistant response.
  • Always save the summary to a markdown file under summaries/.

See README.md in this skill for detailed usage and recommended defaults for HTML-extracted blogs/docs.

Default flow (URL)

  1. Pick a slug for filenames (short, filesystem-safe).
  2. Fetch + extract text:
    • python3 <skill>/tools/fetch_article_text.py --url "<URL>" --output .codex-pipeline/inputs/<slug>.txt
  3. Summarize (default map-reduce):
Related skills
Installs
13
Repository
altinity/skills
GitHub Stars
9
First Seen
Jan 25, 2026