with one click
document-summarize
// Summarize text content with key point extraction and configurable styles
// Summarize text content with key point extraction and configurable styles
| name | document_summarize |
| description | Summarize text content with key point extraction and configurable styles |
| version | 1.0.0 |
| author | XSpoon Team |
| tags | ["document","summarize","summary","analysis"] |
| triggers | [{"type":"keyword","keywords":["summarize","summary","key points","bullet points","abstract","digest","tldr"],"priority":80},{"type":"pattern","patterns":["(?i)(summarize|create summary|generate summary|extract key points)","(?i)(brief|digest|tldr|overview) .*(document|text|content)"],"priority":75}] |
| scripts | {"enabled":true,"definitions":[{"name":"document_summarize","description":"Generate summaries with key points, word counts, and reading time estimates","type":"python","file":"scripts/summarize.py","timeout":30,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Text to summarize"},"style":{"type":"string","description":"Summary style: brief, detailed, or bullet_points"},"max_length":{"type":"integer","description":"Maximum summary length"}},"required":["text"]}}]} |
Provide structured summarization templates for document analysis.
{
"text": "Document text to summarize...",
"style": "brief|detailed|bullet_points",
"max_length": 500
}
{
"success": true,
"summary": "...",
"key_points": ["point1", "point2"],
"word_count": 150,
"reading_time_minutes": 1
}
Run user-created frontend or backend services in the background and optionally expose them through a Cloudflare Quick Tunnel.
Use when working with spoon-bot's built-in EVM wallet, checking balances, transferring EVM assets, signing messages or transactions, rotating/exporting keys, or supporting skills that expect the legacy ~/.agent-wallet layout.
Search, install, and remove Agent Skills from skills.sh or confirmed skill GitHub sources
Use when creating, listing, steering, cancelling, or resuming spoon-bot persistent subagents through explicit tools or API calls.
A skill for performing automated code reviews with security and best practices analysis
A skill for automating common Git operations with safety checks