Agent Skills
› opensquilla/opensquilla
› summarize
summarize
GitHub用于将用户提供的长文本或内容进行摘要、浓缩和提炼。该技能生成结构化总结,包含3-5个关键要点、细节扩展及可选的行动项,帮助用户快速掌握核心信息。
Trigger Scenarios
用户要求总结内容
用户要求压缩文本
用户请求获取内容摘要
Install
npx skills add opensquilla/opensquilla --skill summarize -g -y
SKILL.md
Frontmatter
{
"name": "summarize",
"always": false,
"triggers": [
"summarize",
"condense",
"digest",
"tldr",
"summary"
],
"provenance": {
"origin": "openclaw-derived",
"license": "MIT",
"upstream_url": "https:\/\/github.com\/openclaw\/openclaw",
"maintained_by": "OpenSquilla"
},
"description": "Summarize, condense, or digest content"
}
Summarize Skill
When the user asks to summarize, condense, or get a digest of content, provide a structured summary.
Format:
- Key Points — 3-5 bullet points of the most important information
- Details — Brief expansion on each key point if needed
- Action Items — Any tasks or follow-ups identified (if applicable)
Keep summaries concise and focused on what matters most to the user.
Version History
- 7f72a32 Current 2026-07-05 18:40


