安全扫描
OpenClaw
可疑
medium confidence该技能基本实现了其声称的功能(专利搜索/分析),但其README在查询实际发送位置和支付方式上存在不一致,且会将用户查询发送到一个收取微支付费用但未声明任何支付/凭证要求的第三方端点。
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
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
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | ❌ | Keyword or technology description |
assignee | string | ❌ | Company name for portfolio analysis |
cpc_code | string | ❌ | Cooperative Patent Classification code |
date_range | object | ❌ | {"start": "2020-01-01", "end": "2024-12-31"} |
include_citations | boolean | ❌ | Return 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 ↗ · 中文优化:龙虾技能库