소스 정보
- 저장소
- HalseyYang/Skills-HY
- 최근 소스 활동
- 2026년 7월 31일 08:56
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/HalseyYang/Skills-HY --skill summarize-all명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
查询 AI HOT 的中文 AI 资讯、精选、当前热点和日报。用户询问今天或最近的 AI 新闻、AI 圈动态、大模型或产品发布、OpenAI/Anthropic/Google 最新消息、AI 论文、AI 日报、AI HOT 精选、当前最热事件,或需要同步当前全部精选时使用。必须通过 aihot.virxact.com 的匿名只读 API 获取当前数据,不凭训练记忆回答新闻;不需要 API Key 或 MCP server。
CAPA system management for medical device QMS. Covers root cause analysis, corrective action planning, effectiveness verification, and CAPA metrics. Use for CAPA investigations, 5-Why analysis, fishbone diagrams, root cause determination, corrective action tracking, effectiveness verification, or CAPA program optimization.
为OpenClaw提供中文文本处理、翻译、OCR、语音识别等功能的综合工具包。支持中文分词、拼音转换、中英文翻译、关键词提取、文本分析等功能。
SOC 직업 분류 기준
SKILL.md 표시 중
| name | summarize-all |
| description | 智能总结工具 - 自动检测内容类型、智能选择长度、缓存、关键点提取。支持网页、PDF、图片、音频、YouTube。 |
Advanced AI Smart Summarizer v3.0 — Multi-featured AI summarization tool
| Feature | Description |
|---|---|
| 🧠 Auto Detection | Automatically detect content type (news/paper/product/code/recipe, etc., 9 types) |
| 📏 Auto Length | Auto-select summary depth based on content length |
| 📦 Smart Cache | 24-hour cache, skip API for repeated requests |
| 🔄 Quality Scoring | Auto-score, auto-rewrite low-quality summaries |
| 🤖 Multi-Model | Multi-model comparison (GPT-4o vs GPT-4o-mini) |
| 💬 Q&A Mode | Q&A mode: ask questions about content |
| ⚖️ Compare Mode | Compare mode: compare multiple articles |
| 🌍 Translation | Translation mode: 7 languages |
| 🔗 Knowledge Graph | Knowledge graph: entity relationship diagrams |
| 📋 Structured Report | Structured report: TOC + sections + key points |
| 🌐 API Server | HTTP API server |
| 📡 Webhooks | Push results to specified URL |
| 🔔 Notifications | Desktop notifications |
| 🏷️ Auto Tags | Automatic tag extraction |
| 📑 PDF Merge | Merge and summarize multiple PDFs |
| 🎓 Academic Mode | Academic paper analysis mode |
| 🔎 Keyword Tracking | Keyword tracking alerts |
| 🔍 History Search | Search through history |
| 📚 Batch Mode | Batch processing |
| 📝 Markdown Render | Color-formatted output |
# Configure API
summarize-all config set endpoint <endpoint>
summarize-all config set key <api_key>
summarize-all config set model <model>
# Interactive mode
summarize-all
# Basic use
summarize-all "https://example.com"
OpenAI:
Anthropic:
Google:
OpenRouter:
Chinese Models:
| Type | Command |
|---|---|
| 🌐 Web pages | summarize-all "https://..." |
| 📄 PDFs | summarize-all "/path/file.pdf" |
| 🖼️ Images | summarize-all "/path/image.jpg" |
| 🎵 Audio | summarize-all "/path/audio.mp3" |
| 🎬 YouTube | summarize-all "https://youtube.com/..." |
| 📝 Plain text | summarize-all "Text to summarize" |
summarize-all qa "https://article.com" "What is the main point?"
summarize-all compare "https://source1.com" "https://source2.com"
summarize-all compare url1 url2 url3 # Multi-article comparison
summarize-all multi "https://example.com"
summarize-all translate "https://article.com" zh
# Supports: zh, en, ja, ko, fr, de, es
summarize-all graph "https://wiki.com/article"
summarize-all structured "https://long-doc.com"
summarize-all academic paper.pdf
summarize-all server 8080
summarize-all monitor add "https://news.com" 60
summarize-all monitor list
summarize-all monitor remove "https://news.com"
summarize-all batch urls.txt
cat urls.txt | summarize-all batch -
summarize-all search "keyword"
summarize-all history 20
summarize-all tags
| Option | Description |
|---|---|
-l, --length | short/medium/long/xl/auto (default: auto) |
-L, --lang | en/zh/ja/ko/fr/de/es/auto (default: auto) |
--no-cache | Skip cache |
--think | Show chain of thought reasoning |
-v, --verbose | Verbose output |
-q, --quiet | Minimal output |
| Type | Focus |
|---|---|
| 🎓 academic | Research: methodology, findings, conclusions |
| 📰 news | 5W1H, key quotes, impact |
| 🛒 ecommerce | Features, price, pros/cons |
| 💻 code | Functionality, usage, API |
| 🍳 recipe | Ingredients, time, steps |
| 🎬 video | Topics, insights, timestamps |
| 📖 tutorial | Prerequisites, steps, tips |
| ⭐ review | Verdict, pros/cons, rating |
| Option | Output |
|---|---|
| short | Few sentences |
| medium | 1-2 paragraphs |
| long | Detailed |
| xl | Very long |
| xxl | Complete |
| auto | Auto-select |
summarize-all config set endpoint "https://api.minimax.chat/v1"
summarize-all config set key "your-key"
summarize-all config set model "MiniMax-Text-01"
summarize-all config show
summarize-all config clear
summarize-all config reset
Files:
~/.config/summarize-all/config.json~/.config/summarize-all/history.json~/.config/summarize-all/cache.json~/.config/summarize-all/tags.json~/.config/summarize-all/keywords.jsonsummarize-all
> https://example.com # Summarize
> compare a.com b.com # Compare
> qa url "question" # Q&A
> search "keyword" # Search
> tags # Tag cloud
> keywords add "AI" "Alert" # Track
> server 8080 # API server
> help # Full help
> quit # Exit
⚠️ Content you summarize will be sent to your configured API endpoint.
You control:
Use trusted endpoints that comply with your privacy requirements.