Content Summary
/install content-summary
Content summary skill
This is the short public alias for:
content-search-summarization
Also available as simpler aliases:
summary内容摘要
Use this skill when you want to:
- search Bilibili, YouTube, or similar public content platforms
- pick the top N relevant results for a topic
- summarize each item in Chinese with links
Primary guidance
- Prefer
openclifor supported platforms. - If
opencliis unavailable, fall back to Playwright scraping of public result pages. - Rank by relevance first, popularity second.
- Open selected result pages and use metadata to improve summaries.
- Use a structured output with source, capture time, link, summary, and confidence.
Key rules
- Always include source links.
- Include capture time or say when the timestamp is not visible.
- Do not pretend a full video was watched if only metadata was collected.
- Phrase summaries conservatively when based on public page metadata.
- Add a confidence label and a short caveat when the summary is metadata-based.
Quick invocation template
You do not need to use only /content-summary.
Reliable invocation patterns include:
/content-summaryuse the content-summary skill- a natural-language request that clearly asks for content search, ranking, and summary output
Use prompts like:
Use /content-summary to find the top 5 results for \x3Ctopic> on \x3Cplatform> and summarize each item with links and confidence labels.
使用 /content-summary 在 \x3C平台> 搜索 \x3C主题>,筛选 Top 5,并输出带链接与置信度的摘要。
Please find the top results for \x3Ctopic> on \x3Cplatform>, rank them by relevance, and summarize each item with links and confidence notes.
Output contract
The skill output should always include:
- search method used (
openclior fallback) - keyword and capture scope
- ranked results with links
- per-item confidence and caveat
- explicit note when summaries are metadata-inferred
Pointer
For the full detailed playbook, also see:
skills/content-search-summarization/SKILL.mdin this repository
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install content-summary - After installation, invoke the skill by name or use
/content-summary - Provide required inputs per the skill's parameter spec and get structured output
What is Content Summary?
Short alias for content-search-summarization. Use this to search public content platforms, rank the top relevant items, and summarize them with links. It is an AI Agent Skill for Claude Code / OpenClaw, with 216 downloads so far.
How do I install Content Summary?
Run "/install content-summary" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Content Summary free?
Yes, Content Summary is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Content Summary support?
Content Summary is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Content Summary?
It is built and maintained by AllenS0104 (@allens0104); the current version is v1.0.0.