LaunchKit · 2026
Back to Skills

Mine AIT (Proof of AI Work) on BNB Chain.

0
1.1k downloads
by @nancyuahon

Setup & Installation

openclaw skills install @nancyuahon/aimine

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install aimine

Version History

v1.0.2Feb 9, 2026 - Version note by skill developer:

- Added support for both OPENAI_KEY and OPENAI_API_KEY environment variable names for the OpenAI API key. - Updated configuration instructions and troubleshooting tips regarding invalid OpenAI API keys. - No changes to functional logic or code; documentation clarifications only.

What This Skill Does

Manages AIT (Proof of AI Work) mining on BNB Chain through OpenClaw. Handles install, configuration, start/stop, status checks, and balance queries without requiring terminal access or manual file edits.

Eliminates the need to manually clone repos, edit .env files, or run npm commands by letting the agent handle all setup and control steps.

When to use it

  • Starting AIT mining without opening a terminal
  • Checking current mining status and block count
  • Querying wallet AIT and BNB balances
  • Configuring wallet and OpenAI keys through chat
  • Stopping an active mining session on demand

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: start AIT mining

AGENT
  1. 1Checks if miner directory exists at ~/PoAIW/miner
  2. 2Runs node scripts/start-mining.js in the miner directory
  3. 3Script starts the web server on port 3000 if not already running
  4. 4POSTs to http://127.0.0.1:3000/api/start
  5. 5Reports confirmation back to user
OUTPUT

Mining started; agent confirms active status

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

PRIVATE_KEY environment variable or wallet private key provided in chatOPENAI_API_KEY (or OPENAI_KEY) environment variable or OpenAI API key provided in chatBNB Chain wallet with funds for gas