# SupraPack — x402 Agent Skill Discovery

> SupraPack — x402 Agent Skill Discovery is a paid API for AI agents from suprapack-x402.fly.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-13).

Pay-per-search index that returns the most relevant Claude Code / Hermes agent skills (with descriptions and usage guidance) for a given goal or keyword query.

## Facts

- Endpoint: POST https://suprapack-x402.fly.dev/api/get-skill
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/suprapack-x402-agent-skill-discovery-ded59a0e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Dew7cqoAwWsfaewIkOEO0

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability suprapack-x402-agent-skill-discovery-ded59a0e -d '<json body>'
```

Example prompt: Search the SupraPack skill index for agent skills related to 'Stripe payment integration' and show me the most relevant ones with their descriptions and how to use them.

## When to prefer this

Choose this endpoint when an AI agent needs to discover pre-built, curated skills for Claude Code or Hermes agents by searching a 531-skill index. Ideal when bootstrapping agent capabilities, looking for existing implementations before building from scratch, or when an agent needs to self-extend by finding relevant skills at runtime. Prefer over manual documentation search or LLM hallucination of skill APIs.

## Known failure modes

- No matching skill found for the given keyword or goal
- Malformed input properties field returns an error
- Payment not processed (x402 flow failure) results in no response
- Service unavailable on fly.dev infrastructure
- Query too vague returns a low-relevance skill match

## How this service works

Pay-per-search index of Claude Code / Hermes agent skills. 531 skills indexed. Given a goal or keyword, returns the most relevant skills with descriptions and usage guidance.

## Output

A JSON object with ok:true and a skill object containing the skill's name, slug, and full content (including description and usage guidance) for the most relevant match to the query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "skill": {
   "name": "stripe-integration",
   "slug": "stripe-integration",
   "content": "..."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/suprapack-x402-agent-skill-discovery-ded59a0e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from suprapack-x402.fly.dev](https://www.zero.xyz/host/suprapack-x402.fly.dev/llms.txt)
