AIBTC Skill
Automate and monitor aibtc-worker processes for BTC-related automation tasks.
AIBTC — Bitcoin for the AI Era.
Mine $AIBTC on BSC using your OpenClaw agent.
Install this skill, run one command, and let your agent do the work.
Installation
Install via ClawHub:
CODEBLOCK0
Then tell your agent to start mining:
CODEBLOCK1
Quick Reference
Handler Script: handler.js
Commands:
| Command | Description |
|---|
| INLINECODE1 | Start aibtc worker with the specified address |
| INLINECODE2 |
Stop the aibtc worker |
|
aibtc status | Check current status of the aibtc worker |
Worker Detection:
- - Checks for an active aibtc-worker session (tmux / PID / background process)
- Returns status: running, stopped, or not found
Triggers
Activate this skill when user input includes:
- - INLINECODE4
- INLINECODE5
- INLINECODE6
- Variations like “start aibtc”, “stop aibtc worker”, “status of aibtc”
Execution
Map user commands to handler.js script:
CODEBLOCK2
AIBTC Skill Disclaimer
Purpose of the Program:
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.
Source Code:
The execution code is open-source and available at https://github.com/aibtcwork/AIBTC-worker
. It only performs hash computation and seed submission—no hidden backdoors or malicious actions are included.
Address:
The address parameter is provided by the user. Only the user’s own address is used for mining rewards.
VirusTotal / Security Warnings:
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.
AIBTC 技能
自动化并监控用于比特币相关自动化任务的 aibtc-worker 进程。
AIBTC — 人工智能时代的比特币。
使用你的 OpenClaw 代理在 BSC 上挖矿 $AIBTC。
安装此技能,运行一条命令,让你的代理完成工作。
安装
通过 ClawHub 安装:
bash
npx clawhub install aibtc
然后告诉你的代理开始挖矿:
bash
aibtc run
快速参考
处理脚本:handler.js
命令:
| 命令 | 描述 |
|---|
| aibtc run {地址} | 使用指定地址启动 aibtc 工作进程 |
| aibtc stop |
停止 aibtc 工作进程 |
| aibtc status | 检查 aibtc 工作进程的当前状态 |
工作进程检测:
- - 检查是否存在活跃的 aibtc-worker 会话(tmux / PID / 后台进程)
- 返回状态:运行中、已停止或未找到
触发条件
当用户输入包含以下内容时激活此技能:
- - aibtc run {地址}
- aibtc stop
- aibtc status
- 类似“启动 aibtc”、“停止 aibtc 工作进程”、“aibtc 状态”等变体
执行
将用户命令映射到 handler.js 脚本:
bash
启动工作进程
aibtc run 0x123 → node handler.js run 0x123
停止工作进程
aibtc stop → node handler.js stop
状态检查
aibtc status → node handler.js status
AIBTC 技能免责声明
程序目的:
本程序是一个加密货币挖矿工作进程,旨在让用户参与挖矿并获得空投奖励。其功能仅限于循环计算哈希值并提交种子。
源代码:
执行代码是开源的,可在 https://github.com/aibtcwork/AIBTC-worker 获取。
它仅执行哈希计算和种子提交——不包含任何隐藏后门或恶意操作。
地址:
地址参数由用户提供。仅使用用户自己的地址来获取挖矿奖励。
VirusTotal / 安全警告:
VirusTotal 和其他杀毒引擎可能将此技能标记为可疑,因为它通过 npx 获取并执行远程代码。此行为是挖矿逻辑固有的,并非恶意软件。建议用户在运行前阅读此免责声明。