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 FrankL1u/liusir-skills --skill ls-multi-collectorgit clone --depth 1 https://github.com/FrankL1u/liusir-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/frankl1u/liusir-skills/ls-multi-collector)<a href="https://agentmods.dev/skills/frankl1u/liusir-skills/ls-multi-collector"><img src="https://agentmods.dev/badge/skills/frankl1u/liusir-skills/ls-multi-collector/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/frankl1u/liusir-skills/ls-multi-collector"><img src="https://agentmods.dev/badge/skills/frankl1u/liusir-skills/ls-multi-collector.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.00071 | $0.02370 |
| Opus 5 | $0.00036 | $0.01185 |
| Sonnet 5 | $0.00014 | $0.00474 |
| Haiku 4.5 | $0.00007 | $0.00237 |
Grade A, and why
ls-multi-collector 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
29 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .clawhubignore 87 B
- agents/openai.yaml 631 B
- config.example.yaml 178 B
- prompts/transcriptCleanup.md 665 B
- prompts/translateText.md 398 B
- README_ZH.md 5.8 KB
- README.md 6.1 KB
- references/error-handling.md 988 B
- references/output-contract.md 858 B
- references/pipeline.md 1.8 KB
- references/provider-matrix.md 998 B
- references/routing-rules.md 1.0 KB
- references/setup.md 1.6 KB
- references/skill-maintenance.md 899 B
- scripts/validate_skill.py 5.8 KB runs code
- toolkit/package.json 816 B
- toolkit/src/cleanTranscript.ts 6.8 KB runs code
- toolkit/src/cli.ts 1.3 KB runs code
- toolkit/src/detectSource.ts 1.9 KB runs code
- toolkit/src/doctor.ts 2.5 KB runs code
- toolkit/src/downloadVideo.ts 8.9 KB runs code
- toolkit/src/env.ts 2.8 KB runs code
- toolkit/src/fetchArticle.test.ts 4.1 KB runs code
- toolkit/src/fetchArticle.ts 25 KB runs code
- toolkit/src/normalizeInput.ts 125 B runs code
- toolkit/src/renderReport.ts 2.3 KB runs code
- toolkit/src/transcriptVideo.ts 12 KB runs code
- toolkit/src/writeOutput.ts 1.7 KB runs code
- toolkit/tsconfig.json 391 B
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 · 269 lines · 71 tokens per session scan A 2ac60ab2c0a3
ls-multi-collector is a skill published in the GitHub repository FrankL1u/liusir-skills (2 stars, last pushed 4mo ago), with no licence file. It adds 71 tokens to every session and 2,370 once invoked, about $0.0004 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.
Other skills, from other repositories
aws-wechat-article-writing
A writing tool for Chinese WeChat public-account articles, creating a first draft from a topic or outline and revising existing text. It can use a configured language-model service, such as DeepSeek, OpenAI, or Anthropic.
aws-wechat-article-images
An image-generation tool for Chinese WeChat public-account articles, making covers and illustrations based on an article’s title and content. It can create several visual options and reuse configured style presets.
aws-wechat-article-main
A coordinator for running a complete Chinese WeChat public-account publishing workflow. It connects separate steps such as choosing a topic, writing, reviewing, formatting, adding images, and publishing.
aws-wechat-article-assets
A local library for storing business descriptions, product images, and reusable writing or design presets for WeChat articles. It organizes these materials by product so other article tools can reuse them.
aws-wechat-article-formatting
A local converter that turns Markdown text into HTML formatted for the Chinese WeChat editor. Markdown is plain text with simple symbols for headings, links, and emphasis; the converter puts the resulting styles directly into the HTML.
aws-wechat-article-publish
A publishing tool that connects to the official WeChat public-account API to upload article images and place an article in the draft box or publish it. WeChat is the Chinese platform where public accounts distribute articles to followers.