archimedes

archimedes is a command for Claude Code from illusionaireal/oh-my-patent. It costs 0 tokens per session (239 once invoked), scanned A, original, MIT.

A command that starts or resumes a guided patent-disclosure project workflow. A patent-disclosure project is the structured process of developing an invention description for a patent filing.

In plain words
What is it for?
Use `/archimedes` with an optional invention topic to continue an existing project or receive guidance to create one, then route work to the required subagents and save results in `references/`.
Why use it?
It lets the workflow continue from the project's saved stage instead of requiring the user to manage each research and drafting step manually.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

Good fit Use /archimedes with an optional invention topic to continue an existing project or receive guidance to create one, then route work to the required subagents and save results in references/.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/illusionaireal/oh-my-patent/archimedes
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/illusionaireal/oh-my-patent

Made for: Claude Code.

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 archimedes

README.md
[![agentmods](https://agentmods.dev/badge/commands/illusionaireal/oh-my-patent/archimedes/github.svg)](https://agentmods.dev/commands/illusionaireal/oh-my-patent/archimedes)
Your own site
<a href="https://agentmods.dev/commands/illusionaireal/oh-my-patent/archimedes"><img src="https://agentmods.dev/badge/commands/illusionaireal/oh-my-patent/archimedes/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 archimedes

Your own site · 80×15
<a href="https://agentmods.dev/commands/illusionaireal/oh-my-patent/archimedes"><img src="https://agentmods.dev/badge/commands/illusionaireal/oh-my-patent/archimedes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 239 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 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.1 $0.00000 $0.00239
Opus 5 $0.00000 $0.00120
Sonnet 5 $0.00000 $0.00048
Haiku 4.5 $0.00000 $0.00024

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

Security

Grade A, and why

archimedes 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 12d 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.

src/commands/archimedes.md · 28 lines

What it actually says

Command: /archimedes

Description

启动专利交底书主流程编排器(Archimedes),开始或继续一个专利项目。

Usage

/archimedes [topic or intent]

Parameters

  • topic: 可选的专利选题/意向描述(可选,留空则基于当前项目状态继续)

Behavior

  1. 检查当前目录是否在专利项目内(.patent/state.json 存在)
  2. 如果存在现有项目,读取当前状态并继续到下一个工作流步骤
  3. 如果不存在,提示用户选择已有项目或用 /patent-new 创建新项目
  4. 启动 archimedes 编排代理,自动路由到所需的子代理完成任务

Example

/archimedes 基于国密SM2的预计算池缓存优化

Output

  • 当前工作流状态(INIT / RESEARCH / BRAINSTORM_R1 / ...)
  • 自动启动代理并输出处理结果到 references/ 目录
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. 12d ago First seen · 28 lines · 0 tokens per session scan A bca45976d538

Subscribe to this mod's changes

archimedes is a command published in the GitHub repository illusionaireal/oh-my-patent (94 stars, last pushed 10d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 239 tokens. 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.