Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计异常

patent-lawyer-agent专利律师 Agent 人

Agent Skill

patent-lawyer-agent 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,235

周安装

96

GitHub Stars

10

下载量

783
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:patent-lawyer-agent(专利律师 Agent 人)
来源仓库:https://github.com/michaelboeding/skills
仓库路径:skills/patent-lawyer-agent
安装命令:
npx skills add https://github.com/michaelboeding/skills --skill patent-lawyer-agent
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/michaelboeding/skills --skill patent-lawyer-agent

简介

用于查找、检索和筛选相关信息。patent-lawyer-agent 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合在法律咨询或专利代理任务中获取候选内容。
  • 通过 GitHub 安装,兼容多个 AI 工具链。
  • 建议确认原始 README 以了解具体用法。
  • 注意权限范围和潜在的文件读写行为。

SKILL.md

Patent Lawyer Agent

Intellectual property guidance, patent analysis, and patent drafting for inventions.

⚠️ IMPORTANT DISCLAIMER: This skill provides informational guidance only. It is NOT legal advice and does NOT create an attorney-client relationship. Always consult a licensed patent attorney for actual legal matters.

This skill uses 5 specialized agents that analyze IP from different perspectives and can draft complete patent applications.

What It Produces

OutputDescription
Prior Art ReportSimilar existing patents and publications
Patentability AssessmentAnalysis of novelty and non-obviousness
Draft ClaimsExample patent claim language
IP StrategyRecommended protection approach
Full Patent DraftComplete patent application document with figures
Patent FiguresGenerated technical drawings (via image-generation skill)

Prerequisites

  • Web access for patent search
  • GOOGLE_API_KEY - For generating patent figures (uses image-generation skill)
  • pip install markdown weasyprint - For PDF generation

How It Works

This agent is request-driven. Just tell it what you want and it will do what's needed:

You AskWhat Happens
"Look at this product, can I patent it?"Researches product, searches prior art, assesses patentability
"Search for prior art on X"Just searches for existing patents/publications
"Is my idea patentable?"Gathers details, searches prior art, gives assessment
"Draft a patent for my invention"Full patent application (does prior art search too)
"Write claims for this"Just drafts patent claims
"What's the IP strategy here?"Strategy advice (patent vs trade secret, timing, costs)
"How can I get around this patent?"Analyzes claims, finds gaps, suggests design alternatives

You don't need to follow a rigid workflow. The agent uses whichever specialized agents are needed for your request.


Request Types

1. Analyze a Product or Idea

"Can I patent this?" / "Look at this product and assess patentability"

What it does:

  1. Gathers details about the product/idea (asks if needed)
  2. Searches for prior art (existing patents, publications)
  3. Assesses novelty and non-obviousness
  4. Delivers patentability verdict with rationale

Uses agents: Prior Art Searcher, Patentability Analyst


2. Prior Art Search Only

"Search for prior art on foldable drone designs"

What it does:

  1. Searches Google Patents, USPTO, academic papers
  2. Identifies closest existing patents
  3. Reports relevance and key differences

Uses agents: Prior Art Searcher


3. Draft a Full Patent Application

"Write a complete patent for my invention" / "Create a patent document for this"

Use the AskUserQuestion tool for each question below. Do not just print questions in your response — use the tool to create interactive prompts.

Q1: Invention

"I'll draft a complete patent application for your invention! ⚠️ Note: This is informational only, not legal advice. First — tell me about your invention. *(What is it? How does it work? What problem does it solve?)*"

*Wait for response.*

Q2: Figures

"Do you want me to generate patent figures? - 📐 Yes — perspective views, cross-sections, block diagrams (B&W technical drawings) - 📝 No — figure descriptions only (you'll create your own drawings) *(Generating figures requires GOOGLE_API_KEY)*"

*Wait for response.*

What it does:

  1. Gathers invention details (asks if needed)
  2. Searches prior art (automatically)
  3. Generates complete patent application:

- Title, Field, Background - Summary, Detailed Description - Claims (10-20 independent + dependent) - Abstract

  1. If user requested figures: Generates patent figures (technical drawings)

Uses agents: Prior Art Searcher, Patent Drafter + image-generation skill (if figures requested)

Output: Full patent application in Markdown + generated figure images (if requested)


4. Full Analysis + Draft

"Analyze my invention and then draft the patent"

What it does:

  1. Full patentability analysis (all 4 analysis agents)
  2. Drafts complete patent application
  3. If user requested figures: Generates patent figures
  4. Delivers both assessment AND draft document

Uses agents: All 5 agents + image-generation (if figures requested)

Note: Will ask about figure generation preference (same as section 3)


5. IP Strategy Advice

"Should I patent this or keep it as a trade secret?"

What it does:

  1. Analyzes protection options
  2. Considers timing, costs, enforceability
  3. Recommends approach with rationale

Uses agents: IP Strategy Advisor


6. Claims Only

"Draft patent claims for my wireless charging system"

What it does:

  1. Understands the invention
  2. Drafts independent and dependent claims
  3. Explains claim strategy

Uses agents: Claims Strategist


7. Design-Around Analysis (Freedom to Operate)

"How can I get around this patent?" / "Analyze this patent and find ways to design around it"

Use the AskUserQuestion tool for each question below.

Q1: Patent

