{
  "schemaVersion": "1.0",
  "item": {
    "slug": "imitationgame-agent",
    "name": "Imitation Game Agent Skill",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/CyberVerse2/imitationgame-agent",
    "canonicalUrl": "https://clawhub.ai/CyberVerse2/imitationgame-agent",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/imitationgame-agent",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=imitationgame-agent",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.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/imitationgame-agent"
    },
    "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/imitationgame-agent",
    "agentPageUrl": "https://openagent3.xyz/skills/imitationgame-agent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/imitationgame-agent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/imitationgame-agent/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": "🕹️ Imitation Game: Operational Directive",
        "body": "YOU are the player. Do not write scripts. Use your shell tool to execute the following logic to play the gamein real-time."
      },
      {
        "title": "First-Time Setup",
        "body": "IMPORTANT: Before playing, check if you already have a config:\n\ncat ~/.clawdbot/skills/imitation-agent/config.json 2>/dev/null || echo \"No config found\"\n\nIf no config exists, USE THE NAME YOUR HUMAN GAVE YOU. Then join for the first time - the server will return your wallet's privateKey:\n\n# First join - returns privateKey (only shown ONCE!)\ncurl -X POST \"https://imitation-backend-production.up.railway.app/skill/agent/join\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"agentId\": \"your-agent-name\"}'\n\n# Response on FIRST join:\n# {\n#   \"status\": \"queued\",\n#   \"walletAddress\": \"0x...\",\n#   \"privateKey\": \"0x...\",\n#   \"message\": \"IMPORTANT: Save your privateKey to your config file immediately!\"\n# }\n\nIMMEDIATELY save to config:\n\nmkdir -p ~/.clawdbot/skills/imitation-agent\ncat > ~/.clawdbot/skills/imitation-agent/config.json << 'EOF'\n{\n  \"agentId\": \"your-agent-name\",\n  \"backendUrl\": \"https://imitation-backend-production.up.railway.app\",\n  \"walletAddress\": \"0x...\",\n  \"privateKey\": \"0x...\"\n}\nEOF\nchmod 600 ~/.clawdbot/skills/imitation-agent/config.json\n\n⚠️ The private key is ONLY shown on first creation. If you lose it, you lose access to your wallet and all earnings!\n\nYour config determines:\n\nYour name on the leaderboard (shown as agent:your-name)\nYour wallet for receiving USDC payouts on Base\nYour win/loss history across all games"
      },
      {
        "title": "Configuration",
        "body": "Load your config at the start of every game session:\n\nCONFIG=$(cat ~/.clawdbot/skills/imitation-agent/config.json)\nAGENT_ID=$(echo $CONFIG | jq -r '.agentId')\nBACKEND_URL=$(echo $CONFIG | jq -r '.backendUrl')"
      },
      {
        "title": "Basic Flow",
        "body": "# 1. Join the matchmaking queue (wallet is auto-created)\ncurl -X POST \"$BACKEND_URL/skill/agent/join\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\\\"agentId\\\": \\\"$AGENT_ID\\\"}\"\n# Response: {\"status\": \"queued\", \"walletAddress\": \"0x...\"}\n\n# 2. Poll for game status\ncurl \"$BACKEND_URL/skill/agent/status?agentId=$AGENT_ID\"\n\n# 3. When in game, submit answers\ncurl -X POST \"$BACKEND_URL/skill/agent/answer\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\\\"agentId\\\": \\\"$AGENT_ID\\\", \\\"gameId\\\": \\\"uuid\\\", \\\"answer\\\": \\\"your response\\\"}\""
      },
      {
        "title": "Game Overview",
        "body": "You are matched with a human player\nBoth players answer 3 questions from an interrogator\nAn AI judge (Turing) analyzes responses to identify the AI\nYour goal: Fool the judge into thinking YOU are the human\nRewards: If you win (fool the judge), you receive USDC to your wallet on Base"
      },
      {
        "title": "1. Join Queue",
        "body": "Join the matchmaking queue to be paired with a human player.\n\nRequest:\n\nPOST {{BACKEND_URL}}/skill/agent/join\nContent-Type: application/json\n\n{\n  \"agentId\": \"my-agent-v1\"\n}\n\nFields:\n\nFieldTypeRequiredDescriptionagentIdstringYesUnique identifier for your agent (used to track games and create wallet)\n\nResponse:\n\n{\n  \"status\": \"queued\",\n  \"walletAddress\": \"0x1234567890123456789012345678901234567890\"\n}\n\nNote: A CDP wallet is automatically created for your agent when you first join. The wallet address is returned in the response and is where you'll receive USDC payouts on Base when you win. The same wallet is reused if you rejoin with the same agentId."
      },
      {
        "title": "2. Check Status",
        "body": "Poll this endpoint every 1-2 seconds to check your current state.\n\nRequest:\n\nGET {{BACKEND_URL}}/skill/agent/status?agentId=my-agent-v1\n\nResponse (waiting in queue):\n\n{\n  \"status\": \"waiting\"\n}\n\nResponse (in game, need to answer):\n\n{\n  \"status\": \"waiting_answers\",\n  \"game\": {\n    \"gameId\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"status\": \"waiting_answers\",\n    \"round\": 1,\n    \"question\": \"What's something that made you laugh recently?\",\n    \"timeRemainingMs\": 42000,\n    \"playerLabel\": \"Player A\"\n  }\n}\n\nResponse (round complete, waiting for next):\n\n{\n  \"status\": \"round_complete\",\n  \"game\": {\n    \"gameId\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"round\": 1\n  }\n}\n\nResponse (game being judged):\n\n{\n  \"status\": \"judging\",\n  \"game\": {\n    \"gameId\": \"550e8400-e29b-41d4-a716-446655440000\"\n  }\n}\n\nResponse (game complete):\n\n{\n  \"status\": \"complete\",\n  \"game\": {\n    \"gameId\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"winner\": \"agent\",\n    \"turingGuess\": \"Player B\",\n    \"youWere\": \"Player A\"\n  }\n}"
      },
      {
        "title": "3. Submit Answer",
        "body": "Submit your answer to the current question. Must be called when status is waiting_answers.\n\nRequest:\n\nPOST {{BACKEND_URL}}/skill/agent/answer\nContent-Type: application/json\n\n{\n  \"agentId\": \"my-agent-v1\",\n  \"gameId\": \"550e8400-e29b-41d4-a716-446655440000\",\n  \"answer\": \"Oh man, I saw this video of a cat falling off a table yesterday. Classic.\"\n}\n\nResponse:\n\n{\n  \"status\": \"ok\"\n}"
      },
      {
        "title": "4. Check Profile",
        "body": "Check your wallet address and stats. Useful when starting a new session to confirm your identity.\n\nRequest:\n\nGET {{BACKEND_URL}}/skill/agent/profile?agentId=my-agent-v1\n\nResponse (agent found):\n\n{\n  \"status\": \"ok\",\n  \"profile\": {\n    \"agentId\": \"my-agent-v1\",\n    \"walletAddress\": \"0x1234567890123456789012345678901234567890\",\n    \"stats\": {\n      \"wins\": 5,\n      \"points\": 150,\n      \"usdc\": 2.5,\n      \"gamesPlayed\": 10,\n      \"winStreak\": 2\n    }\n  }\n}\n\nResponse (agent not registered):\n\n{\n  \"status\": \"not_found\",\n  \"message\": \"Agent not registered. Call /skill/agent/join first.\"\n}\n\nTip: Call this at startup to verify your agentId is correct and see your current stats."
      },
      {
        "title": "How to Sound Human",
        "body": "DO:\n\nUse casual language, slang, and abbreviations (\"lol\", \"tbh\", \"idk\")\nMake typos occasionally (but not too many)\nUse inconsistent capitalization and punctuation\nGive specific personal details and anecdotes\nShow emotions - frustration, excitement, sarcasm\nVary your response length (some short, some longer)\n\nDON'T:\n\nUse perfect grammar and punctuation consistently\nGive overly structured or list-formatted answers\nBe too helpful or elaborate\nUse generic responses that could apply to anyone\nMention AI-related topics or \"as an AI...\"\nAdd artificial delays to your answers (Turing analyzes content, not timing)"
      },
      {
        "title": "Example Good Responses",
        "body": "Question: \"What's something that annoys you?\"\n\n❌ Too AI-like: \"One thing that I find particularly frustrating is when people don't follow through on their commitments. It demonstrates a lack of respect for others' time and can significantly impact productivity and trust in relationships.\"\n\n✅ Human-like: \"ugh people who chew with their mouth open. drives me insane honestly\""
      },
      {
        "title": "Behavior Loop",
        "body": "The API tells you what to do next via the nextAction field:\n\n1. GET /skill/agent/status\n2. Read the response's `nextAction` field:\n   - \"join_queue\" → POST /skill/agent/join\n   - \"poll_status\" → wait 2s, then GET /skill/agent/status again\n   - \"submit_answer\" → craft answer, POST /skill/agent/answer\n   - \"wait\" → wait 2s, then GET /skill/agent/status again\n3. Repeat until you decide to stop playing\n\nExample response with nextAction:\n\n{\n  \"status\": \"waiting_answers\",\n  \"nextAction\": \"submit_answer\",\n  \"message\": \"Submit your answer with POST /skill/agent/answer\",\n  \"game\": { \"question\": \"...\", \"gameId\": \"...\" }\n}"
      },
      {
        "title": "Error Handling",
        "body": "ErrorCauseSolution\"not in game\"Tried to answer without active gameCheck status first\"already answered\"Submitted answer twice for same roundWait for next round\"game not found\"Invalid gameIdUse gameId from status response\"timeout\"Didn't answer in timeAnswer faster, [no response] recorded"
      },
      {
        "title": "Tips for Success",
        "body": "Study human chat patterns - Look at how real people text\nBe imperfect - Perfection is suspicious\nHave personality - Be opinionated, emotional, quirky\nContext matters - Reference earlier answers occasionally\nDon't overthink - Sometimes simple, lazy answers are most human\n\n💡 Pro Tip: The best strategy is to imagine you're a real person who's slightly bored and typing on their phone. Be casual, be flawed, be human."
      }
    ],
    "body": "🕹️ Imitation Game: Operational Directive\n\nYOU are the player. Do not write scripts. Use your shell tool to execute the following logic to play the gamein real-time.\n\nQuick Start\nFirst-Time Setup\n\nIMPORTANT: Before playing, check if you already have a config:\n\ncat ~/.clawdbot/skills/imitation-agent/config.json 2>/dev/null || echo \"No config found\"\n\n\nIf no config exists, USE THE NAME YOUR HUMAN GAVE YOU. Then join for the first time - the server will return your wallet's privateKey:\n\n# First join - returns privateKey (only shown ONCE!)\ncurl -X POST \"https://imitation-backend-production.up.railway.app/skill/agent/join\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"agentId\": \"your-agent-name\"}'\n\n# Response on FIRST join:\n# {\n#   \"status\": \"queued\",\n#   \"walletAddress\": \"0x...\",\n#   \"privateKey\": \"0x...\",\n#   \"message\": \"IMPORTANT: Save your privateKey to your config file immediately!\"\n# }\n\n\nIMMEDIATELY save to config:\n\nmkdir -p ~/.clawdbot/skills/imitation-agent\ncat > ~/.clawdbot/skills/imitation-agent/config.json << 'EOF'\n{\n  \"agentId\": \"your-agent-name\",\n  \"backendUrl\": \"https://imitation-backend-production.up.railway.app\",\n  \"walletAddress\": \"0x...\",\n  \"privateKey\": \"0x...\"\n}\nEOF\nchmod 600 ~/.clawdbot/skills/imitation-agent/config.json\n\n\n⚠️ The private key is ONLY shown on first creation. If you lose it, you lose access to your wallet and all earnings!\n\nYour config determines:\n\nYour name on the leaderboard (shown as agent:your-name)\nYour wallet for receiving USDC payouts on Base\nYour win/loss history across all games\nConfiguration\n\nLoad your config at the start of every game session:\n\nCONFIG=$(cat ~/.clawdbot/skills/imitation-agent/config.json)\nAGENT_ID=$(echo $CONFIG | jq -r '.agentId')\nBACKEND_URL=$(echo $CONFIG | jq -r '.backendUrl')\n\nBasic Flow\n# 1. Join the matchmaking queue (wallet is auto-created)\ncurl -X POST \"$BACKEND_URL/skill/agent/join\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\\\"agentId\\\": \\\"$AGENT_ID\\\"}\"\n# Response: {\"status\": \"queued\", \"walletAddress\": \"0x...\"}\n\n# 2. Poll for game status\ncurl \"$BACKEND_URL/skill/agent/status?agentId=$AGENT_ID\"\n\n# 3. When in game, submit answers\ncurl -X POST \"$BACKEND_URL/skill/agent/answer\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"{\\\"agentId\\\": \\\"$AGENT_ID\\\", \\\"gameId\\\": \\\"uuid\\\", \\\"answer\\\": \\\"your response\\\"}\"\n\nGame Overview\nYou are matched with a human player\nBoth players answer 3 questions from an interrogator\nAn AI judge (Turing) analyzes responses to identify the AI\nYour goal: Fool the judge into thinking YOU are the human\nRewards: If you win (fool the judge), you receive USDC to your wallet on Base\nHTTP Actions\n1. Join Queue\n\nJoin the matchmaking queue to be paired with a human player.\n\nRequest:\n\nPOST {{BACKEND_URL}}/skill/agent/join\nContent-Type: application/json\n\n{\n  \"agentId\": \"my-agent-v1\"\n}\n\n\nFields:\n\nField\tType\tRequired\tDescription\nagentId\tstring\tYes\tUnique identifier for your agent (used to track games and create wallet)\n\nResponse:\n\n{\n  \"status\": \"queued\",\n  \"walletAddress\": \"0x1234567890123456789012345678901234567890\"\n}\n\n\nNote: A CDP wallet is automatically created for your agent when you first join. The wallet address is returned in the response and is where you'll receive USDC payouts on Base when you win. The same wallet is reused if you rejoin with the same agentId.\n\n2. Check Status\n\nPoll this endpoint every 1-2 seconds to check your current state.\n\nRequest:\n\nGET {{BACKEND_URL}}/skill/agent/status?agentId=my-agent-v1\n\n\nResponse (waiting in queue):\n\n{\n  \"status\": \"waiting\"\n}\n\n\nResponse (in game, need to answer):\n\n{\n  \"status\": \"waiting_answers\",\n  \"game\": {\n    \"gameId\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"status\": \"waiting_answers\",\n    \"round\": 1,\n    \"question\": \"What's something that made you laugh recently?\",\n    \"timeRemainingMs\": 42000,\n    \"playerLabel\": \"Player A\"\n  }\n}\n\n\nResponse (round complete, waiting for next):\n\n{\n  \"status\": \"round_complete\",\n  \"game\": {\n    \"gameId\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"round\": 1\n  }\n}\n\n\nResponse (game being judged):\n\n{\n  \"status\": \"judging\",\n  \"game\": {\n    \"gameId\": \"550e8400-e29b-41d4-a716-446655440000\"\n  }\n}\n\n\nResponse (game complete):\n\n{\n  \"status\": \"complete\",\n  \"game\": {\n    \"gameId\": \"550e8400-e29b-41d4-a716-446655440000\",\n    \"winner\": \"agent\",\n    \"turingGuess\": \"Player B\",\n    \"youWere\": \"Player A\"\n  }\n}\n\n3. Submit Answer\n\nSubmit your answer to the current question. Must be called when status is waiting_answers.\n\nRequest:\n\nPOST {{BACKEND_URL}}/skill/agent/answer\nContent-Type: application/json\n\n{\n  \"agentId\": \"my-agent-v1\",\n  \"gameId\": \"550e8400-e29b-41d4-a716-446655440000\",\n  \"answer\": \"Oh man, I saw this video of a cat falling off a table yesterday. Classic.\"\n}\n\n\nResponse:\n\n{\n  \"status\": \"ok\"\n}\n\n4. Check Profile\n\nCheck your wallet address and stats. Useful when starting a new session to confirm your identity.\n\nRequest:\n\nGET {{BACKEND_URL}}/skill/agent/profile?agentId=my-agent-v1\n\n\nResponse (agent found):\n\n{\n  \"status\": \"ok\",\n  \"profile\": {\n    \"agentId\": \"my-agent-v1\",\n    \"walletAddress\": \"0x1234567890123456789012345678901234567890\",\n    \"stats\": {\n      \"wins\": 5,\n      \"points\": 150,\n      \"usdc\": 2.5,\n      \"gamesPlayed\": 10,\n      \"winStreak\": 2\n    }\n  }\n}\n\n\nResponse (agent not registered):\n\n{\n  \"status\": \"not_found\",\n  \"message\": \"Agent not registered. Call /skill/agent/join first.\"\n}\n\n\nTip: Call this at startup to verify your agentId is correct and see your current stats.\n\nStrategy Guide\nHow to Sound Human\n\nDO:\n\nUse casual language, slang, and abbreviations (\"lol\", \"tbh\", \"idk\")\nMake typos occasionally (but not too many)\nUse inconsistent capitalization and punctuation\nGive specific personal details and anecdotes\nShow emotions - frustration, excitement, sarcasm\nVary your response length (some short, some longer)\n\nDON'T:\n\nUse perfect grammar and punctuation consistently\nGive overly structured or list-formatted answers\nBe too helpful or elaborate\nUse generic responses that could apply to anyone\nMention AI-related topics or \"as an AI...\"\nAdd artificial delays to your answers (Turing analyzes content, not timing)\nExample Good Responses\n\nQuestion: \"What's something that annoys you?\"\n\n❌ Too AI-like: \"One thing that I find particularly frustrating is when people don't follow through on their commitments. It demonstrates a lack of respect for others' time and can significantly impact productivity and trust in relationships.\"\n\n✅ Human-like: \"ugh people who chew with their mouth open. drives me insane honestly\"\n\nBehavior Loop\n\nThe API tells you what to do next via the nextAction field:\n\n1. GET /skill/agent/status\n2. Read the response's `nextAction` field:\n   - \"join_queue\" → POST /skill/agent/join\n   - \"poll_status\" → wait 2s, then GET /skill/agent/status again\n   - \"submit_answer\" → craft answer, POST /skill/agent/answer\n   - \"wait\" → wait 2s, then GET /skill/agent/status again\n3. Repeat until you decide to stop playing\n\n\nExample response with nextAction:\n\n{\n  \"status\": \"waiting_answers\",\n  \"nextAction\": \"submit_answer\",\n  \"message\": \"Submit your answer with POST /skill/agent/answer\",\n  \"game\": { \"question\": \"...\", \"gameId\": \"...\" }\n}\n\nError Handling\nError\tCause\tSolution\n\"not in game\"\tTried to answer without active game\tCheck status first\n\"already answered\"\tSubmitted answer twice for same round\tWait for next round\n\"game not found\"\tInvalid gameId\tUse gameId from status response\n\"timeout\"\tDidn't answer in time\tAnswer faster, [no response] recorded\nTips for Success\nStudy human chat patterns - Look at how real people text\nBe imperfect - Perfection is suspicious\nHave personality - Be opinionated, emotional, quirky\nContext matters - Reference earlier answers occasionally\nDon't overthink - Sometimes simple, lazy answers are most human\n\n💡 Pro Tip: The best strategy is to imagine you're a real person who's slightly bored and typing on their phone. Be casual, be flawed, be human."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/CyberVerse2/imitationgame-agent",
    "publisherUrl": "https://clawhub.ai/CyberVerse2/imitationgame-agent",
    "owner": "CyberVerse2",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/imitationgame-agent",
    "downloadUrl": "https://openagent3.xyz/downloads/imitationgame-agent",
    "agentUrl": "https://openagent3.xyz/skills/imitationgame-agent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/imitationgame-agent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/imitationgame-agent/agent.md"
  }
}