← 返回 Skills 市场
Content Summary
作者
AllenS0104
· GitHub ↗
· v1.0.0
· MIT-0
216
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (SKILL.md)
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
安全使用建议
This skill appears to do what it says (search and summarize public content), but the runtime instructions mention tools (opencli, Playwright) that may require installation or API credentials that the skill does not declare. Before installing or enabling it: 1) confirm whether your agent environment already has opencli and/or Playwright and whether they require API keys (e.g., YouTube API) — if so, only provide credentials you trust and understand; 2) decide whether you want the agent to perform headless browser scraping (Playwright) — scraping can accidentally access interactive or authenticated content and increase privacy risk; 3) set clear limits (rate limits, avoid logins, and do not capture cookies or local data) if you let it run; and 4) monitor any prompts the agent makes to install tools or request secrets. If you need a fully auditable behavior, request an explicit install spec and declared environment variables from the skill author before enabling.
功能分析
Type: OpenClaw Skill
Name: content-summary
Version: 1.0.0
The skill bundle defines a content search and summarization tool for public platforms like Bilibili and YouTube. The instructions in SKILL.md guide the agent to use standard tools like Playwright or opencli to gather metadata and generate summaries with links and confidence labels. There are no indicators of malicious intent, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
Name/description match the instructions: search public platforms, rank results, and summarize with links. That purpose is reasonable and aligns with the guidance in SKILL.md.
Instruction Scope
Instructions stay focused on public content and require capturing metadata and links. However the fallback instructs using Playwright to scrape result pages; that enables browser automation and arbitrary page access (potentially including interactive elements or pages that require authentication) even though the skill is supposed to target public pages only. The SKILL.md does include conservative summary rules, which is good, but it gives an agent power to open web pages without specifying limits (rate limits, login avoidance, or data handling rules).
Install Mechanism
There is no install spec (instruction-only), which minimizes footprint. But the document explicitly recommends 'opencli' and Playwright as runtime tools; those are not declared as required binaries or installed by the skill, creating an operational mismatch: the agent may need to install or have these tools available to implement the skill.
Credentials
The skill declares no required environment variables or credentials, yet it prefers 'opencli' (which for some platforms may require API keys) and falls back to Playwright scraping (which can access any public page and potentially sensitive data exposed in the browser context). The lack of declared API credentials or guidance about avoiding authenticated scraping is an incoherence and a potential risk.
Persistence & Privilege
The skill does not request persistent/always-on presence, does not modify configs, and is user-invocable only. No elevated persistence privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install content-summary - 安装完成后,直接呼叫该 Skill 的名称或使用
/content-summary触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Introduces a concise alias for the content-search-summarization skill, enabling public content platform search, ranking, and summary with links.
- Supports search and summary from platforms like Bilibili and YouTube, with relevance- and popularity-based ranking.
- Always includes result links, capture times, and confidence notes; clearly indicates when summaries are based on metadata.
- Offers invocation in English or Chinese and provides a quick template for reliable use.
- Outputs a structured summary contract, detailing method, keywords, ranked items, links, and caveats for transparency.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 216 次。
如何安装 Content Summary?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install content-summary」即可一键安装,无需额外配置。
Content Summary 是免费的吗?
是的,Content Summary 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Content Summary 支持哪些平台?
Content Summary 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Content Summary?
由 AllenS0104(@allens0104)开发并维护,当前版本 v1.0.0。
推荐 Skills