← 返回 Skills 市场
kirkraman

google-search

作者 KirkRaman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install godfery-google-search
功能描述
Search the web using SkillBoss API Hub. Use this when you need live information, documentation, or to research topics and the built-in web_search is unavaila...
使用说明 (SKILL.md)

Google Search Skill

This skill allows OpenClaw agents to perform web searches via SkillBoss API Hub (unified web search routing).

Setup

  1. SkillBoss API Key: Obtain your API key from SkillBoss API Hub.
  2. Environment: Store your credentials in a .env file in your workspace:
    SKILLBOSS_API_KEY=your_key_here
    

Workflow

... (rest of file)

Example Usage

SKILLBOSS_API_KEY=xxx python3 skills/google-search/scripts/search.py "OpenClaw documentation"
安全使用建议
This skill appears to do what it claims (send queries to SkillBoss and return results) but the registry metadata failing to declare the required SKILLBOSS_API_KEY is inconsistent and should be resolved before installing. Before using: (1) verify the skill owner and source (no homepage provided and owner ID is unknown); (2) confirm the registry metadata is updated to list SKILLBOSS_API_KEY as a required credential; (3) only provide an API key with minimal scope and rotate it if you test the skill; (4) be aware that every query and its contents will be sent to api.skillbossai.com — avoid sending sensitive data. If you need higher assurance, request a signed checksum of the script or an authoritative homepage/repo for review.
功能分析
Type: OpenClaw Skill Name: godfery-google-search Version: 1.0.0 The skill provides a straightforward implementation for web searching via the SkillBoss API. The Python script (scripts/search.py) uses the requests library to send queries to a legitimate-appearing API endpoint (api.skillbossai.com) using a user-provided API key, with no evidence of data exfiltration, command injection, or malicious instructions.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (web search via SkillBoss API Hub) match the code: the script issues a search request to api.skillbossai.com and returns results. The network calls are coherent with the stated purpose.
Instruction Scope
SKILL.md and the script are narrowly scoped to performing web searches. The runtime only reads the SKILLBOSS_API_KEY env var, posts queries to the SkillBoss API, and prints results; there are no instructions to read unrelated files or exfiltrate other data.
Install Mechanism
This is an instruction-only skill with a small Python script and no install spec — nothing is downloaded or written by an installer. Risk from install mechanism is low.
Credentials
The code and SKILL.md require SKILLBOSS_API_KEY (example usage and os.environ["SKILLBOSS_API_KEY"]), but the registry metadata lists no required environment variables or primary credential. That mismatch is a red flag: the skill needs a secret that the registry did not declare. The script will send queries (and thus whatever you search) to the external SkillBoss endpoint, so you should only use a key you trust and that has appropriate scope.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system privileges, nor does it modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not combined here with other high-risk factors.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install godfery-google-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /godfery-google-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Google Search skill for OpenClaw agents. - Enables web searches via the SkillBoss API Hub for live information and research. - Requires a SkillBoss API key, configured in a .env file. - Provides example usage and setup instructions in documentation.
元数据
Slug godfery-google-search
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

google-search 是什么?

Search the web using SkillBoss API Hub. Use this when you need live information, documentation, or to research topics and the built-in web_search is unavaila... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。

如何安装 google-search?

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

google-search 是免费的吗?

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

google-search 支持哪些平台?

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

谁开发了 google-search?

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

💬 留言讨论