# AgentEconomy Skill Trust Rating

> AgentEconomy Skill Trust Rating is a paid API for AI agents from agenteconomy.report, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-16).

Returns an operational trust rating (AAA–D scale) for a specific agent skill in the ClawHub/OpenClaw registry, including tier, outlook, risk flags, adoption metrics, maturity, and ratings for x402 services the skill pays.

## Facts

- Endpoint: POST https://agenteconomy.report/api/skill/:slug
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agenteconomy-skill-trust-rating-c75e1b14
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kRpZbPkfwcum_VyrKoKIv

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 agenteconomy-skill-trust-rating-c75e1b14 -d '<json body>'
```

Example prompt: Before I install the 'pdf-summarizer' skill from ClawHub, can you pull its trust rating from AgentEconomy — I want to see the tier, any risk flags like shell access or key handling, and ratings for the x402 services it pays?

## When to prefer this

Use this endpoint when you need to evaluate a specific agent skill (identified by its slug in ClawHub or OpenClaw) rather than a generic x402 service. It is the right choice for pre-install safety screening of agent skills, especially when you want skill-specific risk flags (shell access, key handling), adoption/maturity context, and downstream x402 payment service ratings all in one call. Prefer the sibling x402-service endpoint for rating non-skill services directly.

## Known failure modes

- Unknown slug returns 404 or empty result if the skill is not in the ClawHub/OpenClaw registry
- Stale data if the skill was recently added and hasn't been rated yet
- Skill may have been delisted from the registry, returning no active rating
- Network or payment failure returns an error and consumes the $0.005 USDC fee

## Output

A JSON object containing the skill's current trust tier (AAA to D), trust line status (BBB threshold), outlook, risk flags (e.g. unknown payee, pipes to shell, handles keys, suspicious), adoption score, maturity score, and a list of x402 services the skill pays along with their individual trust ratings.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agenteconomy-skill-trust-rating-c75e1b14/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agenteconomy.report](https://www.zero.xyz/host/agenteconomy.report/llms.txt)
