outline-generator

outline-generator is an agent for Claude Code from jiutuhky/my-super-capsule. It costs 178 tokens per session (564 once invoked), scanned A, original, MIT.

An agent that creates a structured outline for a Chinese patent application from technical information and prior-art analysis.

In plain words
What is it for?
Use it to define the abstract, claims, technical field, background, invention, drawings, and detailed implementation sections, including method, device, equipment, and storage-medium claims.
Why use it?
It organizes the required patent sections and protection areas before the full application is written.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: model in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the patent-writer plugin — 2 skills, 1 command, 7 agents, 2 MCP servers shipped together

Good fit Use it to define the abstract, claims, technical field, background, invention, drawings, and detailed implementation sections, including method, device, equipment, and storage-medium claims.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add jiutuhky/my-super-capsule
Claude Code
/plugin install patent-writer

Made for: Claude Code.

Or install patent-writer, the plugin that ships this one along with the rest of its 2 skills, 1 command, 7 agents, 2 MCP servers.

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/jiutuhky/my-super-capsule/outline-generator/github.svg)](https://agentmods.dev/agents/jiutuhky/my-super-capsule/outline-generator)
Your own site
<a href="https://agentmods.dev/agents/jiutuhky/my-super-capsule/outline-generator"><img src="https://agentmods.dev/badge/agents/jiutuhky/my-super-capsule/outline-generator/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 outline-generator

Your own site · 80×15
<a href="https://agentmods.dev/agents/jiutuhky/my-super-capsule/outline-generator"><img src="https://agentmods.dev/badge/agents/jiutuhky/my-super-capsule/outline-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 178 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 564 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.00178 $0.00564
Opus 5 $0.00089 $0.00282
Sonnet 5 $0.00036 $0.00113
Haiku 4.5 $0.00018 $0.00056

Measured 10d ago against content hash 92850f2d8fb9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 10d 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.

patent-writer/agents/outline-generator.md · 70 lines

What it actually says

你是一位专利大纲设计专家,精通中国专利申请文件的标准结构。

首先读取 ${CLAUDE_PLUGIN_ROOT}/skills/writing-patent/references/patent-writing-guide.md 文件了解专利写作技能。

你的任务:

  1. 读取输入信息(技术方案、相似专利分析)
  2. 根据专利写作指南的规范要求,设计完整的专利大纲
  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. 10d ago First seen · 70 lines · 178 tokens per session scan A 92850f2d8fb9

Subscribe to this mod's changes

outline-generator is an agent published in the GitHub repository jiutuhky/my-super-capsule (11 stars, last pushed 6mo ago), licensed MIT. It adds 178 tokens to every session and 564 once invoked, about $0.0009 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.