examples/skills/summarizer/SKILL.md
Summarize long text using AI
npx skillsauth add ticruz38/skills summarizerInstall 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.
Summarize long text into short summaries.
summarize <text> [maxLength] - Summarize text
{ "summary": "...", "originalLength": 1234, "summaryLength": 150 }summarize.js "Long text here..." 100No setup required! Works immediately.
Optional: Set OPENAI_API_KEY for better summaries using GPT-4.
# Basic summarization (local algorithm)
./summarize.js "This is a very long article about something interesting..."
# With custom length
./summarize.js "Long text..." 200
# With OpenAI for better quality
OPENAI_API_KEY=sk-xxx ./summarize.js "Long text..."
This is a simple example skill with no onboarding questions.
testing
Suggest recipes based on dietary preferences, available ingredients, and cuisine preferences
development
Extract data from receipt photos using Google Vision API
business
QuickBooks Online integration for accounting sync - sync customers, invoices, and transactions with two-way sync and conflict resolution
testing
QuickBooks OAuth adapter for QuickBooks Online accounting integration. Built on top of auth-provider for secure token management with automatic refresh, multi-profile support, sandbox/production toggle, and health checks.