ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

pro-zh-summary

专业级中文长文本摘要工具。当用户要求“总结”、“摘要”、“提炼要点”、“缩写”或处理超长中文文本时,必须调用此工具进行自动分段与压缩。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/erickong/pro-zh-summary
Or

专业中文摘要 (Pro Zh-Summary)

这是一个基于 MT5 架构深度优化的中文摘要技能。它擅长将长篇大论、新闻稿、会议记录转化为精炼的中文摘要。

如何使用

  • "帮我总结一下这段话:[内容]"
  • "摘要这篇文章,每段摘要约100字:[内容]"

配置说明

  • MAX_LENGTH: 单段摘要的最大长度(默认 150)
  • CHUNK_SIZE: 文本切割大小(默认 300)

Metadata

Author@erickong
Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-erickong-pro-zh-summary": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.