📦 Ntriq Patent Landscape Intelligence — 专利景观智能分析

v1.0.0

免费的专利API工具,替代昂贵的PatSnap($10K-$50K/年)。可搜索USPTO专利、分析公司IP组合、跟踪发明人网络、探索专利引用图。无需API密钥,按使用量付费(USDC微支付)。

0· 26·0 当前·0 累计
by @ntriq-gh·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/13
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
该技能基本实现了其声称的功能(专利搜索/分析),但其README在查询实际发送位置和支付方式上存在不一致,且会将用户查询发送到一个收取微支付费用但未声明任何支付/凭证要求的第三方端点。
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/13

ntriq-patent-landscape-intelligence 初始版本发布——提供使用USPTO PatentsView API的免费专利搜索和分析,作为PatSnap等昂贵工具的替代方案。支持搜索专利、分析公司IP组合、跟踪发明人网络、探索专利引用图。无需API密钥;可通过按使用付费端点获取。每次调用$0.01 USDC。支持按关键词、公司(受让人)、CPC代码、日期范围和引用包含进行灵活查询。提供示例输出和主要用例,如自由实施分析、竞争对手监控和组合估值。

无害

安装命令

点击复制
官方npx clawhub@latest install ntriq-patent-landscape-intelligence
🇨🇳 镜像加速npx clawhub@latest install ntriq-patent-landscape-intelligence --registry https://cn.longxiaskill.com

技能文档

使用USPTO PatentsView API进行免费专利搜索和IP分析——作为PatSnap($10K–$50K/年)的替代方案。搜索专利、分析公司IP组合、跟踪发明人网络、探索专利引用图。

Parameters

ParameterTypeRequiredDescription
querystringKeyword or technology description
assigneestringCompany name for portfolio analysis
cpc_codestringCooperative Patent Classification code
date_rangeobject{"start": "2020-01-01", "end": "2024-12-31"}
include_citationsbooleanReturn citation network (default: false)

Example Response

{
  "assignee": "Apple Inc.",
  "patent_count": 18427,
  "top_tech_areas": [
    {"cpc": "G06F", "label": "Electric Digital Data Processing", "count": 4231},
    {"cpc": "H04W", "label": "Wireless Communication Networks", "count": 2847}
  ],
  "top_inventors": [{"name": "Christopher Stringer", "patents": 342}],
  "filing_trend": {"2022": 2341, "2023": 2587, "2024": 1204},
  "forward_citations_avg": 8.3
}

Use Cases

  • 产品发布前的自由实施分析
  • 竞争对手IP景观监控
  • 面向投资者的初创公司专利组合估值

Access

# x402 endpoint — pay $0.01 USDC per call (Base mainnet)
POST https://x402.ntriq.co.kr/patent-landscape

# Service catalog curl https://x402.ntriq.co.kr/services

x402 micropayments — USDC on Base, gasless EIP-3009

数据来源:ClawHub ↗ · 中文优化:龙虾技能库