typescript/skills/summarize/SKILL.md
Summarize text, articles, documents, or web pages using AI models.
npx skillsauth add kody-w/openrappter summarizeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate summaries of text content using AI.
Provide text directly and get a concise summary using the configured AI provider.
curl -s "https://example.com/article" | \
sed 's/<[^>]*>//g' | \
head -500
# Then pass to AI for summarization
cat document.txt | head -1000
# Pass to AI for summarization
development
Get current weather and forecasts (no API key required).
tools
Send and receive WhatsApp messages via wacli command-line tool.
tools
Start and manage voice calls via the openrappter voice-call plugin.
content-media
Extract frames from video files using ffmpeg for analysis or processing.