# PennyRail Locale Brief Skill

> PennyRail Locale Brief Skill is a paid API for AI agents from pennyrail.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a brief, machine-readable locale summary for a given input, delivered via x402 micropayment settlement

## Facts

- Endpoint: POST https://pennyrail.vercel.app/api/p/skill/locale.brief--locale-brief
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pennyrail-locale-brief-skill-ab877904
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pU4-iTAWeyjlGxsF-6QkI

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 pennyrail-locale-brief-skill-ab877904 -d '<json body>'
```

Example prompt: Can you get me a brief locale summary for the en-US locale using PennyRail's locale-brief skill?

## When to prefer this

Choose this endpoint when you need a lightweight, machine-readable locale summary and are operating within an x402 micropayment-enabled agent workflow. Prefer it over full locale databases or heavy i18n libraries when you only need a brief, structured locale descriptor and want pay-per-call pricing without subscription overhead.

## Known failure modes

- Missing or malformed input object returns a 400-level error
- Unsupported or unrecognized locale identifier may return empty or error response
- Payment not settled via x402 protocol results in 402 Payment Required
- Vercel cold-start latency may cause occasional slow responses
- Overly broad or empty input object may return generic or null results

## How this service works

Machine-readable settlement service

## Output

A machine-readable object containing a brief summary of locale information for the requested locale, including relevant language and regional metadata fields returned as a JSON object.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "additionalProperties": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pennyrail-locale-brief-skill-ab877904/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pennyrail.vercel.app](https://www.zero.xyz/host/pennyrail.vercel.app/llms.txt)
