searchcans-rag-source-curator

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

A source-curation tool for building a small, evidence-ready collection of web pages and documents for retrieval-augmented generation, or RAG. RAG lets an AI answer using retrieved source material.

In plain words
What is it for?
Use it to search Google or Bing, select source domains, retrieve chosen pages, add explicit PDF or Office files, retain screenshots for visual review, and produce a source manifest with evidence checks.
Why use it?
It limits web research to selected, diverse sources and checks whether their contents were successfully extracted before they enter a knowledge base.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to search Google or Bing, select source domains, retrieve chosen pages, add explicit PDF or Office files, retain screenshots for visual review, and produce a source manifest with evidence checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/searchcans/searchcans-skills/searchcans-rag-source-curator
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 --skill searchcans-rag-source-curator
Clone the repo
git clone --depth 1 https://github.com/SearchCans/searchcans-skills

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/searchcans/searchcans-skills/searchcans-rag-source-curator"><img src="https://agentmods.dev/badge/skills/searchcans/searchcans-skills/searchcans-rag-source-curator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 639 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.00060 $0.00639
Opus 5 $0.00030 $0.00319
Sonnet 5 $0.00012 $0.00128
Haiku 4.5 $0.00006 $0.00064

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

Security

Grade A, and why

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

How it starts

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

SearchCans RAG Source Curator

Build a deliberately bounded source manifest rather than crawling the web. The Skill searches Google or Bing, chooses diverse candidate domains, fetches only the selected pages with Reader, accepts explicit PDF/Office file URLs, and can retain screenshot URLs for visual review.

Create the source set

Start with a concrete question, market, source budget, and the minimum number of successfully extracted sources needed before the pack is considered ready. Add direct documents only with --file-url; do not infer file URLs from a page.

python scripts/rag_source_curator.py "What is the current SERP API market?" \
  --engine google --country us --language en \
  --source-budget 4 --min-claim-ready 2 --include-content \
  --out rag-sources.json

Use --query for a small query matrix. Use --screenshot 1 or 2 only when visual review is required. --include-content intentionally makes the output larger; omit it when you need a metadata manifest before a second retrieval step.

Apply the evidence quality gate

The output marks a source claim_ready only when the Reader/File Extraction response has content. Its evidence_gate.status is passed only when the requested minimum is met.

Never treat a SERP snippet, an unread URL, an empty response, or a screenshot as sufficient evidence for a consequential answer. Every source begins with authority_assessment: unassessed; assign authority, recency, permissions, and organization-specific trust labels through a separate human or policy-based review.

Use the source-manifest guide when deciding whether the output may enter a RAG index.

Control cost and concurrency

By default, --account-mode auto uses one safe Account API pre-flight, estimates search plus the entire Reader/File source budget, caps source count when possible, and limits workers to reported Parallel Lanes. Use enforce to stop an insufficient job, warn to record without capping, or off only when an account check is inappropriate.

Read the full file on GitHub · 49 lines

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 · 60 tokens per session scan A 0408236e180c

Subscribe to this mod's changes

searchcans-rag-source-curator is a skill published in the GitHub repository SearchCans/searchcans-skills (3 stars, last pushed 17d ago), licensed Apache-2.0. It adds 60 tokens to every session and 639 once invoked, about $0.0003 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

web-search

Web search and content extraction with Tavily and Exa via inference.sh CLI. Apps: Tavily Search, Tavily Extract, Exa Search, Exa Answer, Exa Extract. Capabilities: AI-powered search, content extraction, direct answers, research. Use for: research, RAG pipelines, fact-checking, content aggregation, agents. Triggers…

aiskillstore/marketplace · 111 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

baoyu-danger-gemini-web

Generates images and text via reverse-engineered Gemini Web API. Supports text generation, image generation from prompts, reference images for vision input, and multi-turn conversations. Use when other skills need image generation backend, or when user requests "generate image with Gemini", "Gemini text generation"…

JimLiu/baoyu-skills · 74 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