← Back to Skills Marketplace
windinwing

patent-transaction

by windinwing · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
40
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install patent-transaction
Description
Patent marketplace via trade.9235.net (listings, deals, open license, procurement, Excel export).
README (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_TOKENskills.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

  1. 运维设置 TRADE_SKILL_TOKENS
  2. 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 协作

尽调流程:

  1. patent-search 查法律状态、权利要求、相似专利
  2. patent-transaction 查是否挂牌、价格、成交记录
  3. 输出尽调摘要(见 due-diligence.md

错误码

code 含义
201 token 为空
202 非法 token
209 版本号 v 缺失
203 服务异常
Usage Guidance
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install patent-transaction
  3. After installation, invoke the skill by name or use /patent-transaction
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug patent-transaction
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is patent-transaction?

Patent marketplace via trade.9235.net (listings, deals, open license, procurement, Excel export). It is an AI Agent Skill for Claude Code / OpenClaw, with 40 downloads so far.

How do I install patent-transaction?

Run "/install patent-transaction" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is patent-transaction free?

Yes, patent-transaction is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does patent-transaction support?

patent-transaction is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created patent-transaction?

It is built and maintained by windinwing (@windinwing); the current version is v1.0.0.

💬 Comments