# Omniguchi Operator Cap Cosmetic Unlock

> Omniguchi Operator Cap Cosmetic Unlock is a paid API for AI agents from omniguchi.0000402.xyz, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Unlocks the Operator Cap cosmetic item for a target Omniguchi creature, with gift-purchasing allowed and no rank change.

## Facts

- Endpoint: POST https://omniguchi.0000402.xyz/cosmetics/operator_cap/buy
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniguchi-operator-cap-cosmetic-unlock-0f0a5e4d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kRJL66RasId3oD2xLYv9I

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 omniguchi-operator-cap-cosmetic-unlock-0f0a5e4d -d '<json body>'
```

Example prompt: Unlock the Operator Cap cosmetic on my Omniguchi — please gift it to creature wallet 0xABC123, keeping its rank unchanged.

## When to prefer this

Use this endpoint specifically when you want to unlock the Operator Cap wearable cosmetic for an Omniguchi creature. It supports gifting to any target creature, making it suitable for both self-purchase and community gifting workflows. Choose alternative cosmetic endpoints for other items like Glitch Shutter, Mempool Rain, or Fibre Crest.

## Known failure modes

- Target creature has not been hatched yet — creature must be in hatched state
- Invalid or unrecognized target creature identifier
- Payment of 0.15 USDC not authorized or insufficient funds
- Operator Cap already unlocked on this creature — duplicate purchase
- Network or blockchain transaction failure

## How this service works

Unlock Operator Cap for a target creature. Gifts are allowed; rank is unchanged.

## Output

A confirmation that the Operator Cap cosmetic has been unlocked and applied to the target creature, along with relevant transaction details. The creature's rank is not affected by this operation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "pet_wallet": {
   "type": "string",
   "pattern": "^0x[0-9a-fA-F]{40}$",
   "description": "Optional target creature wallet. Omit to target the verified payer."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniguchi-operator-cap-cosmetic-unlock-0f0a5e4d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omniguchi.0000402.xyz](https://www.zero.xyz/host/omniguchi.0000402.xyz/llms.txt)
