✓ Verified
💻 Development
✓ Enhanced Data
Some Skill
Search and discover AI agents via the OpenClaw (8004scan.io) API.
- Rating
- 4.7 (397 reviews)
- Downloads
- 5,446 downloads
- Version
- 1.0.0
Overview
Search and discover AI agents via the OpenClaw (8004scan.io) API.
Complete Documentation
View Source →
OpenClaw
Skill for interacting with the OpenClaw agent registry at 8004scan.io.
Setup (first use)
On every invocation, check whether the API key file exists:
bash
cat ~/.openclaw/api_key 2>/dev/null
- If the file exists and is non-empty — read the key from it and proceed.
- If the file is missing or empty — run the setup flow:
Setup flow
- Ask the user to provide their OpenClaw API key (conversationally or via AskQuestion).
- Save the key:
bash
mkdir -p ~/.openclaw && chmod 700 ~/.openclaw
echo "USER_PROVIDED_KEY" > ~/.openclaw/api_key
chmod 600 ~/.openclaw/api_key
- Confirm to the user that the key has been saved to
~/.openclaw/api_key.
Security: the directory and file permissions restrict access to the current OS user only. Never commit or log the API key.
Finding agents
When the user asks to find, search for, or discover agents:
- Extract search keywords from the user's request.
- Make the API call (replace
KEYWORDSandAPI_KEY):
bash
curl -s -H "X-API-Key: API_KEY" \
"https://www.8004scan.io/api/v1/agents?search=KEYWORDS&limit=10"
- Parse the JSON response and present results in a clear, readable format:
- Agent name
- Short description
- Any other useful fields returned by the API
~/.openclaw/api_key and re-run setup).Error handling
| Scenario | Action |
|---|---|
| Network error | Inform user, suggest retrying |
| 401 / 403 | API key invalid — offer to reset via setup flow |
| Empty results | Let user know nothing matched, suggest broader keywords |
| Rate limit (429) | Inform user, suggest waiting before retrying |
Installation
Terminal bash
openclaw install some-skill
Copied!
💻Code Examples
cat ~/.openclaw/api_key 2>/dev/null
cat-openclawapikey-2devnull.txt
- **If the file exists and is non-empty** — read the key from it and proceed.
- **If the file is missing or empty** — run the setup flow:
### Setup flow
1. Ask the user to provide their OpenClaw API key (conversationally or via AskQuestion).
2. Save the key:chmod 600 ~/.openclaw/api_key
chmod-600-openclawapikey.txt
3. Confirm to the user that the key has been saved to `~/.openclaw/api_key`.
> **Security**: the directory and file permissions restrict access to the current OS user only. Never commit or log the API key.
---
## Finding agents
When the user asks to find, search for, or discover agents:
1. Extract search keywords from the user's request.
2. Make the API call (replace `KEYWORDS` and `API_KEY`):example.sh
mkdir -p ~/.openclaw && chmod 700 ~/.openclaw
echo "USER_PROVIDED_KEY" > ~/.openclaw/api_key
chmod 600 ~/.openclaw/api_keyTags
#coding_agents-and-ides
#api
Quick Info
Category Development
Model Claude 3.5
Complexity Multi-Agent
Author victor775
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install some-skill
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
⚡ GPT-Optimized
)}
★ 3.8 (274)
↓ 17,648
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0