بنقرة واحدة
document-summarize
Summarize text content with key point extraction and configurable styles
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Summarize text content with key point extraction and configurable styles
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run user-created frontend/backend/WebSocket services and expose them through Cloudflare by default when the user asks to start, deploy, preview, share, or make the service accessible. Local-only is allowed only when explicitly requested.
Search, install, and remove Agent Skills from skills.sh or confirmed skill GitHub sources
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.
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
| 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
}