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 agentmods add instructions/serpbase-dev/serpbase-skill/claude-mdgit clone --depth 1 https://github.com/serpbase-dev/serpbase-skillWhat 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 | $0.00308 | $0.00308 |
| Opus 5 | $0.00154 | $0.00154 |
| Sonnet 5 | $0.00062 | $0.00062 |
| Haiku 4.5 | $0.00031 | $0.00031 |
Grade A, and why
serpbase-skill CLAUDE.md 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 2d 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
SerpBase Skill For Claude Code
This repository provides a reusable SerpBase search skill for Claude Code and other agents.
When a user asks for current web, image, news, video, or Google Maps data, use SerpBase instead of relying on memory.
Setup
Require SERPBASE_API_KEY in the shell environment. Do not print or persist the key.
Preferred Commands
General search:
python scripts/serpbase_search.py --type search --query "query here" --hl en --gl us --page 1
Images:
python scripts/serpbase_search.py --type images --query "query here"
News:
python scripts/serpbase_search.py --type news --query "query here"
Videos:
python scripts/serpbase_search.py --type videos --query "query here"
Maps search:
python scripts/serpbase_search.py --type maps_search --query "coffee" --lat 37.7749 --lng -122.4194 --zoom 14
Maps detail:
python scripts/serpbase_search.py --type maps_detail --feature-id "feature_id here"
Response Rule
When answering, include source links from link, url, display_url, or google_maps_url when those fields are returned. Do not invent fields that SerpBase did not return.
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.
- 2d ago First seen · 52 lines · 308 tokens per session scan A 65bc1f129cc8
serpbase-skill CLAUDE.md is an instructions file published in the GitHub repository serpbase-dev/serpbase-skill (2 stars, last pushed 3mo ago), licensed MIT. It adds 308 tokens to every session, about $0.0015 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 instructions, from other repositories
ai-text-detector AGENTS.md
Instructions for lynote-ai/ai-text-detector, covering agent instructions: ai detector skill, when to use, required behavior, how to run and response format for users.
crossframe-skill AGENTS.md
Instructions for xi-kari/crossframe-skill, covering crossframe / agent adapter, 仓库怎么理解, 显式调用边界, 显式调用 crossframe essay and 显式调用其它平行 skill.
crossframe-skill copilot-instructions.md
Instructions for xi-kari/crossframe-skill, a project described as: CrossFrame Skill Suite:面向 AI agent 的中文结构诊断、公共议题分析、组织复盘、历史材料处理、追问和成文工作流;旗舰 CrossFrame ProMax 提供 v8-only、精确点名、可对账可修复的独立结构推演 runtime。.
crossframe-skill CLAUDE.md
Instructions for xi-kari/crossframe-skill, a project described as: CrossFrame Skill Suite:面向 AI agent 的中文结构诊断、公共议题分析、组织复盘、历史材料处理、追问和成文工作流;旗舰 CrossFrame ProMax 提供 v8-only、精确点名、可对账可修复的独立结构推演 runtime。.
crossframe-skill GEMINI.md
Instructions for xi-kari/crossframe-skill, a project described as: CrossFrame Skill Suite:面向 AI agent 的中文结构诊断、公共议题分析、组织复盘、历史材料处理、追问和成文工作流;旗舰 CrossFrame ProMax 提供 v8-only、精确点名、可对账可修复的独立结构推演 runtime。.
tw-formal-writing CLAUDE.md
Instructions for Imbad0202/tw-formal-writing, covering claude.md, 這個 repo 是什麼, 內容架構:單一真實來源 → 多入口, 常用指令 and 改完 references/ 後重新生成 standalone.md 與 skills/(必跑,否則 ci fail).