LaunchKit · 2026
Back to Skills

some-skill

Search and discover AI agents via the OpenClaw (8004scan.io) API.

0
0 downloads
by @victor775

Setup & Installation

openclaw skills install @victor775/some-skill

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install some-skill

What This Skill Does

Connects to the OpenClaw agent registry at 8004scan.io to search and discover AI agents and MCP servers by keyword. On first use, prompts for an API key and stores it at ~/.openclaw/api_key with restricted file permissions. Subsequent calls read the saved key automatically.

Searching the registry from within your agent session avoids switching to a browser and keeps discovery in the same context as the rest of your work.

When to use it

  • Finding agents that handle a specific task like email parsing
  • Browsing available MCP servers before adding one to a workflow
  • Searching for agents by capability keyword during project planning
  • Checking what automation agents exist for a given domain
  • Discovering agents to chain together in a multi-step pipeline

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Find agents that can help with web scraping

AGENT
  1. 1Check whether ~/.openclaw/api_key exists and is non-empty
  2. 2Read the API key from the file
  3. 3Send GET request to https://www.8004scan.io/api/v1/agents?search=web+scraping&limit=10
  4. 4Parse the JSON response
  5. 5Present each result with its name and description
OUTPUT

A ranked list of matching agents from the OpenClaw registry with names and short descriptions

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

OpenClaw API key from 8004scan.io