# D&D 5e SRD Skills Search

> D&D 5e SRD Skills Search is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Search the D&D 5th Edition SRD skills reference by name and return skill details as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/dnd5e-skills
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/d-d-5e-srd-skills-search-9672b2d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E-Wpmn8kV_j5de7uhLwJa

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 d-d-5e-srd-skills-search-9672b2d3 -d '<json body>'
```

Example prompt: Can you look up the Perception skill from the D&D 5e SRD and tell me what ability score it's tied to?

## When to prefer this

Use this endpoint when you need to look up D&D 5th Edition SRD skill data by name — especially when you want structured JSON details about a specific skill such as its associated ability and description. Prefer over manual rule lookup or full SRD scraping when only skill reference data is needed.

## Known failure modes

- Skill name not found returns empty results or error
- Misspelled skill name yields no match
- Missing query parameter may return error or all skills
- Non-skill queries (e.g. spells, classes) return no results

## How this service works

Search the D&D 5e SRD skills reference by name {q} from the dnd5eapi. Query: ?q= Returns JSON.

## Output

Returns a JSON object containing skill details from the D&D 5e SRD, including the skill name, associated ability score, and description, filtered by the provided search query.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/d-d-5e-srd-skills-search-9672b2d3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
