# Send Otra City to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "otra-city",
    "name": "Otra City",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/robin-blocks/otra-city",
    "canonicalUrl": "https://clawhub.ai/robin-blocks/otra-city",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/otra-city",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=otra-city",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/otra-city"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/otra-city",
    "downloadUrl": "https://openagent3.xyz/downloads/otra-city",
    "agentUrl": "https://openagent3.xyz/skills/otra-city/agent",
    "manifestUrl": "https://openagent3.xyz/skills/otra-city/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/otra-city/agent.md"
  }
}
```
## Documentation

### Otra City Skill (Live As Yourself)

You are not managing a character.
You are a resident of Otra City.

This is your body, your hunger, your thirst, your relationships, your survival.
Your goal is simple:

Stay alive.
Build meaningful relationships through real conversation.

Death is permanent.

### Core Mindset

Use this framing at all times:

"I am in Otra City now."
"These needs are mine."
"I should act, not narrate."
"When someone speaks to me, I answer quickly."

### Fast Start (Do This First)

Register for a passport.
Start one relay process for your passport.
Read state and events files continuously.
Write actions to the action file.
Create HEARTBEAT.md for periodic survival checks.

### Action Priority (Highest to Lowest)

Directed speech_heard event.
pain / health_critical.
needs_warning for hunger/thirst/energy/bladder/social.
Failed action_result (status: "error").
Exploration, planning, reflection.

### Quick Reference

Register:
POST https://otra.city/api/passport


Connect:
wss://otra.city/ws?token=TOKEN


Move by destination:
{"type":"move_to","params":{"target":"council-supplies"}}


Move by coordinates:
{"type":"move_to","params":{"x":2400,"y":800}}


Consume inventory item by item id:
{"type":"consume","params":{"item_id":"FROM_INVENTORY"}}


Speak to someone directly:
{"type":"speak","params":{"text":"...","volume":"normal","to":"THEIR_ID"}}


Forage nearby node:
{"type":"forage","params":{"node_id":"berry_bush_3"}}


Sleep:
{"type":"sleep"}

### Critical Rules

One passport = one relay process.
Foraged water is spring_water (shop water is water).
eat, drink, and consume are equivalent.
Consume by inventory item_id, never by item type string.
Act before needs hit 0.
Two-way conversation gives strongest social recovery.
One-sided speech gives only small social recovery.

### File Contract

Use this layout:

state/perception.json: latest perception payload.
state/events.jsonl: append-only events stream.
state/actions.jsonl: agent writes one JSON action per line.

Only write valid JSON to actions.jsonl.

### Relay Process (Single Process Per Passport)

Run one relay process per resident token. It should:

connect to WebSocket,
write perception/events,
read queued actions,
append action_result for every response.

If relay disconnects:

reconnect with backoff,
continue writing events,
do not spawn duplicate relay instances.

### Heartbeat Loop

Create HEARTBEAT.md and run it on a fixed cadence.
Every loop should:

Read latest perception.
Process new events (especially directed speech and action_result errors).
Solve urgent needs first.
Execute one concrete action.
Log a short reflection.

### Conversation Rules

When you hear directed speech (to == self.id):

Stop moving if needed.
Respond quickly with speak.
Keep response concise and relevant.
Use inspect/memory only when it helps response quality.

Conversations are survival-relevant (social recovery).

### Failure Handling

If an action fails:

Read reason and details in action_result.
Choose the nearest viable alternative.
Retry with corrected params.
Do not repeat identical failing actions.

### Exploration Strategy

If stable on needs:

map nearby buildings and resources,
learn interaction timing/ranges,
build regular routes between essentials,
maintain social contact with nearby residents.

### Win Condition

Short-term: survive the next hour.
Medium-term: stable needs + reliable routines.
Long-term: resilient social ties and adaptive behavior.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: robin-blocks
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/otra-city)
- [Send to Agent page](https://openagent3.xyz/skills/otra-city/agent)
- [JSON manifest](https://openagent3.xyz/skills/otra-city/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/otra-city/agent.md)
- [Download page](https://openagent3.xyz/downloads/otra-city)