← 返回 Skills 市场
patent-transaction
作者
windinwing
· GitHub ↗
· v1.0.0
· MIT-0
40
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install patent-transaction
功能描述
Patent marketplace via trade.9235.net (listings, deals, open license, procurement, Excel export).
使用说明 (SKILL.md)
专利交易 · Patent Transaction
概述 | Overview
| 中文 | 对接 https://trade.9235.net/api/skill:在售专利、详情、卖家、成交、开放许可、采购需求、Excel 导出。与 patent-search 联用做尽调。 |
| English | Trade skill API for patent listings, sellers, deal history, open licensing, procurement, Excel export. Pair with patent-search for due diligence. |
凭证 Credentials: TRADE_API_TOKEN 或 skills.entries.patent-transaction.apiKey
触发词:专利交易、转让、许可、在售专利、开放许可、采购需求、patent listing、licensing。
工具命令
| command | 说明 |
|---|---|
search |
在售专利搜索(表格展示) |
export |
导出当前检索结果为 Excel 下载 |
export_orders |
导出成交记录 Excel |
detail / sellers / orders / open / demand |
详情与其它查询 |
配置
{
"api_base_url": "https://trade.9235.net/api/skill",
"token": "YOUR_TRADE_SKILL_TOKEN"
}
或环境变量:
export TRADE_API_TOKEN="your_token"
export TRADE_API_BASE_URL="https://trade.9235.net/api/skill"
获取 Token
- 运维设置
TRADE_SKILL_TOKENS - 或
go run scripts/gen_skill_token.go -client mchat
备用:无 token 时可设 TRADE_API_BASE_URL=https://trade.9235.net/nbapi
CLI
python3 main.py search 锂电池
python3 main.py detail CN112968234A
python3 main.py orders
python3 main.py open 石墨烯
python3 main.py demand 电池
python3 main.py info
API 端点
| 功能 | 路径 |
|---|---|
| 在售搜索 | GET /api/skill/product/search?keyWord=&page=&pageSize= |
| 交易详情 | GET /api/skill/product/detail/{an} |
| 卖家 | GET /api/skill/product/sellers/{an} |
| 成交记录 | GET /api/skill/orders |
| 成交详情 | GET /api/skill/order/detail/{an} |
| 开放许可 | GET /api/skill/openPatent/search |
| 采购需求 | GET /api/skill/demand/search |
所有请求需 t=\x3Ctoken>&v=1 或头 X-Token。
与 patent-search 协作
尽调流程:
patent-search查法律状态、权利要求、相似专利patent-transaction查是否挂牌、价格、成交记录- 输出尽调摘要(见 due-diligence.md)
错误码
| code | 含义 |
|---|---|
| 201 | token 为空 |
| 202 | 非法 token |
| 209 | 版本号 v 缺失 |
| 203 | 服务异常 |
安全使用建议
Install only if you are comfortable sending patent search terms, deal lookups, and due-diligence activity to trade.9235.net with a configured token. Use it in an approved environment, review where exports are stored, and prefer a version that declares openpyxl as an install-time dependency or asks before installing packages at runtime.
能力标签
能力评估
Purpose & Capability
The advertised purpose matches the implementation: it queries trade.9235.net for patent listings, sellers, orders, open licenses, procurement demand, and exports results.
Instruction Scope
The skill documents the API endpoint and commands, but the trigger phrases are broad and the docs do not clearly warn that patent search, deal lookup, and due-diligence inputs are sent to a third-party service or may reveal commercial strategy.
Install Mechanism
The manifest declares requests, but export_deps.py also attempts to install openpyxl at runtime using uv or pip without a user confirmation step.
Credentials
Network calls to the marketplace API are expected, and local export files are purpose-aligned, but silent dependency installation is an under-disclosed host-environment change for an export feature.
Persistence & Privilege
The skill uses a TRADE_API_TOKEN credential and writes generated XLSX/CSV exports under an uploads directory; no background persistence, privilege escalation, credential harvesting, or destructive behavior was found.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install patent-transaction - 安装完成后,直接呼叫该 Skill 的名称或使用
/patent-transaction触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Enables patent marketplace integration via trade.9235.net.
- Search and view patents for sale, sellers, deal records, open licenses, procurement needs, and export results to Excel.
- Supports key commands: searching, exporting, viewing details, sellers, orders, open licenses, and demands.
- CLI usage and API endpoints clearly documented for quick integration.
- Requires TRADE_API_TOKEN for authentication.
- Designed to work with patent-search for due diligence workflows.
元数据
常见问题
patent-transaction 是什么?
Patent marketplace via trade.9235.net (listings, deals, open license, procurement, Excel export). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 40 次。
如何安装 patent-transaction?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install patent-transaction」即可一键安装,无需额外配置。
patent-transaction 是免费的吗?
是的,patent-transaction 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
patent-transaction 支持哪些平台?
patent-transaction 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 patent-transaction?
由 windinwing(@windinwing)开发并维护,当前版本 v1.0.0。
推荐 Skills