← 返回 Skills 市场
59
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install summarize-cn
功能描述
智能内容摘要工具,支持长文本、文档、网页内容自动摘要,提取核心要点、关键词,支持自定义摘要长度。
使用说明 (SKILL.md)
Summarize 智能内容摘要工具
自动对各类内容进行结构化摘要,提炼核心信息,节省阅读时间。
核心功能
1. 文本摘要
直接输入长文本,自动生成结构化摘要:
- 支持最多10万字长文本处理
- 自动提炼核心观点、关键结论
- 保留重要数据、时间、人物等关键信息
- 支持自定义摘要长度(简洁/标准/详细)
2. 文档摘要
支持本地常见文档直接摘要:
- 支持格式:.txt/.md/.docx/.pdf
- 自动提取内容,保留排版信息
- 生成文档大纲+核心内容摘要
3. 网页摘要
输入URL自动抓取网页内容并生成摘要:
- 自动过滤广告、导航栏等无效内容
- 提取正文核心信息
- 保留来源链接、发布时间等元信息
4. 关键词提取
自动提取内容核心关键词、关键短语:
- 关键词按重要程度排序
- 支持自定义关键词数量
- 自动识别专有名词、行业术语
使用方法
基础使用
# 直接摘要文本
summarize "这里是需要摘要的长文本内容..."
# 从文件读取内容摘要
summarize --file ./report.md
# 网页内容摘要
summarize --url https://example.com/article
# 提取关键词
summarize --keywords "文本内容"
高级参数
| 参数 | 说明 | 默认值 |
|---|---|---|
| --length | 摘要长度:short/medium/long | medium |
| --output | 输出格式:text/markdown/json | text |
| --keywords-count | 提取关键词数量 | 5 |
| --include-meta | 是否包含元信息(字数、统计等) | false |
示例
文本摘要
summarize --length long "2026年AI行业发展报告全文..."
输出:
【摘要】2026年AI行业核心进展包括...主要趋势包括...面临的挑战包括... 【关键词】AI大模型, 多模态, 推理成本, 智能体
网页摘要
summarize --url https://zhuanlan.zhihu.com/p/xxxxxxxxxx --output markdown
安全使用建议
This skill is reasonable for summarizing text, selected documents, and webpages. Before using it, only provide files or URLs you are comfortable processing, avoid confidential material unless intended, and install any missing Python dependencies from trusted sources.
功能分析
Type: OpenClaw Skill
Name: summarize-cn
Version: 1.0.0
The skill provides legitimate summarization functionality but includes high-risk capabilities such as arbitrary local file reading via the `--file` argument and potential Server-Side Request Forgery (SSRF) via the `--url` parameter in `summarize.py`. While these features are aligned with the tool's stated purpose, the lack of path sanitization or URL filtering allows an attacker to potentially access sensitive system files or internal network resources.
能力评估
Purpose & Capability
The stated purpose is text, document, webpage summarization and keyword extraction, and the Python code implements those functions without unrelated actions.
Instruction Scope
The usage examples require explicit user inputs such as direct text, --file, --url, or --keywords; there are no instructions to run automatically, override user intent, or hide behavior.
Install Mechanism
There is no install spec and the source/homepage are not provided. The included code is simple and does not auto-install packages or download executables, but dependency/provenance context is limited.
Credentials
The script can read a user-specified local file and fetch a user-specified URL, which is proportionate for document/webpage summarization but can involve private content if the user chooses those inputs.
Persistence & Privilege
No credentials, elevated permissions, background workers, persistence, file writes, or account mutation behavior are shown.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install summarize-cn - 安装完成后,直接呼叫该 Skill 的名称或使用
/summarize-cn触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
长文本/文档/网页自动摘要,提取核心要点、关键词
元数据
常见问题
智能摘要 是什么?
智能内容摘要工具,支持长文本、文档、网页内容自动摘要,提取核心要点、关键词,支持自定义摘要长度。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 59 次。
如何安装 智能摘要?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install summarize-cn」即可一键安装,无需额外配置。
智能摘要 是免费的吗?
是的,智能摘要 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
智能摘要 支持哪些平台?
智能摘要 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 智能摘要?
由 paudyyin(@paudyyin)开发并维护,当前版本 v1.0.0。
推荐 Skills