用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/FoundDream/miniclawd --skill summarize命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | summarize |
| description | Summarize web articles, documents, or any content into concise key points. |
Summarize content from URLs, files, or text into digestible formats.
web_fetch tool to get the content:web_fetch(url="https://example.com/article")
read_file tool to read the content:read_file(path="/path/to/document.md")
## TL;DR
One sentence summary
## Key Points
- Point 1
- Point 2
- Point 3
## Details
Expanded explanation if needed
## Takeaways
What reader should remember or do
For business/technical documents:
## Overview
Brief context
## Key Findings
- Finding 1
- Finding 2
## Recommendations
- Action item 1
- Action item 2
## Next Steps
What happens next