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.
git clone --depth 1 https://github.com/RobThePCGuy/Claude-Patent-CreatorWrote 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/commands/robthepcguy/claude-patent-creator/search-epo)<a href="https://agentmods.dev/commands/robthepcguy/claude-patent-creator/search-epo"><img src="https://agentmods.dev/badge/commands/robthepcguy/claude-patent-creator/search-epo/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/commands/robthepcguy/claude-patent-creator/search-epo"><img src="https://agentmods.dev/badge/commands/robthepcguy/claude-patent-creator/search-epo.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.00020 | $0.01593 |
| Opus 5 | $0.00010 | $0.00796 |
| Sonnet 5 | $0.00004 | $0.00319 |
| Haiku 4.5 | $0.00002 | $0.00159 |
Grade A, and why
search-epo 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- search-epo — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 198 lines — stays where its author put it; the contents beside it link to each section on GitHub.
EPO Patent Search
Search European patents using the EPO Open Patent Services (OPS) API and Google BigQuery.
Query: $ARGUMENTS
What This Command Does
Provides two complementary European patent search methods:
- EPO OPS API - Official EPO database with full-text EP publications, legal status, patent family links
- BigQuery (country="EP") - 100M+ worldwide patents filtered for European patents, fast keyword/CPC search
Search Methods
EPO OPS API (Detailed EP Data)
Best for:
- Full-text EP patent retrieval
- Legal status and procedural history
- Patent family linking (INPADOC families)
- Applicant/inventor search
- EP publication details (A1, A2, B1, B2)
/search-epo "blockchain authentication"
> Searching EPO OPS for EP patents...
>
> [1] EP3456789A1 - Authentication system using distributed ledger
> Applicant: Example GmbH
> Filed: 2019-03-15 | Published: 2020-01-22
> IPC: H04L9/32, G06F21/31
> Status: Examination in progress
>
> [2] EP3567890B1 - Blockchain-based identity verification
> Applicant: Tech Corp
> Filed: 2018-07-20 | Granted: 2021-05-12
> IPC: H04L9/00, G06Q20/38
> Status: Patent in force
BigQuery (Fast Broad Search)
Best for:
- Quick keyword search across EP patents
- CPC classification browsing
- Filing trend analysis
- Cross-jurisdiction comparison (EP vs US vs CN)
/search-epo "neural network medical imaging" --cpc G06N --limit 20
> Searching BigQuery for EP patents...
>
> Found: 156 EP patents matching query
> Showing top 20 results
>
> [1] EP-3891234-A1 - Deep learning system for medical image analysis
> Assignee: Medical AI Inc.
> Filed: 2020-06-15
> CPC: G06N3/08, A61B6/00
> ...
Combined Workflow
For comprehensive EP patent research:
- Start with BigQuery - Broad keyword search, filter country="EP"
- Identify CPC codes - Extract from relevant results
- Deep CPC search - BigQuery CPC search for thorough coverage
- EPO OPS details - Get full text, legal status, family data
- Family analysis - Use family_id to find related filings worldwide
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 · 198 lines · 20 tokens per session scan A e3635d7ab20a
search-epo is a command published in the GitHub repository RobThePCGuy/Claude-Patent-Creator (179 stars, last pushed 16d ago), licensed MIT. It adds 20 tokens to every session and 1,593 once invoked, about $0.0001 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-30.
Other commands, from other repositories
setup-video-vision
Interactive setup wizard for claude-video-vision — configure backend, whisper, frames, and verify dependencies.
coding-audit
Medical-coding / revenue-cycle compliance audit. Invokes rcm-reviewer to assess autonomous ICD-10-CM / CPT / HCPCS coding for False Claims Act exposure (upcoding/unbundling), NCCI edits + MUEs, medical necessity (LCD/NCD), modifier discipline, HIPAA minimum-necessary — and force a certified-coder (CPC/CCS) sign-off.
tax-review
Tax-filing compliance check — invokes tax-reviewer to produce TM-tax-{slug}.md with MeF e-file schema, Form 8879, PTIN/Circular 230, and IRC §7216 consent gaps.
search-flights
Search award flight availability across airlines.
overlay-apply
Apply NIST 800-53 overlays (FedRAMP, DoD, Privacy, etc.) to existing baselines.
pillar-guidance
Deep dive guidance on DORA's 5 pillars and implementation requirements.