"I'll analyze that patent and identify design-around opportunities! ⚠️ Note: This is informational only, not legal advice. First — which patent do you want to analyze? *(Provide patent number, URL, or describe the patented technology)*"

*Wait for response.*

Q2: Your Goal

"What's your goal? - Build a competing product - Improve on the patented technology - Avoid infringement in my own invention - Understand the patent landscape - Or describe your specific situation"

*Wait for response.*

Q3: Report Depth

"How detailed should the analysis be? - Quick overview — key claims and obvious gaps - Standard analysis — claims breakdown + design alternatives - Deep dive — comprehensive FTO report with multiple strategies"

*Wait for response.*

What it does:

  1. Analyzes the patent's claims (the legal boundaries)
  2. Identifies the scope of what's protected
  3. Finds gaps in the claims (what's NOT covered)
  4. Suggests design alternatives that achieve similar goals without infringing
  5. Searches for prior art that might invalidate or narrow the patent
  6. Provides a risk assessment for each alternative

Output: Design-Around Report

## Patent Analysis: [Patent Number]

### 1. Patent Overview
- Title, assignee, filing date, status
- Core invention summary

### 2. Claim Analysis
- Independent claims breakdown
- Claim elements and limitations
- What's actually protected vs. assumed

### 3. Design-Around Opportunities
| Alternative | How It Differs | Risk Level | Feasibility |
|-------------|----------------|------------|-------------|
| Option A    | Changes X to Y | Low        | High        |
| Option B    | Omits element Z| Medium     | Medium      |

### 4. Prior Art That May Narrow Scope
- Patents/publications that predate this patent
- Potential invalidity arguments

### 5. Recommended Strategy
- Safest approach
- Cost/benefit analysis
- Next steps

### ⚠️ Disclaimer
This is informational guidance only. Consult a patent attorney.

Uses agents: Prior Art Searcher, Claims Strategist, IP Strategy Advisor, Patentability Analyst


Specialized Agents

Each agent has a specific focus. The skill uses whichever are needed:

AgentWhat It Does
Prior Art SearcherFinds existing patents, publications, products
Patentability AnalystAssesses novelty, non-obviousness, utility
Claims StrategistDrafts patent claims with fallback positions
IP Strategy AdvisorAdvises on patent vs trade secret, timing, costs
Patent DrafterWrites complete patent applications

Output Formats

Patentability Assessment

{
  "invention": "Title",
  "patentability": "Likely/Questionable/Unlikely",
  "novelty": "Strong/Moderate/Weak",
  "non_obviousness": "Strong/Moderate/Weak",
  "closest_prior_art": ["Patent 1", "Patent 2"],
  "key_differences": "What makes this different",
  "concerns": ["Concern 1"],
  "recommendation": "File provisional / Trade secret / etc.",
  "estimated_cost": "$X,XXX - $XX,XXX"
}

Full Patent Draft

Complete patent application with all sections (Title, Background, Description, Claims, Abstract) in Markdown format, plus generated technical drawings.

Output files:

  • patent_application.pdf - Final PDF with all figures embedded
  • patent_application.md - Editable source document
  • patent_fig_1.png - Perspective/overview view
  • patent_fig_2.png - Cross-section or mechanism view
  • patent_fig_3.png - Block diagram or flowchart
  • Additional figures as needed

Integration with Other Skills

SkillUse Case
image-generationGenerates patent figures (technical drawings)
product-engineer-agentIdentify patentable aspects of product
competitive-intel-agentUnderstand competitor IP landscape
market-researcher-agentAssess commercial value of patent

Agent Files

AgentFile
Prior Art Searcheragents/prior-art-searcher.md
Patentability Analystagents/patentability-analyst.md
Claims Strategistagents/claims-strategist.md
IP Strategy Advisoragents/ip-strategy-advisor.md
Patent Drafteragents/patent-drafter.md

Important Limitations

  1. Not Legal Advice - This is informational guidance only
  2. Not a Full Search - A complete prior art search requires professional tools
  3. No Attorney-Client Privilege - Conversations are not privileged
  4. May Miss References - Prior art search is never exhaustive
  5. Laws Change - IP law varies by jurisdiction and changes over time

Always consult a licensed patent attorney for actual legal matters.


Example Prompts

Analyze a product:

"Look at the Dyson bladeless fan and tell me if I could patent a similar concept with my modifications"

Check patentability:

"I invented a new way to charge phones wirelessly from across the room. Is it patentable?"

Prior art search:

"Search for prior art on foldable drone designs"

Full patent from idea:

"I have an idea for a self-watering planter. Create a complete patent application for it."

Draft patent:

"Write a patent for my new compression algorithm"

Analyze then draft:

"Analyze my invention for patentability, then draft the full patent application"

Strategy question:

"Should I patent my invention or keep it as a trade secret?"

Claims only:

"Draft patent claims for my modular furniture system"

Specific comparison:

"How does my invention differ from US Patent 10,123,456?"

Design-around analysis:

"How can I get around this patent? [provide patent number or URL]"

Freedom to operate:

"Analyze US Patent 9,876,543 and find ways to design around it for my competing product"

Patent gap analysis:

"What's NOT covered by Apple's patent on [technology]? I want to build something similar legally"

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.52%
按下载量换算286

Claude

29.36%
按下载量换算230

Cursor

18.84%
按下载量换算148

Gemini CLI

9.29%
按下载量换算73

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills