← Back to Skills Marketplace
320
Downloads
1
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install patent-writer
Description
中文专利交底书撰写助手。支持两种模式:(1) 方向模式:用户给出技术方向,自动搜索并推荐创新点供选择;(2) 明确想法模式:用户已有明确发明构思,直接进入撰写流程。触发词:写专利、专利撰写、专利交底书、发明点推荐、帮我写个专利。
Usage Guidance
This skill appears internally consistent with being a Chinese patent-drafting assistant. Before installing, consider: (1) Privacy of draft content — the skill uses external retrieval skills (arxiv, research-lit, web_search); confirm those skills' data handling before sending confidential invention details to them. (2) Pandoc availability — md2docx.sh calls pandoc, so ensure pandoc is installed if you need DOCX export. (3) Provenance — the package has no homepage and an unknown owner; if provenance or license matters, request source/author info. (4) Legal/IP risk — drafting patent claims is legally sensitive; have a qualified patent attorney review outputs. If you need higher assurance, inspect the referenced retrieval skills (arxiv, research-lit, web_search) and confirm they do not exfiltrate inputs beyond expected web queries.
Capability Analysis
Type: OpenClaw Skill
Name: patent-writer
Version: 1.1.0
The skill is a patent writing assistant that includes a shell script `scripts/md2docx.sh` containing a shell injection vulnerability due to the use of `eval` on unsanitized input variables ($INPUT_MD and $OUTPUT_DOCX). Additionally, `SKILL.md` references a hardcoded local user path (`/Users/zxw/`), which is unusual for a generic skill and suggests it was tailored for a specific environment. While these represent significant security flaws and poor development practices, there is no clear evidence of intentional malicious behavior such as data exfiltration or unauthorized remote control.
Capability Assessment
Purpose & Capability
Name, description and instructions align: the skill performs literature search (via arxiv/research-lit/web_search), extracts innovations, drafts sections to a specified template, and converts Markdown to DOCX using pandoc. The included md2docx.sh matches the stated docx generation step. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md asks the agent to call external retrieval skills (arxiv, research-lit, web_search) and to produce large amounts of technical detail. That is consistent with the purpose, but behaviour depends on the invoked retrieval skills (their data handling/privacy). The skill explicitly warns not to fabricate sources. It references an example workspace path only as output location; it does not instruct reading arbitrary system files or environment variables.
Install Mechanism
No install spec is provided. The only executable artifact is a small bash script (md2docx.sh) that invokes pandoc; it is local, readable, and not fetched from a remote URL. No downloads, archives, or unusual install actions are present.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. package.json lists pandoc as a required system tool and lists optional skills (arxiv, research-lit), which is proportionate to its function. There are no requests for unrelated secrets or tokens.
Persistence & Privilege
always is false and disable-model-invocation is false (normal). The skill does not request persistent system-wide changes or modify other skills' configs. It operates within its own workspace/files as described.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install patent-writer - After installation, invoke the skill by name or use
/patent-writer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
**This is a major version update introducing new writing standards, steps, templates, and output features.**
- Expanded流程: 增加了专利概要描述、自动生成 Word(docx)文稿的完整流程,细化撰写步骤与关键节点。
- 新增参考资源: 增加架构图绘制指南、概要描述模板与示例、md2docx 脚本等辅助文件。
- 撰写规范升级: 明确自然段/技术文档风格、关键技术点举例、字数要求及不可口语化表达。
- 分节写作优化: 增强各章节连贯性与写作深度,明确架构图生成时机。
- 输出自动化: 一键导出 Markdown 和 Word 格式交底书/概要描述,统一文档结构与文件命名。
- 文档模板和流程说明同步更新,方便快速查找写作与交付规范。
v1.0.0
初始版本:支持方向模式和明确想法模式,自动检索现有技术,分节撰写,生成架构图
Metadata
Frequently Asked Questions
What is Patent Writer?
中文专利交底书撰写助手。支持两种模式:(1) 方向模式:用户给出技术方向,自动搜索并推荐创新点供选择;(2) 明确想法模式:用户已有明确发明构思,直接进入撰写流程。触发词:写专利、专利撰写、专利交底书、发明点推荐、帮我写个专利。 It is an AI Agent Skill for Claude Code / OpenClaw, with 320 downloads so far.
How do I install Patent Writer?
Run "/install patent-writer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Patent Writer free?
Yes, Patent Writer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Patent Writer support?
Patent Writer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Patent Writer?
It is built and maintained by xwZhang (@sherww); the current version is v1.1.0.
More Skills