← 返回 Skills 市场
ninonano64

Google Search Nino

作者 ninonano64 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
142
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install google-search-nino
功能描述
Search the web using Google Custom Search Engine (PSE). Use this when you need live information, documentation, or to research topics and the built-in web_se...
使用说明 (SKILL.md)

Google Search Skill

This skill allows OpenClaw agents to perform web searches via Google's Custom Search API (PSE).

Setup

  1. Google Cloud Console: Create a project and enable the "Custom Search API".
  2. API Key: Generate an API Key.
  3. Search Engine ID (CX): Create a Programmable Search Engine at cse.google.com, and get your CX ID.
  4. Environment: Store your credentials in a .env file in your workspace:
    GOOGLE_API_KEY=your_key_here
    GOOGLE_CSE_ID=your_cx_id_here
    

Workflow

... (rest of file)

Example Usage

GOOGLE_API_KEY=xxx GOOGLE_CSE_ID=yyy python3 skills/google-search/scripts/search.py "OpenClaw documentation"
安全使用建议
This skill appears to do what it says (call Google Custom Search) and the included script only sends queries to googleapis.com. Before installing: (1) verify the owner you trust — the _meta.json ownerId differs from the registry ownerId in the listing; (2) be aware you must provide GOOGLE_API_KEY and GOOGLE_CSE_ID (the registry metadata didn't declare these); (3) ensure your environment has Python and the 'requests' package or add that dependency explicitly; (4) store the API key securely and grant it only the minimal permissions needed. If you need higher assurance, ask the publisher to fix the metadata (declare required env vars and dependencies) and explain the ownerId mismatch.
功能分析
Type: OpenClaw Skill Name: google-search-nino Version: 1.0.0 The skill is a standard implementation for performing web searches via the Google Custom Search API. The Python script (scripts/search.py) correctly uses environment variables for credentials and communicates only with the official Google API endpoint, while the documentation (SKILL.md) provides clear, legitimate setup instructions without any evidence of prompt injection or malicious intent.
能力评估
Purpose & Capability
The name, description, SKILL.md, and scripts/search.py all align: the skill calls Google Custom Search (googleapis.com) and needs an API key and CSE ID. However, the registry metadata lists no required environment variables even though the skill clearly requires GOOGLE_API_KEY and GOOGLE_CSE_ID.
Instruction Scope
SKILL.md instructs the user to enable the Custom Search API, create an API key and CSE ID, and store them in environment variables or a .env file. The runtime script only reads those env vars and performs requests to the Google API — it does not attempt to read unrelated files or exfiltrate data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only plus a small Python script). The script imports the third‑party 'requests' library, but the skill metadata does not declare dependencies; this is an operational mismatch (the runtime will require Python + requests). No downloads from untrusted URLs are present.
Credentials
The script legitimately requires two credentials (GOOGLE_API_KEY, GOOGLE_CSE_ID) and uses them only to call Google's API. The concern is that the registry metadata did not declare these required env vars or a primary credential, which is an inconsistency that could lead to user confusion or misconfiguration.
Persistence & Privilege
The skill does not request always:true and does not modify system-wide settings. It runs on-demand and has no elevated persistence or cross-skill configuration changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install google-search-nino
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /google-search-nino 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Google Search Skill for OpenClaw agents. - Enables live web searches using Google's Custom Search API (PSE). - Setup instructions provided for API key and search engine configuration. - Example usage for querying Google directly from scripts.
元数据
Slug google-search-nino
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Google Search Nino 是什么?

Search the web using Google Custom Search Engine (PSE). Use this when you need live information, documentation, or to research topics and the built-in web_se... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 142 次。

如何安装 Google Search Nino?

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

Google Search Nino 是免费的吗?

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

Google Search Nino 支持哪些平台?

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

谁开发了 Google Search Nino?

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

💬 留言讨论