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.
npx skills add YangsonHung/awesome-agent-skills --skill routerbase-media-generation-cngit clone --depth 1 https://github.com/YangsonHung/awesome-agent-skillsWrote 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.
[](https://agentmods.dev/skills/yangsonhung/awesome-agent-skills/routerbase-media-generation-cn)<a href="https://agentmods.dev/skills/yangsonhung/awesome-agent-skills/routerbase-media-generation-cn"><img src="https://agentmods.dev/badge/skills/yangsonhung/awesome-agent-skills/routerbase-media-generation-cn/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/yangsonhung/awesome-agent-skills/routerbase-media-generation-cn"><img src="https://agentmods.dev/badge/skills/yangsonhung/awesome-agent-skills/routerbase-media-generation-cn.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00040 | $0.00390 |
| Opus 5 | $0.00020 | $0.00195 |
| Sonnet 5 | $0.00008 | $0.00078 |
| Haiku 4.5 | $0.00004 | $0.00039 |
Grade A, and why
routerbase-media-generation-cn 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 12d 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.
What it actually says
RouterBase 媒体生成
Overview
使用 routerbase 通过统一 API 表面构建图片、音频和视频生成流程。本技能帮助选择媒体端点、设计提示词和参数、处理同步或异步响应、管理生成资产,并补充安全检查。
何时使用
当用户提出以下需求时使用本技能:
- 通过 RouterBase 生成图片、音频、语音或视频
- 为某个生成工作流选择合适的媒体端点和供应商
- 处理重试、轮询、失败任务、输出 URL 和资产保留
- 为生成媒体设计安全提示词、审核和存储规则
- 编写媒体生成请求的客户端示例
不要使用
以下场景不应使用本技能:
- 未经同意且没有保留策略就创建或存储用户私密媒体
- 在平台未说明的情况下假设生成资产 URL 永久有效
- 面向外部发布的媒体跳过审核、版权或品牌安全检查
使用说明
- 明确目标媒体类型、输出格式、分辨率或时长、延迟容忍度和存储位置。
- 写代码前先确定端点模式和供应商假设。
- API Key 和用户资产路径必须使用占位符。
- 对异步生成补充重试、轮询、超时和失败状态处理。
- 增加安全清单,覆盖提示词约束、私密数据、内容权利和生成资产保留。
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.
- 12d ago First seen · 35 lines · 40 tokens per session scan A e67551b796da
routerbase-media-generation-cn is a skill published in the GitHub repository YangsonHung/awesome-agent-skills (18 stars, last pushed 1mo ago), licensed MIT. It adds 40 tokens to every session and 390 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-30.
Other skills, from other repositories
houtu-dependencies
Skill "houtu-dependencies" from lujiafa/houtu-project-skills, covering houtu framework — ai agent coding guide, core principles, code generation workflow (must be executed in order), step 1 — detect version & dependencies and step 2 — identify scenario & select module.
ag-ui
React hook that connects an AG-UI protocol agent endpoint to reachat. Returns the props needed by plus session helpers, and streams responses via SSE (text/event-stream).
add-matrix
Add Matrix channel integration via Chat SDK. Works with any Matrix homeserver.
laravel-specialist
Build and configure Laravel 10+ applications, including creating Eloquent models and relationships, implementing Sanctum authentication, configuring Horizon queues, designing RESTful APIs with API resources, and building reactive interfaces with Livewire. Use when creating Laravel models, setting up queue workers…
django-storages-s3
Use when configuring Django to store static and media files on AWS S3 with django-storages. Invoke when working with the STORAGES setting, S3 buckets, presigned URLs, CloudFront, or boto3-backed file storage in settings.py. Configures the Django 4.2+ STORAGES dict, public/private custom backends, presigned GET/POST…
cognito
AWS Cognito user authentication and authorization service. Use when setting up user pools, configuring identity pools, implementing OAuth flows, managing user attributes, or integrating with social identity providers.