aimine
Installation
SKILL.md
AI Mine (PoAIW) — OpenClaw Skill
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.
Supported user intents (English trigger phrases):
- Install — e.g. "install AIT mining", "set up AIT miner", "install the miner"
- Configure — e.g. "configure AIT mining", "configure mining", "set up my keys"
- Start mining — e.g. "start mining", "start AIT mining", "begin mining"
- Stop mining — e.g. "stop mining", "stop AIT mining"
- Mining status — e.g. "mining status", "status", "how is mining doing"
- Balance — e.g. "AIT balance", "check balance", "my AIT balance"
Conventions:
AIMINE_DIR: base directory for the repo; default~/PoAIW. Miner directory is$AIMINE_DIR/miner.- Port for the miner web API:
3000(localhost only). - Keys: user can set
PRIVATE_KEYand eitherOPENAI_KEYorOPENAI_API_KEYin 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.