소스 정보
- 저장소
- L-LesterYu/OpenClaw-hot-skills-zh
- 최근 소스 활동
- 2026년 3월 29일 16:31
- 감지된 SKILL.md 언어
- 중국어
- 스타
- 52
- 포크
- 8
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/L-LesterYu/OpenClaw-hot-skills-zh --skill summarize-zh명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | summarize-zh |
| version | 1.0.0 |
| description | 使用 summarize CLI 对 URL 或文件进行摘要(网页、PDF、图片、音频、YouTube)的中文版本 |
使用 summarize CLI 对各种内容进行智能摘要。
summarize https://example.com
summarize https://example.com --max 500
summarize document.pdf
summarize document.docx
summarize presentation.pptx
# 图片摘要
summarize image.jpg
summarize image.png
# 音频转录和摘要
summarize audio.mp3
summarize audio.wav
# YouTube 视频摘要
summarize https://youtube.com/watch?v=VIDEO_ID
summarize file1.pdf file2.pdf file3.docx
summarize *.txt
| 参数 | 说明 | 示例 |
|---|---|---|
--max | 最大摘要长度 | --max 1000 |
--min | 最小摘要长度 | --min 100 |
--focus | 重点主题 | --focus "技术分析" |
--format | 输出格式 | --format json |
--lang | 输出语言 | --lang zh |
summarize https://arxiv.org/abs/XXXX.XXXX --max 800
summarize research-paper.pdf --focus "方法论"
summarize https://company.com/annual-report --min 200
summarize market-research.pdf --focus "市场趋势"
summarize https://youtube.com/watch?v=abc123 --max 500
summarize podcast.mp3 --format json
文档格式:
媒体格式:
网络资源:
summarize document.pdf --template custom-template.md
summarize https://api.example.com/data --format json --lang zh
# 批量处理多个文件
for file in *.pdf; do
summarize "$file" --max 300
done
# 检查摘要完整性
summarize document.pdf --verify
# 生成质量评分
summarize document.pdf --score
summarize https://example.com --interactive
--max 参数限制输出长度--lang zh 明确指定中文--max 参数--focus 参数指定摘要重点--max 参数--verify 验证摘要质量为中文用户优化的智能摘要工具