← Back to Skills Marketplace
2446
Downloads
8
Stars
8
Active Installs
2
Versions
Install in OpenClaw
/install patent-assistant
Description
专利交底书撰写与专利检索助手。帮助研发人员将技术方案转化为结构化交底书,并进行专利检索分析。当用户要求写专利、写交底书、专利检索、查新时使用。
Usage Guidance
This skill appears coherent for writing patent disclosures and doing web-based patent searches. Two important practical cautions: (1) patent_search.py issues live HTTP requests to external services (Google Patents, Lens, Innojoy, Baidu, Espacenet, CNIPA). Do not submit confidential or unpublished technical details into the search feature if you wish to avoid sending IP to third-party sites. (2) The HTML parsing is simple/fragile (regex-based); search results may be incomplete or require manual verification. If you need confidentiality or auditability, run the scripts in an isolated environment or use an internal/professional patent-search service. Otherwise, it is reasonable to install/use this skill as-is.
Capability Analysis
Type: OpenClaw Skill
Name: patent-assistant
Version: 1.1.0
The skill bundle is benign. The `SKILL.md` provides clear instructions for the AI agent to execute the provided Python scripts for patent disclosure generation and patent search, without any evidence of prompt injection attempts to manipulate the agent for malicious purposes. The `scripts/generate_disclosure.py` handles text formatting locally, and `scripts/patent_search.py` performs legitimate HTTP requests to well-known, public patent search platforms (e.g., patents.google.com, www.lens.org, xueshu.baidu.com) as part of its core functionality, without attempting to exfiltrate sensitive local data or execute arbitrary commands.
Capability Assessment
Purpose & Capability
Name/description (patent disclosure + patent search) align with included files and runtime actions. The repository contains a disclosure generator and a multi-platform search script; required env vars, binaries, and config paths are none, which is proportional for this functionality.
Instruction Scope
SKILL.md instructs the agent to run the two included Python scripts and to collect missing clarification from the user — this fits the stated purpose. Important behavioral note: scripts perform live HTTP requests to third-party patent/publication sites using the user's search text. That is expected for a search tool but means user-provided technical descriptions will be transmitted externally if used for searches.
Install Mechanism
No install spec; instruction-only with Python scripts that run on the host. No downloads or archive extraction, no third-party package installation specified. Low install risk.
Credentials
No environment variables, credentials, or config paths are requested. The code does not read unusual system files or expect unrelated secrets. CNIPA is listed but the script only returns login/register links rather than asking for credentials.
Persistence & Privilege
always is false; the skill does not request permanent presence or modify other skills. It is user-invocable and can be called autonomously (platform default), which is normal and not excessive here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install patent-assistant - After installation, invoke the skill by name or use
/patent-assistant - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
新增多平台检索:Google Patents, Lens.org, 大为Innojoy, 百度学术, Espacenet, 国知局CNIPA;支持并行检索
v1.0.0
Initial release: 专利交底书生成 + Google Patents 检索
Metadata
Frequently Asked Questions
What is Patent Assistant?
专利交底书撰写与专利检索助手。帮助研发人员将技术方案转化为结构化交底书,并进行专利检索分析。当用户要求写专利、写交底书、专利检索、查新时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 2446 downloads so far.
How do I install Patent Assistant?
Run "/install patent-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Patent Assistant free?
Yes, Patent Assistant is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Patent Assistant support?
Patent Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Patent Assistant?
It is built and maintained by TY-teo (@ty-teo); the current version is v1.1.0.
More Skills