test-system

test-system is a command for coding agents from RobThePCGuy/Claude-Patent-Creator. It costs 19 tokens per session (295 once invoked), scanned A, original, MIT.

A set of tests for a patent-creation system and its supporting parts, including document analyzers, Google BigQuery search, graphics-card support, and text embeddings.

In plain words
What is it for?
Use it to test analyzers, GPU and CUDA support, BigQuery patent search, embedding speed, or the complete installation.
Why use it?
It helps show whether the system is installed correctly and which component is failing or working slowly.

Command

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

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/robthepcguy/claude-patent-creator/test-system
Clone the repo
git clone --depth 1 https://github.com/RobThePCGuy/Claude-Patent-Creator

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/robthepcguy/claude-patent-creator/test-system.svg)](https://agentmods.dev/commands/robthepcguy/claude-patent-creator/test-system)
Your own site
<a href="https://agentmods.dev/commands/robthepcguy/claude-patent-creator/test-system"><img src="https://agentmods.dev/badge/commands/robthepcguy/claude-patent-creator/test-system.svg" alt="Measured on agentmods" height="20"></a>
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 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.00019 $0.00295
Opus 5 $0.00010 $0.00148
Sonnet 5 $0.00004 $0.00059
Haiku 4.5 $0.00002 $0.00030

Measured 5d 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 5d 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

Copies of this mod

1 near-identical copy found in the catalogue:

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. 5d 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 RobThePCGuy/Claude-Patent-Creator (178 stars, last pushed 12d 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. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.