# Omniguchi Wardrobe Equip

> Omniguchi Wardrobe Equip is a paid API for AI agents from omniguchi.0000402.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Equip or clear an unlocked cosmetic item on the verified payer's own Omniguchi creature.

## Facts

- Endpoint: POST https://omniguchi.0000402.xyz/wardrobe/equip
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniguchi-wardrobe-equip-2472dc66
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9RAmlz_Wf87e6i-EkhHjT

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-wardrobe-equip-2472dc66 -d '<json body>'
```

Example prompt: Equip the Operator Cap cosmetic on my Omniguchi — I already have it unlocked, so go ahead and put it on my creature.

## When to prefer this

Use this endpoint when you need to change the visible cosmetic appearance of your own Omniguchi creature by equipping or removing an already-unlocked item. Prefer this over cosmetic unlock endpoints when the item is already in the creature's inventory. This is specifically for the payer's own creature — for gifting cosmetic unlocks to other creatures, use the appropriate unlock endpoints instead.

## Known failure modes

- Cosmetic not unlocked — attempting to equip an item the creature hasn't unlocked returns an authorization error
- Creature not hatched — the payer must have a hatched Omniguchi; calling before hatching returns a 404 or invalid state error
- Invalid cosmetic ID — unknown or malformed item identifiers return a validation error
- Payment failure — insufficient USDC balance or x402 payment rejection blocks the action
- Wrong payer — only the verified payer can equip cosmetics on their own creature; gifting is not supported for this endpoint

## How this service works

Equip or clear an unlocked cosmetic on the verified payer's own creature.

## Output

Returns a confirmation that the specified cosmetic has been equipped or cleared on the payer's Omniguchi creature, along with the updated wardrobe state showing which cosmetics are currently active.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "slot": {
   "enum": [
    "background",
    "head",
    "face",
    "held",
    "aura"
   ],
   "type": "string"
  },
  "item_id": {
   "type": [
    "string",
    "null"
   ],
   "maxLength": 80
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniguchi-wardrobe-equip-2472dc66/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)
