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 unavailable.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill jx-google-search --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Jx Google Search?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-jx-google-search)More formats (shields.io, HTML) on the badges page.
---
name: google-search
description: 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 unavailable.
---
# 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
```bash
SKILLBOSS_API_KEY=xxx python3 skills/google-search/scripts/search.py "OpenClaw documentation"
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!