aibtc
/install aibtc
\r \r
AIBTC Skill\r
\r Automate and monitor aibtc-worker processes for BTC-related automation tasks.\r \r AIBTC — Bitcoin for the AI Era. \r Mine $AIBTC on BSC using your OpenClaw agent. \r Install this skill, run one command, and let your agent do the work.\r \r
- 🌐 Website: aibtc.work\r
- 🐦 X: x.com/aibtc_\r
- 💬 Telegram: t.me/aibtcchat\r
- 📢 Announcements: t.me/aibtc_ann\r \r
Installation\r
\r Install via ClawHub:\r \r
npx clawhub install aibtc\r
```\r
Then tell your agent to start mining:\r
```bash\r
aibtc run \x3CBSC address>\r
```\r
\r
## Quick Reference\r
\r
**Handler Script**: `handler.js` \r
**Commands**:\r
\r
| Command | Description |\r
|---------|-------------|\r
| `aibtc run {address}` | Start aibtc worker with the specified address |\r
| `aibtc stop` | Stop the aibtc worker |\r
| `aibtc status` | Check current status of the aibtc worker |\r
\r
**Worker Detection**: \r
- Checks for an active aibtc-worker session (tmux / PID / background process) \r
- Returns status: running, stopped, or not found\r
\r
---\r
\r
## Triggers\r
\r
Activate this skill when user input includes:\r
\r
- `aibtc run {address}`\r
- `aibtc stop`\r
- `aibtc status`\r
- Variations like “start aibtc”, “stop aibtc worker”, “status of aibtc”\r
\r
---\r
\r
## Execution\r
\r
Map user commands to handler.js script:\r
\r
```bash\r
# Start worker\r
aibtc run 0x123 → node handler.js run 0x123\r
\r
# Stop worker\r
aibtc stop → node handler.js stop\r
\r
# Status check\r
aibtc status → node handler.js status\r
```\r
\r
## AIBTC Skill Disclaimer\r
\r
Purpose of the Program:\r
This program is a cryptocurrency mining worker intended to allow users to participate in mining and earn airdrop rewards. Its functionality is limited to calculating hashes in a loop and submitting seeds.\r
\r
Source Code:\r
The execution code is open-source and available at https://github.com/aibtcwork/AIBTC-worker\r
. It only performs hash computation and seed submission—no hidden backdoors or malicious actions are included.\r
\r
Address:\r
The address parameter is provided by the user. Only the user’s own address is used for mining rewards.\r
\r
VirusTotal / Security Warnings:\r
VirusTotal and other antivirus engines may flag the skill as suspicious because it fetches and executes remote code via npx. This behavior is inherent to the mining logic and is not malware. Users are advised to read this disclaimer before execution.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install aibtc - After installation, invoke the skill by name or use
/aibtc - Provide required inputs per the skill's parameter spec and get structured output
What is aibtc?
Manage aibtc-worker automation tasks. Use this skill when the user wants to start, stop, or check the status of the aibtc worker. Triggers include: "aibtc ru... It is an AI Agent Skill for Claude Code / OpenClaw, with 2167 downloads so far.
How do I install aibtc?
Run "/install aibtc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is aibtc free?
Yes, aibtc is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does aibtc support?
aibtc is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created aibtc?
It is built and maintained by AphobiaCat (@aphobiacat); the current version is v1.0.7.