Patent Assistant
v1.1.0专利交底书撰写与专利检索助手。帮助研发人员将技术方案转化为结构化交底书,并进行专利检索分析。当用户要求写专利、写交底书、专利检索、查新时使用。
⭐ 8· 2.3k·7 current·7 all-time
by@ty-teo
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97bb678hhnaz0mkdtny3y22j180fwjw
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
