content-summary

content-summary is a skill for Claude Code, Codex from AllenS0104/skill-browser. It costs 32 tokens per session (522 once invoked), scanned A, original, MIT.

A short alias for a content-search and summarization guide. It searches public video and other content platforms, selects relevant results, and summarizes them with links.

In plain words
What is it for?
Use it to search platforms such as YouTube and Bilibili, choose relevant items, and produce linked summaries with capture times and confidence notes. The summaries are based on available public content or metadata.
Why use it?
It gives a repeatable way to find and rank public content instead of reviewing every result manually. It also requires summaries to reflect whether the full content was actually inspected.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/allens0104/skill-browser/content-summary
Any agent
npx skills add AllenS0104/skill-browser --skill content-summary
Clone the repo
git clone --depth 1 https://github.com/AllenS0104/skill-browser

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for content-summary

README.md
[![agentmods](https://agentmods.dev/badge/skills/allens0104/skill-browser/content-summary.svg)](https://agentmods.dev/skills/allens0104/skill-browser/content-summary)
Your own site
<a href="https://agentmods.dev/skills/allens0104/skill-browser/content-summary"><img src="https://agentmods.dev/badge/skills/allens0104/skill-browser/content-summary.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 522 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.00522
Opus 5 $0.00016 $0.00261
Sonnet 5 $0.00006 $0.00104
Haiku 4.5 $0.00003 $0.00052

Measured 6d ago against content hash 8627b40d7bd1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

content-summary scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/content-summary/SKILL.md · 79 lines

How it starts

The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

  1. Prefer opencli for supported platforms.
  2. If opencli is unavailable, fall back to Playwright scraping of public result pages.
  3. Rank by relevance first, popularity second.
  4. Open selected result pages and use metadata to improve summaries.
  5. 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:

  1. /content-summary
  2. use the content-summary skill
  3. 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 <topic> on <platform> and summarize each item with links and confidence labels.
使用 /content-summary 在 <平台> 搜索 <主题>,筛选 Top 5,并输出带链接与置信度的摘要。
Please find the top results for <topic> on <platform>, rank them by relevance, and summarize each item with links and confidence notes.

Output contract

The skill output should always include:

  1. search method used (opencli or fallback)
  2. keyword and capture scope
  3. ranked results with links
  4. per-item confidence and caveat
  5. explicit note when summaries are metadata-inferred

Pointer

For the full detailed playbook, also see:

Read the full file on GitHub · 79 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 79 lines · 32 tokens per session scan A 8627b40d7bd1

Subscribe to this mod's changes

content-summary is a skill published in the GitHub repository AllenS0104/skill-browser (5 stars, last pushed 5mo ago), licensed MIT. It adds 32 tokens to every session and 522 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.