serpbase-skill CLAUDE.md

A Claude Code instruction file for using SerpBase, a service that returns current Google Search, Images, News, Videos, and Maps data.

In plain words
What is it for?
Use it to configure SerpBase searches for web research, media discovery, news, local-map searches, and place details.
Why use it?
It tells the agent which commands to use for current information and reminds it to include returned source links without making up details.

Instructions file

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.

agentmods
npx agentmods add instructions/serpbase-dev/serpbase-skill/claude-md
Clone the repo
git clone --depth 1 https://github.com/serpbase-dev/serpbase-skill
Per session 308 This file is loaded in full into every session.
When invoked 308 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.00308 $0.00308
Opus 5 $0.00154 $0.00154
Sonnet 5 $0.00062 $0.00062
Haiku 4.5 $0.00031 $0.00031

Measured 2d ago against content hash 65bc1f129cc8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

CLAUDE.md · 52 lines

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.

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. 2d ago First seen · 52 lines · 308 tokens per session scan A 65bc1f129cc8

Subscribe to this mod's changes

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.

Related

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.

lynote-ai/ai-text-detector · 212 tokens

crossframe-skill AGENTS.md

Instructions for xi-kari/crossframe-skill, covering crossframe / agent adapter, 仓库怎么理解, 显式调用边界, 显式调用 crossframe essay and 显式调用其它平行 skill.

xi-kari/crossframe-skill · 5,401 tokens

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。.

xi-kari/crossframe-skill · 1,801 tokens

crossframe-skill CLAUDE.md

Instructions for xi-kari/crossframe-skill, a project described as: CrossFrame Skill Suite:面向 AI agent 的中文结构诊断、公共议题分析、组织复盘、历史材料处理、追问和成文工作流;旗舰 CrossFrame ProMax 提供 v8-only、精确点名、可对账可修复的独立结构推演 runtime。.

xi-kari/crossframe-skill · 2,852 tokens

crossframe-skill GEMINI.md

Instructions for xi-kari/crossframe-skill, a project described as: CrossFrame Skill Suite:面向 AI agent 的中文结构诊断、公共议题分析、组织复盘、历史材料处理、追问和成文工作流;旗舰 CrossFrame ProMax 提供 v8-only、精确点名、可对账可修复的独立结构推演 runtime。.

xi-kari/crossframe-skill · 2,357 tokens

tw-formal-writing CLAUDE.md

Instructions for Imbad0202/tw-formal-writing, covering claude.md, 這個 repo 是什麼, 內容架構:單一真實來源 → 多入口, 常用指令 and 改完 references/ 後重新生成 standalone.md 與 skills/(必跑,否則 ci fail).

Imbad0202/tw-formal-writing · 2,427 tokens