← Back to list

summarizer
by Quintusnz
⭐ 0🍴 0📅 Nov 1, 2025
SKILL.md
name: Summarizer version: 1.0.0 description: Summarizes large text content into concise summaries category: analysis tools:
- text_analysis
- nlp input_schema: content: type: string description: Text content to summarize style: type: string enum: [bullet-points, paragraphs, executive-summary] default: bullet-points max_length: type: number description: Maximum length in words default: 500 output_format: markdown estimated_tokens: 1000 author: SkillsFlow tags:
- summarization
- analysis
- content-processing
Summarizer Skill
Purpose
Convert large blocks of text into concise, well-organized summaries while preserving key information.
How It Works
- Analyze the input text for key themes
- Identify main points and supporting details
- Remove redundancy and unnecessary information
- Organize summary in requested format
- Return formatted summary
Supported Styles
Bullet Points
Quick overview with key facts as bullets
Paragraphs
Narrative summary in paragraph form
Executive Summary
Professional summary with key takeaways
Example Usage
Input: "Long research paper about climate change..."
Style: executive-summary
Max Length: 300 words
Output: Professional summary of findings
Constraints
- Maximum 30,000 character input
- Output respects max_length parameter
- Preserves factual accuracy
- 15-second timeout
Quality Metrics
✓ Captures 80%+ of original meaning ✓ Reduces length by 60-80% ✓ Well-structured output ✓ No information loss on key points
Use Cases
- Research paper summarization
- Meeting notes compression
- Document review
- Content curation
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon