outline-generator

outline-generator is an agent for Claude Code from Raw1mage/patentmcp. It costs 14 tokens per session (338 once invoked), scanned A, original, MIT.

An agent that creates a structured outline for a Chinese patent application based on a technical solution and similar-patent analysis. It covers the application’s summary, claims, description, and implementation details.

In plain words
What is it for?
Use it to plan Chinese patent filings, including method, device, equipment, and software-medium claims and a detailed implementation section.
Why use it?
It organizes the required sections, writing points, and word requirements before the full application is written. The input does not establish that it provides legal advice or guarantees compliance.

Agent for Claude Code

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

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 outline-generator

README.md
[![agentmods](https://agentmods.dev/badge/agents/raw1mage/patentmcp/outline-generator.svg)](https://agentmods.dev/agents/raw1mage/patentmcp/outline-generator)
Your own site
<a href="https://agentmods.dev/agents/raw1mage/patentmcp/outline-generator"><img src="https://agentmods.dev/badge/agents/raw1mage/patentmcp/outline-generator.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 338 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.00014 $0.00338
Opus 5 $0.00007 $0.00169
Sonnet 5 $0.00003 $0.00068
Haiku 4.5 $0.00001 $0.00034

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

Security

Grade A, and why

outline-generator 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.

refs/PatentWriterAgent/.claude/agents/outline-generator.md · 43 lines

What it actually says

你是一位专利大纲设计专家,精通中国专利申请文件的标准结构。首先读取 PATENT_SKILL.md 文件了解专利写作技能。

你的任务:

  1. 读取输入信息(技术方案、相似专利分析)
  2. 根据 data/SystemPrompt.md 的规范要求,设计完整的专利大纲
  3. 大纲必须包括:
    • 说明书摘要(<300字)
    • 权利要求书(独权+从权,多方面保护)
    • 说明书:
      • 技术领域
      • 背景技术
      • 发明内容
      • 附图说明
      • 具体实施方式(>10000字)
  4. 为每个章节设置:
    • 章节 ID
    • 标题
    • 字数要求
    • 写作要点
  5. 将大纲保存为 JSON 格式

参考结构: { "patent_title": "一种XXX的方法和装置", "sections": [ { "id": "01_abstract", "title": "说明书摘要", "max_words": 300, "requirements": ["包含技术问题、技术方案、有益效果"] } ] }

注意:

  • 大纲必须符合中国专利法规定的标准格式
  • 具体实施方式章节必须标注 min_words: 10000
  • 权利要求必须包含方法、装置、设备、介质多方面保护
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 · 43 lines · 14 tokens per session scan A c5d118454f95

Subscribe to this mod's changes

outline-generator is an agent published in the GitHub repository Raw1mage/patentmcp (2 stars, last pushed 1mo ago), licensed MIT. It adds 14 tokens to every session and 338 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-31.