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 run", "aibtc stop", "aibtc status", or any request to control the aibtc automation worker.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aphobiacat/aibtcWhat This Skill Does
The aibtc skill is an automated management interface for the aibtc-worker, designed to integrate Bitcoin-related mining and automation tasks directly into your OpenClaw agent. This skill simplifies the process of interacting with the aibtc ecosystem by handling background process management, status monitoring, and command execution through a centralized handler. It is specifically built for users looking to participate in $AIBTC mining on the BSC network, transforming complex terminal-based mining commands into simple, natural language requests for your AI agent.
Installation
To begin, ensure you have the OpenClaw environment configured correctly. Install the skill directly via ClawHub using your terminal:
npx clawhub install aibtc
Once the installation process completes, the skill will register itself with your agent. You can verify it by checking your active skills list. To start mining, ensure you have a valid BSC wallet address ready, then provide the execution command to your agent as shown in the examples below.
Use Cases
This skill is ideal for users managing multiple automated mining sessions or those who prefer to control their background processes without manual shell access. Key use cases include:
- Rapidly deploying a mining worker on a new machine.
- Automating the start/stop sequence of the miner to coincide with energy-efficient hours.
- Real-time monitoring of miner uptime and process health via the status command.
- Integrating aibtc mining into larger automation workflows or agent-based routines.
Example Prompts
- "aibtc run 0x1234567890abcdef1234567890abcdef12345678"
- "Can you check the status of my aibtc worker?"
- "Stop the aibtc mining process now."
Tips & Limitations
- Security Warning: Because this skill executes remote code via npx for mining, antivirus software (including VirusTotal) may flag the process as suspicious. This is a common false positive for mining software; ensure you trust the source repository at github.com/aibtcwork/AIBTC-worker.
- Resource Usage: Mining is a resource-intensive operation. Monitor your system's CPU and memory usage when running the aibtc worker to avoid performance degradation in other tasks.
- Persistence: While the skill manages tmux or background sessions, ensure your system is configured to keep background processes alive if you need continuous uptime.
- Wallet Accuracy: Always double-check your BSC address before starting the run command, as rewards are bound to the address provided during execution.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aphobiacat-aibtc": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution