skills/braiins-ecosystem/SKILL.md
Unified Braiins ecosystem skill covering all Bitcoin mining tools - OS firmware, Pool, Toolbox, Manager, Proxy, and Insights calculator
npx skillsauth add enuno/claude-command-and-control braiins-ecosystemInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Comprehensive skill for the complete Braiins Bitcoin mining ecosystem - covering firmware, pool services, management tools, and profitability analysis.
The Braiins ecosystem provides an integrated suite of Bitcoin mining tools from hardware firmware to pool services and operational management:
Official Resources:
┌─────────────────────────────────────────────────────────┐
│ Braiins Ecosystem │
├─────────────────────────────────────────────────────────┤
│ PLANNING │
│ • Braiins Insights - Profitability calculator │
├─────────────────────────────────────────────────────────┤
│ FIRMWARE │
│ • Braiins OS - ASIC firmware with autotuning │
│ • BOS+ API - Programmatic miner control │
├─────────────────────────────────────────────────────────┤
│ MANAGEMENT │
│ • Braiins Toolbox - Batch operations (GUI/CLI) │
│ • Braiins Manager - Web dashboard monitoring │
├─────────────────────────────────────────────────────────┤
│ NETWORKING │
│ • Braiins Farm Proxy - Hashrate aggregation │
│ • Stratum V2 - Enhanced mining protocol │
├─────────────────────────────────────────────────────────┤
│ MINING │
│ • Braiins Pool - FPPS pool (0% fee with Braiins OS) │
│ • Solo Mining - High-variance solo option │
└─────────────────────────────────────────────────────────┘
Plan Profitability → Use braiins-insights skill
Select Hardware → Consult braiins-insights skill
Install Firmware → Use braiins-os and braiins-toolbox skills
Configure Mining → Use braiins-pool skill
Monitor Operations → Use braiins-manager skill
Performance Tuning → braiins-toolbox + braiins-os
Large-Scale Management → braiins-toolbox + braiins-manager + braiins-proxy
Profitability Analysis → braiins-insights + braiins-pool
Purpose: Bitcoin mining ASIC firmware with advanced features
Key Features:
When to Use:
Quick Commands:
# API example (requires BOS+ API)
curl -X GET "http://miner-ip/api/v1/status"
Purpose: Bitcoin mining pool (oldest active pool, est. 2010)
Key Features:
When to Use:
Quick Commands:
# Pool connection
stratum+tcp://stratum.braiins.com:3333
# Solo mining
stratum+tcp://solo.stratum.braiins.com:3333
Pool Stats:
Purpose: Interactive Bitcoin mining profitability calculator
Key Features:
When to Use:
Calculator Inputs:
URL: https://learn.braiins.com/en/profitability-calculator
Purpose: Batch management tool for mining operations (GUI + CLI)
Key Features:
When to Use:
Quick Commands:
# Scan network
$ ./braiins-toolbox scan '10.10.10-11.*'
# Install Braiins OS
$ ./braiins-toolbox firmware install '10.10.10-11.*'
# Set pool URLs
$ ./braiins-toolbox miner set-pool-urls \
--url 'stratum+tcp://[email protected]:3333' \
'10.10.10-11.*'
# Set power target
$ ./braiins-toolbox tuner target --power 3318 '10.10.10-11.*'
Platform Support: Windows, macOS, Linux (x86_64, aarch64, armv7)
Purpose: Web-based dashboard for mining fleet monitoring
Key Features:
When to Use:
Access:
Note: Placeholder skill - full documentation at https://academy.braiins.com/en/braiins-manager/
Purpose: High-performance mining proxy for hashrate aggregation
Key Features:
When to Use:
Deployment Pattern:
Miners (1000s) → Farm Proxy → Mining Pool
↓ Stratum V1/V2 ↓ Aggregated ↓ Single connection
Note: Placeholder skill - full documentation at https://academy.braiins.com/en/braiins-proxy/
# 1. Plan profitability (Insights)
Visit: https://learn.braiins.com/en/profitability-calculator
# 2. Scan and discover miners (Toolbox)
$ ./braiins-toolbox scan '10.10.*.*' --output devices.csv
# 3. Install Braiins OS firmware (Toolbox → OS)
$ ./braiins-toolbox firmware install \
--contract-code 'XYZ' \
'10.10.*.*'
# 4. Configure mining pool (Toolbox → Pool)
$ ./braiins-toolbox miner set-pool-urls \
--url 'stratum+tcp://[email protected]:3333' \
'10.10.*.*'
# 5. Enable DPS and set power targets (Toolbox → OS)
$ ./braiins-toolbox tuner set-dps on \
--power-step 200 \
--min-power-target 2500 \
'10.10.*.*'
# 6. Monitor operations (Manager)
Login to: manager.braiins.com
Scenario: Take advantage of cheap overnight electricity
Calculate Economics (Insights):
Configure DPS (Toolbox):
$ ./braiins-toolbox tuner set-dps on \
--shutdown-enabled true \
--shutdown-duration 8 \
'10.10.*.*'
Monitor Impact (Manager):
Deploy Farm Proxies (Proxy):
Centralized Management (Manager):
Batch Operations (Toolbox):
Profitability Tracking (Insights + Pool):
When using Braiins OS firmware with Braiins Pool, miners pay 0% pool fees (standard 2.5% fee is fully rebated).
All tools work seamlessly together:
Braiins pioneered Stratum V2 protocol, offering:
Instant, low-cost Bitcoin withdrawals from Pool via Lightning Network.
For detailed information, use individual skills:
Generated by Skill Seeker | Ecosystem Integration Skill Last Updated: 2025-12-28 Component Skills: 6 individual Braiins skills unified Total Documentation: 200+ pages across all skills combined
tools
MemPalace local-first AI memory system. Use when setting up persistent memory for Claude Code sessions, mining project files or conversation transcripts, querying past context, configuring MCP tools, managing the knowledge graph, or troubleshooting palace operations.
tools
LangSmith Python SDK — trace, evaluate, and monitor LLM applications. Covers @traceable decorator, trace context manager, Client API, evaluate() / aevaluate(), comparative evaluation, custom evaluators, dataset management, prompt caching, ASGI middleware, and pytest plugin.
development
LangGraph (Python) — build stateful, controllable agent graphs with checkpointing, streaming, persistence, interrupts, fault tolerance, and durable execution. Covers both Graph API (StateGraph) and Functional API (@entrypoint/@task).
development
LangGraph Graph API (Python) — build explicit DAG agent workflows with StateGraph, typed state, nodes, edges, Command routing, Send fan-out, checkpointers, interrupts, and streaming. Use when you need explicit control flow and graph topology.