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.
npx skills add seed-forge/harness-ai-kit --skill patent-disclosure-workflowgit clone --depth 1 https://github.com/seed-forge/harness-ai-kitWrote 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.
[](https://agentmods.dev/skills/seed-forge/harness-ai-kit/patent-disclosure-workflow)<a href="https://agentmods.dev/skills/seed-forge/harness-ai-kit/patent-disclosure-workflow"><img src="https://agentmods.dev/badge/skills/seed-forge/harness-ai-kit/patent-disclosure-workflow/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.
<a href="https://agentmods.dev/skills/seed-forge/harness-ai-kit/patent-disclosure-workflow"><img src="https://agentmods.dev/badge/skills/seed-forge/harness-ai-kit/patent-disclosure-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00052 | $0.01720 |
| Opus 5 | $0.00026 | $0.00860 |
| Sonnet 5 | $0.00010 | $0.00344 |
| Haiku 4.5 | $0.00005 | $0.00172 |
Grade A, and why
patent-disclosure-workflow 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.
How it starts
The opening of the file, as written. The whole thing — 177 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Patent Disclosure Workflow
面向项目内专利技术交底材料的完整工作流技能。它覆盖专利编写、结构化整理、专业化润色、预审版收口,以及在用户明确要求时触发的 docx 导出。
适用场景
- 需要从技术材料、项目说明、产品规划或草稿整理成专利技术交底书
- 需要根据客户意见补强“如何做到、凭什么做到、是否可实施”
- 需要消除明显 AI 味道,让文本更像专业技术交底材料
- 需要把交底书整理成更适合客户审阅或交代理的版本
- 需要在内容确认后导出
Word
范围边界
本 Skill 主要覆盖:
- 技术交底材料 intake
- 背景技术、技术问题、详细技术方案、创新点和技术效果撰写
- 章节级编写要求对齐
- 技术底层机制补强
- AI 味道清理和术语统一
- 预审版整理
- 按需调用导出 SOP
本 Skill 不直接承担:
- 正式权利要求书起草
- 法律授权判断
- 侵权分析
- 申请策略法律意见
总工作流
SOP 1:收集与识别
先确认或推断:
- 专利主题
- 技术领域
- 现有问题
- 核心技术方案
- 相比现有技术的差异点
- 是否已有草稿、客户意见、参考模板
若存在 docx 参考材料,优先用 $markitdown 转成 md 再分析。
SOP 2:章节级写作与补强
默认采用五段式技术交底书结构:
一、背景技术二、技术问题三、详细技术方案四、本技术方案的有益效果/创新点五、其它
详细的章节编写要求见:
references/REFERENCE-PATENT-SECTION-WRITING-REQUIREMENTS.md``rn- 若输入来自docx参考件,优先启用markitdown转写后再进入工作流
在进入正文编写、结构补强、创新点提炼和技术效果整理阶段时,默认调用或复用:
patent-specification-writer
调用原则:
- 由
patent-disclosure-workflow负责判断当前是否进入编写阶段 - 一旦进入编写阶段,正文主体内容优先沿用
patent-specification-writer的通用专利写作能力 - 项目级差异化规则,如去 AI 味、客户预审口径、版本表达限制、章节对齐要求,由本 Skill 叠加控制
SOP 3:技术深度校验
对每份交底材料至少检查以下问题:
- 讲的是“功能”还是“实现机制”
- 每一核心功能是否都有相应技术实现方案
- 关键术语是否可落到数据结构、规则、模块、流程或判定逻辑
- 是否说明触发条件、输入、处理、输出、异常分支
- 是否足以让本领域普通技术人员据此实施
如果答案偏弱,优先补:
- 模块输入/处理/输出关系
- 状态数据结构
- 规则模板或策略模板
- 候选结果排序、阈值、二次确认或回退逻辑
- 失败分支与人工接管分支
SOP 4:去 AI 味润色
本项目内专利文本润色时,默认执行以下规则:
- 少用“首先、然后、接着、最后”一串流水连接词
- 少用“第一、第二、第三”口吻,优先改成“一是、二是、三是”或直接技术枚举
- 少写空泛价值表述,优先写处理逻辑和技术条件
- 少写营销化语言,保持技术交底语气
- 保持术语统一,不在同一文档里来回切换同义说法
SOP 5:预审版整理
若当前阶段是客户预审或内部评审:
- 正文保持技术交底体例
- 可以在
五、其它中保留预审说明、保护方向建议、后续权利要求抽取重点 - 不在标题区直接写“预审版”,版本词只放文件名
SOP 6:导出 SOP
只有在用户明确要求导出 Word 时,才进入导出步骤。
导出动作不在本 Skill 内重复实现,而是调用项目级子技能:
work-sc-patent-docx-exporter
调用前提:
md内容已确认- 章节结构已对齐
- 术语已统一
- 预审说明已放到合适位置
调用原则:
patent-disclosure-workflow不直接重写导出逻辑- 导出阶段默认调用
work-sc-patent-docx-exporter - 首页信息栏、固定副标题、一级标题黑体、版本词仅放文件名等规则,统一由
patent-docx-exporter执行
默认判断规则
- 用户只说“调整专利”“重写”“润色”“压实”,默认停留在
md - 用户只说“模板不对”,优先检查章节结构与章节说明,不急着导出
- 用户明确说“转 Word”“输出 docx”,才触发导出 SOP
What ships with it
7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 10d ago First seen · 177 lines · 52 tokens per session scan A 42487927a7f1
patent-disclosure-workflow is a skill published in the GitHub repository seed-forge/harness-ai-kit (22 stars, last pushed 9d ago), licensed Apache-2.0. It adds 52 tokens to every session and 1,720 once invoked, about $0.0003 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.
Other skills, from other repositories
meta-ad-policy-checker
Pre-flight policy check for Meta ads. Takes ad copy plus advertiser context, resolves and fetches the relevant Meta transparency-center policy pages at runtime, and returns a Pass / Fix Required / Block verdict with cited findings and rewrites.
who-really-owns-it
Research companies, directors, shareholders and ultimate beneficial ownership in official corporate registries, filings and offshore datasets — OpenCorporates, UK Companies House and the PSC register, SEC EDGAR, US Secretary of State registries, EU business registers, GLEIF LEI records, OpenOwnership, OpenSanctions…
x-ray-a-company
Corporate due-diligence workflow — resolve a brand or website to its registered legal entity, map group structure and beneficial ownership, profile officers and directors, enumerate the digital estate, and screen litigation, insolvency, procurement, sanctions, PEP and adverse media. Use when asked to check out, vet or…
comprehensive-enrichment
Enrich any person or company from any identifier — email, name, LinkedIn URL, domain, company name, Twitter/X handle. Use when asked to enrich, look up, or research a lead, contact, person, or company.
create-workflow-diagram
Create FigJam/Miro-style workflow diagrams as high-quality PNG images from plain-text workflow descriptions. Renders beautiful HTML diagrams with connected nodes, arrows, and labels, then screenshots them for sharing.
data-charts-tako
Search and visualize the world's data - get charts, insights, and embeddable knowledge cards for finance, economics, demographics, sports, and more.