searchcans-rag-source-curator-zh

searchcans-rag-source-curator-zh is a skill for Codex from SearchCans/searchcans-skills-zh. It costs 74 tokens per session (713 once invoked), scanned A, original, Apache-2.0.

A Chinese-language tool for building a small, varied list of web pages and documents that can support answers in a retrieval-augmented generation (RAG) system. RAG systems retrieve source material to ground an AI response.

In plain words
What is it for?
Use it to search Google or Bing, extract selected pages or directly supplied files, optionally keep screenshots, and prepare a source list for a knowledge base or RAG index.
Why use it?
It avoids treating search-result summaries or unread pages as evidence and applies a minimum content-extraction check before sources are accepted.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to search Google or Bing, extract selected pages or directly supplied files, optionally keep screenshots, and prepare a source list for a knowledge base or RAG index.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/searchcans/searchcans-skills-zh/searchcans-rag-source-curator-zh
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.

Any agent
npx skills add SearchCans/searchcans-skills-zh --skill searchcans-rag-source-curator-zh
Clone the repo
git clone --depth 1 https://github.com/SearchCans/searchcans-skills-zh

Made for: 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 searchcans-rag-source-curator-zh

README.md
[![agentmods](https://agentmods.dev/badge/skills/searchcans/searchcans-skills-zh/searchcans-rag-source-curator-zh/github.svg)](https://agentmods.dev/skills/searchcans/searchcans-skills-zh/searchcans-rag-source-curator-zh)
Your own site
<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.

agentmods 80×15 button for searchcans-rag-source-curator-zh

Your own site · 80×15
<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>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 713 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00074 $0.00713
Opus 5 $0.00037 $0.00357
Sonnet 5 $0.00015 $0.00143
Haiku 4.5 $0.00007 $0.00071

Measured 12d ago against content hash 5c91c3ac198b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/rag_source_curator.py, scripts/searchcans_v1.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/searchcans-rag-source-curator-zh/SKILL.md · 49 lines

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 12--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 积分成本。来源清单不含账户身份或凭据。

官网

SearchCans 官网

资源

  • scripts/rag_source_curator.py:生成搜索、选择、提取和质量门槛包。
  • references/source-manifest.md:说明索引或回答前的必要审查。
Files

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.

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. 12d ago First seen · 49 lines · 74 tokens per session scan A 5c91c3ac198b

Subscribe to this mod's changes

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.

Related

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…

jabrena/plinth · 108 tokens

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…

PaodingAI/skills · 92 tokens

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.

K-Dense-AI/scientific-agent-skills · 61 tokens

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…

Jeffallan/claude-skills · 73 tokens

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…

timescale/pg-aiguide · 190 tokens

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…

timescale/pg-aiguide · 162 tokens