review-epo-claims

review-epo-claims is a command for Claude Code from Raw1mage/patentmcp. It costs 22 tokens per session (2,304 once invoked), scanned A, a copy of review-epo-claims, MIT.

A review of patent claims against European Patent Office rules on clear wording, concise claims, and support from the application’s description.

In plain words
What is it for?
Use it to check claim terms, claim structure, references between claims, claim categories, and whether the description supports each claimed feature.
Why use it?
It helps find wording that is unclear, repetitive, too broad, or not backed by the described invention before filing.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter.

Part of the claude-patent-creator-standalone plugin — 17 skills, 16 commands, 13 agents, 2 hooks shipped together

Good fit Use it to check claim terms, claim structure, references between claims, claim categories, and whether the description supports each claimed feature.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/raw1mage/patentmcp/review-epo-claims
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.

Clone the repo
git clone --depth 1 https://github.com/Raw1mage/patentmcp

Made for: Claude Code.

Or install claude-patent-creator-standalone, the plugin that ships this one along with the rest of its 17 skills, 16 commands, 13 agents, 2 hooks.

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 review-epo-claims

README.md
[![agentmods](https://agentmods.dev/badge/commands/raw1mage/patentmcp/review-epo-claims/github.svg)](https://agentmods.dev/commands/raw1mage/patentmcp/review-epo-claims)
Your own site
<a href="https://agentmods.dev/commands/raw1mage/patentmcp/review-epo-claims"><img src="https://agentmods.dev/badge/commands/raw1mage/patentmcp/review-epo-claims/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 review-epo-claims

Your own site · 80×15
<a href="https://agentmods.dev/commands/raw1mage/patentmcp/review-epo-claims"><img src="https://agentmods.dev/badge/commands/raw1mage/patentmcp/review-epo-claims.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,304 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 100% copy Near-identical to another mod 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.00022 $0.02304
Opus 5 $0.00011 $0.01152
Sonnet 5 $0.00004 $0.00461
Haiku 4.5 $0.00002 $0.00230

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

Security

Grade A, and why

review-epo-claims 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 11d 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.

Origin

This is a copy

100% identical to review-epo-claims — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

refs/Claude-Patent-Creator/commands/review-epo-claims.md · 327 lines

How it starts

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

EPO Claims Review

Automated analysis of patent claims for European Patent Office compliance with Art. 84 EPC / Rule 43 EPC / EPO Guidelines Part F.

Focus Area: $ARGUMENTS

What This Command Does

Performs comprehensive EPO claims analysis:

  1. Clarity Analysis (Art. 84 EPC):

    • Identifies unclear or ambiguous terms
    • Detects relative terms without reference points
    • Checks for consistent terminology throughout claims
    • Validates technical feature definitions
  2. Conciseness Check (Art. 84 EPC):

    • Detects redundant claims
    • Identifies unnecessarily complex claim structures
    • Checks for duplicate scope between claims
    • Validates claim set economy
  3. Support by Description (Art. 84 EPC):

    • Verifies all claimed features are disclosed in the description
    • Checks claim scope does not exceed disclosure
    • Validates generalizations from specific examples
    • Identifies unsupported claim breadth
  4. Claim Structure (Rule 43 EPC):

    • Validates two-part form (preamble + characterizing portion) where appropriate
    • Checks independent claim structure
    • Validates dependent claim references
    • Verifies claim categories (product, process, apparatus, use)
  5. Issue Categorization:

    • Critical: Will cause objection under Art. 84 EPC
    • Important: May cause objection or limit claim scope
    • Minor: Best practice improvements per EPO Guidelines

Who This Is For

  • Patent attorneys preparing EP applications
  • Applicants responding to EPO Art. 84 objections
  • Practitioners converting US claims to EPO format
  • Quality assurance before EP filing or Euro-PCT entry

Process

Step 1: Provide Claims

You can provide claims in three ways:

Option 1: Paste claims directly

/review-epo-claims

> Paste your claims text, then type 'END' on a new line:

1. A system for authenticating users, characterised in that
   the system comprises a distributed ledger configured to
   store and verify credentials.

2. The system according to claim 1, wherein the distributed
   ledger is a blockchain.

END

Read the full file on GitHub · 327 lines

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. 11d ago First seen · 327 lines · 22 tokens per session scan A dccdb6b9aa4e

Subscribe to this mod's changes

review-epo-claims is a command published in the GitHub repository Raw1mage/patentmcp (2 stars, last pushed 1mo ago), licensed MIT. It adds 22 tokens to every session and 2,304 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to review-epo-claims, differing in 0 lines, and is treated as a copy.

Related

Other commands, from other repositories

close-review

Month-end close / GL compliance check — invokes accounting-reviewer to produce TM-accounting-{slug}.md with double-entry integrity, ASC 606 revenue-recognition, period-lock, and SOX ITGC gaps.

avelikiy/great_cto · 43 tokens

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.

avelikiy/great_cto · 81 tokens

procurement-review

Procurement / source-to-pay compliance check — invokes procurement-reviewer to produce TM-procurement-{slug}.md with three-way match, segregation-of-duties, OFAC-screening, and SOX procurement-controls gaps.

avelikiy/great_cto · 46 tokens

msp-review

MSP / managed-services compliance check — invokes msp-reviewer to produce TM-msp-{slug}.md with client-isolation, credential-vaulting, SLA-tracking, and incident-escalation gaps.

avelikiy/great_cto · 43 tokens

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.

avelikiy/great_cto · 45 tokens

voice-compliance

Voice/telephony compliance check — invokes voice-ai-reviewer to produce TM-voice-{slug}.md with TCPA, STIR/SHAKEN, state recording-consent, EU AI Act Art. 50, and synth-voice deepfake-law gaps.

avelikiy/great_cto · 53 tokens