← 返回 Skills 市场
Zeelin Patent Retriever
作者
Yuwen Yang
· GitHub ↗
· v0.1.2
373
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install patent-retriever-bigquery
功能描述
Team ZeeLin’s production-grade patent evidence retrieval skill for Google Patents BigQuery. Converts natural-language research intent into auditable multi-ro...
安全使用建议
This bundle appears coherent for querying Google Patents via BigQuery. Before running: (1) ensure the GOOGLE_APPLICATION_CREDENTIALS you provide follow least-privilege (only BigQuery query + storage if needed) to limit blast radius; (2) be aware BigQuery queries can incur cost—inspect and test queries with low limits first; (3) avoid committing credentials into the repository (.env) — scripts will load a local .env if present; (4) review the generated SQL in a safe environment if you have sensitive billing or data constraints; (5) validate outputs and JSON schemas before using results for downstream decisions.
功能分析
Type: OpenClaw Skill
Name: patent-retriever-bigquery
Version: 0.1.2
The skill bundle is a legitimate tool designed for patent retrieval and analysis using Google Patents BigQuery. The code follows security best practices by using parameterized queries (ScalarQueryParameter) to prevent SQL injection and relies on standard, well-known dependencies like google-cloud-bigquery and jsonschema. The instructions in SKILL.md and the logic in scripts like patent_search_plan.py and build_query_plan.py are strictly aligned with the stated purpose of patent research, with no evidence of data exfiltration, unauthorized credential access, or malicious prompt injection.
能力评估
Purpose & Capability
Name/description claim BigQuery patent retrieval and the bundle requires python3 and Google Cloud credentials (GOOGLE_APPLICATION_CREDENTIALS, GOOGLE_CLOUD_PROJECT) and includes BigQuery client code—these are expected and proportionate.
Instruction Scope
SKILL.md instructs installing listed Python deps and running the included scripts (seed -> build_plan -> execute_plan). The scripts only read/write local files, build SQL queries for BigQuery, and echo planned/effective filters. They do not reference unrelated system paths or remote endpoints beyond Google Cloud.
Install Mechanism
There is no remote download/install hook in the skill bundle. Dependencies are declared in requirements.txt (python-dotenv, google-cloud-bigquery, jsonschema) which is appropriate for a Python BigQuery client tool.
Credentials
Only GOOGLE_APPLICATION_CREDENTIALS and GOOGLE_CLOUD_PROJECT are required, which are the normal credentials for BigQuery access. The only additional behavior is optional loading of a local .env (scripts/config.py), which is a convenience and not a hidden exfiltration channel.
Persistence & Privilege
The skill is not always-enabled, does not modify other skills, and does not request persistent elevated platform privileges. It writes outputs to local result files as expected for a retrieval tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install patent-retriever-bigquery - 安装完成后,直接呼叫该 Skill 的名称或使用
/patent-retriever-bigquery触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Major update: Enhanced documentation, workflow clarity, and usability for patent evidence retrieval with Google Patents BigQuery.
- Skill renamed to **zeelin-patent-retriever** with a new, comprehensive SKILL.md focused on production workflows and cross-team use.
- Quickstart and standard command templates now included for faster onboarding and clear execution steps.
- Documentation expanded: clarified supported search filters, parameter mapping from natural language, and explicit rules for handling user-specified constraints (country, date, assignee, etc.).
- Added post-execution response template and common troubleshooting advice.
- All output contracts and validation requirements are now explicitly documented for downstream analysis and integration.
v0.1.1
- Added homepage field to skill metadata and Openclaw metadata section.
- Declared required environment variables and Python 3 binary under Openclaw's metadata.requires.
- No functional changes to the retrieval workflow or output contract.
v0.1.0
Initial release of patent-retriever-bigquery:
- Enables structured patent retrieval via Google Patent BigQuery based on topics/keywords.
- Guides users to build search plans and retrieve at least 20 patent records per request.
- Outputs results as structured JSON files for analysis.
- Provides command-line workflow for seed retrieval, plan building, execution, and output validation.
- Requires user configuration of Google Cloud environment variables and installation of Python dependencies.
元数据
常见问题
Zeelin Patent Retriever 是什么?
Team ZeeLin’s production-grade patent evidence retrieval skill for Google Patents BigQuery. Converts natural-language research intent into auditable multi-ro... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 373 次。
如何安装 Zeelin Patent Retriever?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install patent-retriever-bigquery」即可一键安装,无需额外配置。
Zeelin Patent Retriever 是免费的吗?
是的,Zeelin Patent Retriever 完全免费(开源免费),可自由下载、安装和使用。
Zeelin Patent Retriever 支持哪些平台?
Zeelin Patent Retriever 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Zeelin Patent Retriever?
由 Yuwen Yang(@yangyuwen-bri)开发并维护,当前版本 v0.1.2。
推荐 Skills