# D&D 5e Skill Lookup

> D&D 5e Skill Lookup 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-14).

Returns the governing ability and description of a Dungeons & Dragons 5th Edition skill by its index slug.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/dnd5e-skill
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/d-d-5e-skill-lookup-b3d60b32
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E3cOmi7AszMORloDgeJNc

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-skill-lookup-b3d60b32 -d '<json body>'
```

Example prompt: What ability score governs the Arcana skill in D&D 5e, and what's the full description of how it works? Use the index 'arcana'.

## When to prefer this

Use this endpoint when you need structured D&D 5e skill data — specifically the governing ability score and rules description — for a single skill by its index slug. Prefer this over scraping wikis or rulebooks when building character tools, chatbots, or game assistants.

## Known failure modes

- Invalid or unknown skill index returns an error or empty response
- Missing ?index= parameter may return an error or default response
- Misspelled index slug (e.g. 'atheltics' instead of 'athletics') will not match

## How this service works

Governing ability and description of a D&D 5e skill (param index). Query: ?index= Returns JSON.

## Output

A JSON object containing the skill's name, the ability score that governs it (e.g. Intelligence, Dexterity, Wisdom), and a textual description of what the skill covers and how it is used in D&D 5e gameplay.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/d-d-5e-skill-lookup-b3d60b32/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)
