Agent skill

text-summary

将长文本压缩为简洁摘要,支持多种语言

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/text-summary

SKILL.md

Text Summary Skill

功能描述

将长文本智能压缩为简洁摘要,保留核心信息。支持中文、英文及自动检测语言模式。

适用场景:

  • 文档快速预览
  • 新闻/文章摘要
  • 会议记录提炼
  • 研究论文概要

使用示例

输入:

json
{
  "text": "人工智能(AI)是计算机科学的一个分支,旨在创建能够执行通常需要人类智能的任务的系统...(长文本)",
  "max_length": 100,
  "language": "zh"
}

输出:

json
{
  "summary": "人工智能是计算机科学分支,旨在创建执行需人类智能任务的系统,包括学习、推理和自我修正能力。",
  "word_count": 42,
  "compression_ratio": 15.2
}

注意事项

  • 输入文本最大 100KB
  • 摘要长度范围 50-1000 字
  • 纯文本输入,不支持 HTML/Markdown 解析

Didn't find tool you were looking for?

Be as detailed as possible for better results