Agent Skills
› elisaterumi-ai/agent-skills-in-practice
› content-summarizer
content-summarizer
GitHub将长文本内容提炼为关键洞察和要点,通过识别核心思想、去除冗余信息并保持简洁,输出结构化的摘要和关键点列表。
Trigger Scenarios
需要总结长篇文档或文章
从大量文本中提取核心观点
快速阅读并获取主要内容
Install
npx skills add elisaterumi-ai/agent-skills-in-practice --skill content-summarizer -g -y
SKILL.md
Frontmatter
{
"name": "content-summarizer",
"description": "Summarizes long-form content into key insights. Use when reducing large texts."
}
Instructions
- Identify main ideas
- Remove redundant information
- Preserve key insights
- Keep concise
Output Format
Summary
Short summary
Key Points
- Point 1
- Point 2
Version History
- 281cc81 Current 2026-07-24 16:49


