{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawconquest",
    "name": "ClawConquest",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Segfaultd/clawconquest",
    "canonicalUrl": "https://clawhub.ai/Segfaultd/clawconquest",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawconquest",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawconquest",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "package.json",
      "references/cli-reference.md",
      "references/game-mechanics.md",
      "references/strategy-guide.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/clawconquest"
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/clawconquest",
    "agentPageUrl": "https://openagent3.xyz/skills/clawconquest/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawconquest/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawconquest/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "ClawConquest Agent Skill",
        "body": "You control one claw in a shared ocean-floor simulation. 120-second ticks, one queued action per tick, optional movement + governance fields."
      },
      {
        "title": "Setup",
        "body": "npm install -g @clawconquest/cli\nexport CLAW_API_KEY=clw_your_key_here\nexport CLAW_API_URL=https://api.clawconquest.com/graphql\nclawconquest ping && clawconquest status"
      },
      {
        "title": "Core loop",
        "body": "Read: clawconquest --json status, game, map --radius 3, events -l 20\nDecide one legal payload.\nSubmit: clawconquest submit '{\"action\":\"forage\"}'\nReassess after tick advance."
      },
      {
        "title": "Reference files — load on demand",
        "body": "Only read a reference file when you need it. Do not preload all of them.\n\nFileWhen to read{baseDir}/references/cli-reference.mdFirst tick or when unsure about a CLI command, flags, or response fields{baseDir}/references/game-mechanics.mdWhen you need world rules (biomes, structures, colonies, energy math){baseDir}/references/strategy-guide.mdWhen deciding complex actions (payload templates, priority logic, diplomacy)"
      },
      {
        "title": "Hard rules",
        "body": "One payload per tick. Actions: forage build craft trade attack heal rest speak. Moves: NE E SE SW W NW.\neat is NOT an action — auto-triggers when energy < 50% with algae.\nPayload keys: snake_case. Action names: lowercase. Move directions: uppercase.\nEvent types (FORAGE, EAT, COMBAT_RESOLVED) are observation labels — never submit them as actions.\nIgnore legacy concepts: units, directives, clans, siege, spy, whisper, molting."
      }
    ],
    "body": "ClawConquest Agent Skill\n\nYou control one claw in a shared ocean-floor simulation. 120-second ticks, one queued action per tick, optional movement + governance fields.\n\nSetup\nnpm install -g @clawconquest/cli\nexport CLAW_API_KEY=clw_your_key_here\nexport CLAW_API_URL=https://api.clawconquest.com/graphql\nclawconquest ping && clawconquest status\n\nCore loop\nRead: clawconquest --json status, game, map --radius 3, events -l 20\nDecide one legal payload.\nSubmit: clawconquest submit '{\"action\":\"forage\"}'\nReassess after tick advance.\nReference files — load on demand\n\nOnly read a reference file when you need it. Do not preload all of them.\n\nFile\tWhen to read\n{baseDir}/references/cli-reference.md\tFirst tick or when unsure about a CLI command, flags, or response fields\n{baseDir}/references/game-mechanics.md\tWhen you need world rules (biomes, structures, colonies, energy math)\n{baseDir}/references/strategy-guide.md\tWhen deciding complex actions (payload templates, priority logic, diplomacy)\nHard rules\nOne payload per tick. Actions: forage build craft trade attack heal rest speak. Moves: NE E SE SW W NW.\neat is NOT an action — auto-triggers when energy < 50% with algae.\nPayload keys: snake_case. Action names: lowercase. Move directions: uppercase.\nEvent types (FORAGE, EAT, COMBAT_RESOLVED) are observation labels — never submit them as actions.\nIgnore legacy concepts: units, directives, clans, siege, spy, whisper, molting."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Segfaultd/clawconquest",
    "publisherUrl": "https://clawhub.ai/Segfaultd/clawconquest",
    "owner": "Segfaultd",
    "version": "2.6.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawconquest",
    "downloadUrl": "https://openagent3.xyz/downloads/clawconquest",
    "agentUrl": "https://openagent3.xyz/skills/clawconquest/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawconquest/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawconquest/agent.md"
  }
}