Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- 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.
User asks: start AIT mining
- 1Checks if miner directory exists at ~/PoAIW/miner
- 2Runs node scripts/start-mining.js in the miner directory
- 3Script starts the web server on port 3000 if not already running
- 4POSTs to http://127.0.0.1:3000/api/start
- 5Reports confirmation back to user
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.