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 etoyama/insight-blueprint --skill catalog-registergit clone --depth 1 https://github.com/etoyama/insight-blueprintWrote 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/etoyama/insight-blueprint/catalog-register)<a href="https://agentmods.dev/skills/etoyama/insight-blueprint/catalog-register"><img src="https://agentmods.dev/badge/skills/etoyama/insight-blueprint/catalog-register/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/etoyama/insight-blueprint/catalog-register"><img src="https://agentmods.dev/badge/skills/etoyama/insight-blueprint/catalog-register.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.00071 | $0.02197 |
| Opus 5 | $0.00036 | $0.01099 |
| Sonnet 5 | $0.00014 | $0.00439 |
| Haiku 4.5 | $0.00007 | $0.00220 |
Grade A, and why
catalog-register 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 270 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/catalog-register — Data Source Registration
Guides Claude through exploring a data source's structure and registering it in the insight-blueprint catalog via MCP tools.
When to Use
- User wants to register a new data source (CSV file, API endpoint, SQL table)
- User wants to catalog an existing dataset with schema information
- User mentions "データカタログ", "ソース登録", or "register"
When NOT to Use
- Updating an existing source (use
update_catalog_entrydirectly) - Searching the catalog (use
search_catalogdirectly) - Managing domain knowledge (future SPEC-3 scope)
Workflow
Step 0: User Confirmation Gate
Before proceeding, confirm with the user:
- Ask: "このソースをカタログに登録しますか?"
- If the user declines, exit gracefully with a brief message and do not proceed
- If the user confirms, continue to Step 1
Step 1: Determine Source Type
Ask the user which type of data source to register:
- CSV — Local file with headers
- API — REST API endpoint (e.g., e-Stat, custom API)
- SQL — Database table (e.g., BigQuery, PostgreSQL)
If $ARGUMENTS is provided, use it as the source type.
Step 2: Explore Data Structure
Follow the appropriate exploration workflow below.
Step 3: Build Registration
Construct the add_catalog_entry call with discovered schema.
Step 4: Register and Confirm
Call add_catalog_entry and show the result to the user.
CSV Source Workflow
Step 2a: Read File Headers
- Ask the user for the CSV file path
- Read the first 5 rows to discover columns:
Read the file with limit=5 to see headers and sample data - For each column, infer:
- name: Header name
- type: Infer from sample values (string, integer, float, date, boolean)
- description: Ask user or infer from column name
- nullable: Check if any sample values are empty
- examples: First 2-3 non-empty values
Step 2b: Gather Metadata
Ask the user for:
- source_id: A short slug (e.g.,
local-survey-2024) - name: Human-readable name
- description: What this dataset contains
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.
- 10d ago First seen · 270 lines · 71 tokens per session scan A 6c912065b27a
catalog-register is a skill published in the GitHub repository etoyama/insight-blueprint (0 stars, last pushed 18d ago), licensed MIT. It adds 71 tokens to every session and 2,197 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
rival-search-mcp
Deterministic deep research via RivalSearchMCP. 9 tools: 5-engine web search (DuckDuckGo/Bing/Yahoo/Mojeek/Wikipedia), 9-platform social search (Reddit/HN/StackOverflow/Dev.to/Medium/ProductHunt/Bluesky/Lobste.rs/Lemmy), 5-source news (Google/Bing/Guardian/GDELT/DDG), 5 academic DBs…
safe-email-operations
Use email through the bundled mcp-email-server MCP server, diagnose bounded non-secret state, and hand account or credential setup to a user-operated CLI or authenticated local UI.
naver-search-mcp
Use for Korean web search, Naver News, Blog, Cafe, Image, Knowledge iN, Encyclopedia, Local search, and Naver DataLab search-trend and shopping-insight analysis through the published npm MCP server.
mcp-musescore
Use the ghchen99/mcp-musescore MCP server to inspect, navigate, compose, and edit an open MuseScore score through its QML WebSocket plugin.
ocr-expert
You are connected to OCR-MCP, a FastMCP 3.4+ server with 14 OCR backends. This skill teaches you how to use it effectively.
skills
Generate a complete SVG file from a natural language description using SEP-1577 multi-step sampling.