← 返回 Skills 市场
127
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jx-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
- SkillBoss API Key: Obtain your API key from SkillBoss API Hub.
- Environment: Store your credentials in a
.envfile 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 be a simple wrapper for the SkillBoss web-search API and the included script matches that purpose, but there are a few red flags you should consider before installing:
- The registry metadata does not declare the SKILLBOSS_API_KEY env var even though the code and SKILL.md require it. Confirm with the publisher that this is the expected credential and why the registry entry omitted it.
- Avoid storing API keys in plaintext .env files in your workspace. Use a secret manager or environment injection if possible.
- The skill uses the Python 'requests' library but lists no dependencies; ensure the runtime has required packages and review the script locally before running.
- Verify the API endpoint (https://api.heybossai.com) and the publisher (owner ID is present but no homepage) before trusting the key; unknown sources increase risk.
If you still want to use it: inspect the script locally, provision a minimal-scope SkillBoss API key, do not commit the key to source control, and consider running the script in an isolated environment or VM. If the owner/publisher is unknown, prefer not to provide high-privilege or reusable credentials until you can verify their identity and service terms.
功能分析
Type: OpenClaw Skill
Name: jx-google-search
Version: 1.0.0
The skill provides a straightforward implementation for performing web searches via the SkillBoss API Hub. The Python script `scripts/search.py` communicates with a legitimate-appearing API endpoint (api.heybossai.com) using an environment-provided API key, and the documentation in `SKILL.md` contains no suspicious instructions or prompt injection attempts.
能力标签
能力评估
Purpose & Capability
The skill's name/description and the included script are consistent: it sends queries to SkillBoss (api.heybossai.com) to perform web searches. However, the registry metadata declares no required environment variables or primary credential while both SKILL.md and the script require SKILLBOSS_API_KEY. That metadata omission is an incoherence.
Instruction Scope
SKILL.md instructs storing the SkillBoss API key in a .env file and the example runs the provided script — the runtime instructions and script stay within the stated purpose (issue search requests). But instructing users to store secrets in a workspace .env is a risky practice and the instructions do not document other expected runtime requirements (e.g., Python requests library). The script reads only SKILLBOSS_API_KEY and does not access other files or env vars.
Install Mechanism
There is no install spec (instruction-only with an included script), which is low-risk. However, the repository does not declare dependencies (the script uses the 'requests' package) and does not provide an install or dependency list — omission reduces transparency and may cause runtime failures.
Credentials
The code requires a SkillBoss API key (SKILLBOSS_API_KEY) but registry metadata lists no required env vars or primary credential. Requesting just one API key is proportionate to the described purpose, but the missing declaration and the recommendation to save the key in a .env file are problematic from a secrets-handling perspective.
Persistence & Privilege
The skill is not marked always:true and does not request persistent or cross-skill configuration changes. Autonomous invocation is allowed (platform default), which is normal. There is no evidence the skill attempts to alter other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jx-google-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/jx-google-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Google Search Skill for OpenClaw agents
- Enables web searching via SkillBoss API Hub (unified web search routing)
- Requires users to set up a SkillBoss API key in their environment
- Useful for retrieving live information, documentation, or researching topics when other web search options are unavailable
元数据
常见问题
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 插件,目前累计下载 127 次。
如何安装 google-search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jx-google-search」即可一键安装,无需额外配置。
google-search 是免费的吗?
是的,google-search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
google-search 支持哪些平台?
google-search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 google-search?
由 KirkRaman(@kirkraman)开发并维护,当前版本 v1.0.0。
推荐 Skills