← 返回 Skills 市场
yjstrivesh

Patent Scout

作者 yjstrivesh · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
185
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install patent-scout
功能描述
通过百度或Google Patents在线检索中国专利信息,支持关键词和专利号查询,输出结构化专利摘要和申请人等数据。
安全使用建议
This skill appears to do what it claims: an npm/Node.js scraper for patent results from Baidu or Google Patents. Before installing or running it: (1) inspect the included scripts yourself (or run in an isolated environment) because npm install will fetch third‑party packages; (2) note small metadata inconsistencies (version numbers and an odd install path in SKILL.md) — not malicious but worth confirming you have the correct release; (3) be careful when using a proxy: provide only proxies you trust (an attacker-controlled proxy could see all traffic you send through it); (4) respect target sites' robots/TOS and throttle requests (SKILL.md already warns about rate limits); (5) if you need higher assurance, run npm install with a lockfile audit or use a sandbox/container to execute the tool.
功能分析
Type: OpenClaw Skill Name: patent-scout Version: 1.0.1 The patent-scout skill is a legitimate tool designed to search for Chinese patent information by scraping Baidu and Google Patents. The core logic in `scripts/patent-scout.js` uses standard libraries (axios, cheerio) to perform HTTP requests and parse HTML results, with no evidence of data exfiltration, malicious execution, or harmful prompt injection. The script's behavior aligns perfectly with its stated purpose of retrieving and formatting patent metadata.
能力评估
Purpose & Capability
Name/description describe online patent search; the bundle includes a Node.js script (axios + cheerio) and CLI instructions to query Baidu/Google Patents which is exactly what's needed for that purpose. Dependencies and required binaries (Node/npm at runtime) are proportionate. Minor inconsistencies: package.json version is 1.0.0 while scripts and _meta.json reference 2.0.0 and registry metadata shows 1.0.1 — and SKILL.md's install path (cd internal/java/patent-scout) doesn't match the file layout. These look like packaging/editorial issues, not functional mismatches.
Instruction Scope
SKILL.md instructs running the included script with flags, using --proxy for Google Patents, and exporting results to a file — all within the patent-search scope. The instructions do not request or read unrelated system files, environment secrets, or non-user-provided credentials. The script performs network requests to external patent sites (expected for this skill).
Install Mechanism
No formal install spec in the registry (instruction-only), but package.json and package-lock.json are included and SKILL.md recommends npm install. Dependencies are standard (axios, cheerio, commander, https-proxy-agent) and package-lock entries reference the npmmirror registry (a common China npm mirror). Because there is no curated install spec, installing requires running npm install locally — which will fetch packages from the registry specified in package-lock.json.
Credentials
Skill declares no required environment variables or credentials. The code accepts a user-provided --proxy option (user-supplied) and sets a synthetic BAIDUID cookie header for requests — neither require secrets. There are no requests for unrelated tokens/keys and the script does not appear to read hidden config paths.
Persistence & Privilege
always is false and the skill does not request persistent or elevated system privileges. It writes output only to a user-specified file (if used). Autonomous model invocation is allowed (platform default) but not combined with any unusual privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install patent-scout
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /patent-scout 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
真实网络搜索,支持百度和Google Patents
v1.0.0
真实网络搜索,支持百度和Google Patents
v2.0.0
真实网络搜索,支持百度和Google Patents
元数据
Slug patent-scout
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Patent Scout 是什么?

通过百度或Google Patents在线检索中国专利信息,支持关键词和专利号查询,输出结构化专利摘要和申请人等数据。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 185 次。

如何安装 Patent Scout?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install patent-scout」即可一键安装,无需额外配置。

Patent Scout 是免费的吗?

是的,Patent Scout 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Patent Scout 支持哪些平台?

Patent Scout 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Patent Scout?

由 yjstrivesh(@yjstrivesh)开发并维护,当前版本 v1.0.1。

💬 留言讨论