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 SearchCans/searchcans-skills-zh --skill searchcans-rag-source-curator-zhgit clone --depth 1 https://github.com/SearchCans/searchcans-skills-zhWrote 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/searchcans/searchcans-skills-zh/searchcans-rag-source-curator-zh)<a href="https://agentmods.dev/skills/searchcans/searchcans-skills-zh/searchcans-rag-source-curator-zh"><img src="https://agentmods.dev/badge/skills/searchcans/searchcans-skills-zh/searchcans-rag-source-curator-zh/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/searchcans/searchcans-skills-zh/searchcans-rag-source-curator-zh"><img src="https://agentmods.dev/badge/skills/searchcans/searchcans-skills-zh/searchcans-rag-source-curator-zh.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.00074 | $0.00713 |
| Opus 5 | $0.00037 | $0.00357 |
| Sonnet 5 | $0.00015 | $0.00143 |
| Haiku 4.5 | $0.00007 | $0.00071 |
Grade A, and why
searchcans-rag-source-curator-zh 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
SearchCans RAG 来源策展
建立经过严格限制的来源清单,而不是抓取整个网络。该 Skill 搜索 Google 或 Bing,选择域名尽量多样的候选来源,只用 Reader 读取选定页面,接受明确指定的 PDF/Office 文件 URL,并可为视觉审查保留截图 URL。
创建来源集合
从具体问题、市场、来源预算,以及该来源包被视为可用前所需的最少成功提取来源数开始。仅通过 --file-url 添加直接文件;不得从页面推断文件 URL。
python scripts/rag_source_curator.py "当前 SERP API 市场是什么样?" \
--engine google --country us --language zh \
--source-budget 4 --min-claim-ready 2 --include-content \
--out rag-sources.json
使用 --query 建立小型查询矩阵。只有确实需要视觉审查时才使用 --screenshot 1 或 2。--include-content 会刻意增加输出体积;若只需元数据清单留待第二次读取,省略它。
执行证据质量门槛
只有 Reader/File Extraction 返回内容时,输出才将来源标为 claim_ready。仅当达到所请求最小数量时,evidence_gate.status 才为 passed。
不得把 SERP 摘要、未读取 URL、空响应或截图作为重要回答的充分证据。每个来源初始都为 authority_assessment: unassessed;权威性、时效性、权限和组织专属信任标签应由独立的人或策略审查指定。
决定输出能否写入 RAG 索引前,先阅读 来源清单指南。
控制成本与并发
默认 --account-mode auto 使用一次安全 Account API 预检,估算搜索和整个 Reader/File 来源预算,在可能时收缩来源数,并将 worker 限制为报告的 Parallel Lane。使用 enforce 在预算不足时停止,warn 记录但不收缩,只有在不适合账户检查时才使用 off。
从代理档位 0 开始。仅在确认访问问题时提升代理档位,因为这会改变 Reader 积分成本。来源清单不含账户身份或凭据。
官网
资源
scripts/rag_source_curator.py:生成搜索、选择、提取和质量门槛包。references/source-manifest.md:说明索引或回答前的必要审查。
What ships with it
4 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.
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 · 49 lines · 74 tokens per session scan A 5c91c3ac198b
searchcans-rag-source-curator-zh is a skill published in the GitHub repository SearchCans/searchcans-skills-zh (3 stars, last pushed 18d ago), licensed Apache-2.0. It adds 74 tokens to every session and 713 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
801-regulations-eu-ai-act
Use when reviewing, designing, or modifying Java enterprise systems that use AI, LLMs, AI agents, RAG, tool calling, workflow automation, or model-based decision support and need EU AI Act regulatory awareness. This should trigger for requests such as Review a Java AI system for EU AI Act controls; Design governance…
ChatDOC Studio--KnowledgeMate
Create and operate ChatDOC Studio knowledge bases through pdrouter using a Bearer API key and JavaScript helpers. Use when Codex needs to upload one or more PDF/DOC/DOCX files, skip failed files without aborting the whole job, create a knowledge base from successful uploads, or call the ChatDOC Studio knowledge-base…
markitdown
Convert heterogeneous documents and selected URIs to Markdown with Microsoft MarkItDown for text analysis, search, and LLM/RAG ingestion. Covers safe local conversion, streams, Office/PDF/data formats, batch workflows, plugins, vision OCR, Azure extraction, and the official MCP server.
rag-architect
Designs and implements production-grade RAG systems by chunking documents, generating embeddings, configuring vector stores, building hybrid search pipelines, applying reranking, and evaluating retrieval quality. Use when building RAG systems, vector databases, or knowledge-grounded AI applications requiring semantic…
pgvector-semantic-search
Use this skill for setting up vector similarity search with pgvector for AI/ML embeddings, RAG applications, or semantic search. Trigger when user asks to: Store or search vector embeddings in PostgreSQL Set up semantic search, similarity search, or nearest neighbor search Create HNSW or IVFFlat indexes for vectors…
postgres-hybrid-text-search
Use this skill to implement hybrid search combining BM25 keyword search with semantic vector search using Reciprocal Rank Fusion (RRF). Trigger when user asks to: Combine keyword and semantic search Implement hybrid search or multi-modal retrieval Use BM25/pgtextsearch with pgvector together Implement RRF (Reciprocal…