test-system

A collection of tests for checking whether the patent-writing system and its supporting components work correctly.

In plain words
What is it for?
Use it to test analyzers, GPU and CUDA support, BigQuery patent searches, embedding speed, or the complete installation.
Why use it?
It helps separate problems in patent analyzers, cloud searches, graphics hardware, document embeddings, or the full installation.

Command

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

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 commands/raw1mage/patentmcp/test-system
Clone the repo
git clone --depth 1 https://github.com/Raw1mage/patentmcp

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.

Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 295 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00019 $0.00295
Opus 5 $0.00010 $0.00148
Sonnet 5 $0.00004 $0.00059
Haiku 4.5 $0.00002 $0.00030

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

Security

Grade A, and why

test-system 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.

Origin

This is a copy

100% identical to test-system — 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/test-system.md · 56 lines

What it actually says

Test Patent Creator System

Run test suites to verify all components are working correctly.

Instructions

  1. Choose test type based on what needs verification
  2. Run the appropriate test script
  3. Review results and fix any failures

Test Types

Analyzers Test

Tests claims, specification, and formalities analyzers:

python ${CLAUDE_PLUGIN_ROOT}/scripts/test_analyzers.py

GPU Test

Verify GPU detection and CUDA support:

python ${CLAUDE_PLUGIN_ROOT}/scripts/test_gpu.py

BigQuery Test

Test patent search via BigQuery:

python ${CLAUDE_PLUGIN_ROOT}/scripts/test_bigquery.py

Embedding Speed Test

Benchmark embedding generation:

python ${CLAUDE_PLUGIN_ROOT}/scripts/test_embedding_speed.py

Complete Installation Test

Full system validation:

python ${CLAUDE_PLUGIN_ROOT}/scripts/test_install.py

Arguments

  • analyzers - Test patent analyzers
  • gpu - Test GPU functionality
  • bigquery - Test BigQuery integration
  • embeddings - Test embedding performance
  • all - Run all tests
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 · 56 lines · 19 tokens per session scan A e5bc21f4196f

Subscribe to this mod's changes

test-system is a command published in the GitHub repository Raw1mage/patentmcp (2 stars, last pushed 1mo ago), licensed MIT. It adds 19 tokens to every session and 295 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 test-system, differing in 0 lines, and is treated as a copy.