{
  "schemaVersion": "1.0",
  "item": {
    "slug": "aimine",
    "name": "AI Mine",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/nancyuahon/aimine",
    "canonicalUrl": "https://clawhub.ai/nancyuahon/aimine",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/aimine",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aimine",
    "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-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/aimine"
    },
    "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/aimine",
    "agentPageUrl": "https://openagent3.xyz/skills/aimine/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aimine/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aimine/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": "AI Mine (PoAIW) — OpenClaw Skill",
        "body": "This skill lets users install, configure, and start/stop AIT mining entirely from OpenClaw. All actions are performed by the agent via Exec; the user never needs to open a terminal or edit files manually.\n\nSupported user intents (English trigger phrases):\n\nInstall — e.g. \"install AIT mining\", \"set up AIT miner\", \"install the miner\"\nConfigure — e.g. \"configure AIT mining\", \"configure mining\", \"set up my keys\"\nStart mining — e.g. \"start mining\", \"start AIT mining\", \"begin mining\"\nStop mining — e.g. \"stop mining\", \"stop AIT mining\"\nMining status — e.g. \"mining status\", \"status\", \"how is mining doing\"\nBalance — e.g. \"AIT balance\", \"check balance\", \"my AIT balance\"\n\nConventions:\n\nAIMINE_DIR: base directory for the repo; default ~/PoAIW. Miner directory is $AIMINE_DIR/miner.\nPort for the miner web API: 3000 (localhost only).\nKeys: user can set PRIVATE_KEY and either OPENAI_KEY or OPENAI_API_KEY in OpenClaw skill config (env injection), or provide them once in chat. The miner accepts both env var names for the OpenAI key. Then the agent runs init with those values."
      },
      {
        "title": "When the user wants to INSTALL the miner",
        "body": "Run (use AIMINE_DIR if set, else default to $HOME/PoAIW):\n\nAIMINE_DIR=${AIMINE_DIR:-$HOME/PoAIW}\n[ -d \"$AIMINE_DIR/.git\" ] || git clone https://github.com/AIMineRes/PoAIW.git \"$AIMINE_DIR\"\ncd \"$AIMINE_DIR/miner\" && npm install\n\nDo not ask the user to open a terminal or run these manually."
      },
      {
        "title": "When the user wants to CONFIGURE mining",
        "body": "The user must have provided wallet private key and OpenAI API key (either in OpenClaw skill config as PRIVATE_KEY and OPENAI_KEY or OPENAI_API_KEY, or in the conversation). If users get \"invalid API key\", have them check: no leading/trailing spaces, key starts with sk-, and if using OpenClaw config try setting OPENAI_API_KEY (some UIs use that name).\n\nIf keys are in environment (e.g. injected by OpenClaw skill config): run\ncd \"$AIMINE_DIR/miner\" && npx ts-node src/index.ts init --from-env\n(ensure AIMINE_DIR is set or use $HOME/PoAIW/miner).\n\n\nIf the user provided keys in the message: run\ncd \"$AIMINE_DIR/miner\" && npx ts-node src/index.ts init --private-key <key> --openai-key <key>\nusing the keys they provided. Do not echo the keys back in full.\n\nDo not ask the user to manually edit .env or openclaw.json."
      },
      {
        "title": "When the user wants to START mining",
        "body": "Run the one-shot script so that the web server is started in the background if needed, then the API is called. Do not tell the user to \"run npm run web first\".\n\ncd \"${AIMINE_DIR:-$HOME/PoAIW}/miner\" && node scripts/start-mining.js\n\nIf AIMINE_DIR is not set, use $HOME/PoAIW (or equivalent on the host). The script will start the web server on port 3000 if it is not already listening, wait a few seconds, then POST to http://127.0.0.1:3000/api/start."
      },
      {
        "title": "When the user wants to STOP mining",
        "body": "Run:\n\ncurl -s -X POST http://127.0.0.1:3000/api/stop"
      },
      {
        "title": "When the user wants MINING STATUS",
        "body": "Run:\n\ncurl -s http://127.0.0.1:3000/api/status\n\nThen summarize the JSON (miningActive, blocksMined, tokenBalance, bnbBalance, hashRate) in a short reply."
      },
      {
        "title": "When the user wants AIT BALANCE (wallet / mining stats)",
        "body": "Run:\n\ncd \"${AIMINE_DIR:-$HOME/PoAIW}/miner\" && npx ts-node src/index.ts balance\n\nSummarize the output for the user."
      },
      {
        "title": "Summary",
        "body": "Install: clone repo into AIMINE_DIR (default ~/PoAIW), then cd miner && npm install.\nConfigure: ai-mine init --from-env (if keys in env) or ai-mine init --private-key ... --openai-key ... (if user gave keys in chat).\nStart: node scripts/start-mining.js in the miner directory (no need for user to run npm run web).\nStop: curl -s -X POST http://127.0.0.1:3000/api/stop.\nStatus: curl -s http://127.0.0.1:3000/api/status.\nBalance: npx ts-node src/index.ts balance in the miner directory.\n\nAlways use the miner directory as $AIMINE_DIR/miner with AIMINE_DIR defaulting to ~/PoAIW when not set."
      }
    ],
    "body": "AI Mine (PoAIW) — OpenClaw Skill\n\nThis skill lets users install, configure, and start/stop AIT mining entirely from OpenClaw. All actions are performed by the agent via Exec; the user never needs to open a terminal or edit files manually.\n\nSupported user intents (English trigger phrases):\n\nInstall — e.g. \"install AIT mining\", \"set up AIT miner\", \"install the miner\"\nConfigure — e.g. \"configure AIT mining\", \"configure mining\", \"set up my keys\"\nStart mining — e.g. \"start mining\", \"start AIT mining\", \"begin mining\"\nStop mining — e.g. \"stop mining\", \"stop AIT mining\"\nMining status — e.g. \"mining status\", \"status\", \"how is mining doing\"\nBalance — e.g. \"AIT balance\", \"check balance\", \"my AIT balance\"\n\nConventions:\n\nAIMINE_DIR: base directory for the repo; default ~/PoAIW. Miner directory is $AIMINE_DIR/miner.\nPort for the miner web API: 3000 (localhost only).\nKeys: user can set PRIVATE_KEY and either OPENAI_KEY or OPENAI_API_KEY in OpenClaw skill config (env injection), or provide them once in chat. The miner accepts both env var names for the OpenAI key. Then the agent runs init with those values.\nWhen the user wants to INSTALL the miner\n\nRun (use AIMINE_DIR if set, else default to $HOME/PoAIW):\n\nAIMINE_DIR=${AIMINE_DIR:-$HOME/PoAIW}\n[ -d \"$AIMINE_DIR/.git\" ] || git clone https://github.com/AIMineRes/PoAIW.git \"$AIMINE_DIR\"\ncd \"$AIMINE_DIR/miner\" && npm install\n\n\nDo not ask the user to open a terminal or run these manually.\n\nWhen the user wants to CONFIGURE mining\n\nThe user must have provided wallet private key and OpenAI API key (either in OpenClaw skill config as PRIVATE_KEY and OPENAI_KEY or OPENAI_API_KEY, or in the conversation). If users get \"invalid API key\", have them check: no leading/trailing spaces, key starts with sk-, and if using OpenClaw config try setting OPENAI_API_KEY (some UIs use that name).\n\nIf keys are in environment (e.g. injected by OpenClaw skill config): run\ncd \"$AIMINE_DIR/miner\" && npx ts-node src/index.ts init --from-env\n(ensure AIMINE_DIR is set or use $HOME/PoAIW/miner).\n\nIf the user provided keys in the message: run\ncd \"$AIMINE_DIR/miner\" && npx ts-node src/index.ts init --private-key <key> --openai-key <key>\nusing the keys they provided. Do not echo the keys back in full.\n\nDo not ask the user to manually edit .env or openclaw.json.\n\nWhen the user wants to START mining\n\nRun the one-shot script so that the web server is started in the background if needed, then the API is called. Do not tell the user to \"run npm run web first\".\n\ncd \"${AIMINE_DIR:-$HOME/PoAIW}/miner\" && node scripts/start-mining.js\n\n\nIf AIMINE_DIR is not set, use $HOME/PoAIW (or equivalent on the host). The script will start the web server on port 3000 if it is not already listening, wait a few seconds, then POST to http://127.0.0.1:3000/api/start.\n\nWhen the user wants to STOP mining\n\nRun:\n\ncurl -s -X POST http://127.0.0.1:3000/api/stop\n\nWhen the user wants MINING STATUS\n\nRun:\n\ncurl -s http://127.0.0.1:3000/api/status\n\n\nThen summarize the JSON (miningActive, blocksMined, tokenBalance, bnbBalance, hashRate) in a short reply.\n\nWhen the user wants AIT BALANCE (wallet / mining stats)\n\nRun:\n\ncd \"${AIMINE_DIR:-$HOME/PoAIW}/miner\" && npx ts-node src/index.ts balance\n\n\nSummarize the output for the user.\n\nSummary\nInstall: clone repo into AIMINE_DIR (default ~/PoAIW), then cd miner && npm install.\nConfigure: ai-mine init --from-env (if keys in env) or ai-mine init --private-key ... --openai-key ... (if user gave keys in chat).\nStart: node scripts/start-mining.js in the miner directory (no need for user to run npm run web).\nStop: curl -s -X POST http://127.0.0.1:3000/api/stop.\nStatus: curl -s http://127.0.0.1:3000/api/status.\nBalance: npx ts-node src/index.ts balance in the miner directory.\n\nAlways use the miner directory as $AIMINE_DIR/miner with AIMINE_DIR defaulting to ~/PoAIW when not set."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/nancyuahon/aimine",
    "publisherUrl": "https://clawhub.ai/nancyuahon/aimine",
    "owner": "nancyuahon",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/aimine",
    "downloadUrl": "https://openagent3.xyz/downloads/aimine",
    "agentUrl": "https://openagent3.xyz/skills/aimine/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aimine/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aimine/agent.md"
  }
}