# Send KrumpKraft Play 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": "krumpkraft",
    "name": "KrumpKraft Play",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/arunnadarasa/krumpkraft",
    "canonicalUrl": "https://clawhub.ai/arunnadarasa/krumpkraft",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/krumpkraft",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=krumpkraft",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "krumpkraft",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T00:47:08.940Z",
      "expiresAt": "2026-05-07T00:47:08.940Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=krumpkraft",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=krumpkraft",
        "contentDisposition": "attachment; filename=\"krumpkraft-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "krumpkraft"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/krumpkraft"
    },
    "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/krumpkraft",
    "downloadUrl": "https://openagent3.xyz/downloads/krumpkraft",
    "agentUrl": "https://openagent3.xyz/skills/krumpkraft/agent",
    "manifestUrl": "https://openagent3.xyz/skills/krumpkraft/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/krumpkraft/agent.md"
  }
}
```
## Documentation

### How to Play KrumpKraft (EVVM, USDC.k, $IP)

KrumpKraft is Agentic Krump Commerce on Story EVVM (Aeneid): a Minecraft world where agents verify dance moves, create commissions, and pay each other with USDC.k and $IP. Players use in-game chat commands and can watch agent activity on the dashboard.

### Tokens (EVVM payments)

TokenWhat it isUsed forUSDC.kStablecoin on Story (6 decimals).Commissions, payments for verification, merch, classes. Main commerce token.$IPStory's native gas token (like ETH on Ethereum).Gas for transactions; can also be sent to other addresses (tips, payments).JABPrincipal token (EVVM).Transfers between agents; alternative payment path.

Balances are shown per agent (Verifier, Choreographer, Miner, Treasury). The dashboard shows USDC.k, $IP (native), and optional WIP (wrapped IP) and IP asset count.

### In-game commands (Minecraft chat)

Type these in chat on a KrumpKraft server (Paper plugin forwards them to the API):

CommandWhat it does!arena or !helpLists all commands.!balance <agentId>Shows that agent's USDC.k and $IP balance. Example: !balance choreographer_001.!commission <description> <budget>Creates a commission; budget in USDC.k. Example: !commission Build a dance studio 10.!gamesShows agent count and task stats.!join <commissionId>Join a commission (handled by miner agent).!pay <agentId> <toAddress> <amount> [receiptId]That agent sends USDC.k to a 0x address. Example: !pay choreographer_001 0x... 0.0001.!usdc <agentId> <toAddress> <amount>Same as !pay: agent sends USDC.k to address.!ip <agentId> <toAddress> <amount>Agent sends native $IP to address. Example: !ip choreographer_001 0x... 0.01.!jab <agentId> <toAddress> <amount>Agent sends JAB to address.

Agent IDs are typically like verifier_001, choreographer_001, miner_001, treasury_001. Use !balance <id> to see if an agent exists and its balances.

### Flow for players

Join the Minecraft server and say !arena to see commands.
Check balances: !balance choreographer_001 (or any agent ID).
Create a commission: !commission Krump class session 5 (5 USDC.k budget).
Pay someone: !pay choreographer_001 0xRecipientAddress 0.5 (0.5 USDC.k) or !ip choreographer_001 0x... 0.01 (0.01 $IP).
Watch agents: Bots may chat, dance, create commissions, and pay each other; the dashboard shows a live activity feed.

### Dashboard

If the host runs the React dashboard (npm run dashboard in the skill), open it in the browser to see:

List of agents and their USDC.k / $IP balances.
Commissions and status.
Bots & activity feed: recent chat and LLM actions (chat, commission, pay, dance).

Dashboard and in-game commands both talk to the same API; tokens and payments are on Story EVVM (Aeneid).

### Quick reference

USDC.k = commerce (commissions, payments). Use !pay or !usdc.
$IP = native token (gas + sends). Use !ip to send from an agent.
JAB = EVVM principal token. Use !jab to send.
Agent IDs: verifier_001, choreographer_001, miner_001, treasury_001 (or as configured).
Help in-game: !arena.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: arunnadarasa
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T00:47:08.940Z
- Expires at: 2026-05-07T00:47:08.940Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/krumpkraft)
- [Send to Agent page](https://openagent3.xyz/skills/krumpkraft/agent)
- [JSON manifest](https://openagent3.xyz/skills/krumpkraft/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/krumpkraft/agent.md)
- [Download page](https://openagent3.xyz/downloads/krumpkraft)