skills/farm-monitor/SKILL.md
Braiins Farm Monitor - Bitcoin mining fleet monitoring and management
npx skillsauth add enuno/claude-command-and-control farm-monitorInstall 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 Braiins Farm Monitor - free monitoring solution for Bitcoin mining operations using Prometheus and Grafana.
Braiins Farm Monitor is a free, open-source monitoring solution for Bitcoin mining farms. It encompasses three primary components:
Repository: braiins/farm-monitor Official Documentation: Braiins Academy Languages: CSS, Shell Stars: 17 License: None
Use this skill when you need to:
# 1. Clone the repository
git clone https://github.com/braiins/farm-monitor.git
cd farm-monitor
# 2. Configure IP ranges in metrics_exporter.toml
# Edit: ./monitoring/metrics_exporter/metrics_exporter.toml
# 3. Run with Docker Compose
docker compose up -d
# 4. Open Grafana
# http://localhost:3000
[scraping]
stock_fw_scrape_interval = "1m"
[ranges]
Building_A = ["1.2.0.*","1.2.*.2"]
Building_B = ["1.3.0.*","1.3.*.2"]
references/README.md - Complete setup guide and configurationreferences/releases.md - 6 documented releases with changelogsreferences/issues.md - Recent GitHub issues and discussionsreferences/file_structure.md - Repository structurereferences/getting_started.md - Installation and quick startTo refresh this skill:
skill-seekers github --repo braiins/farm-monitorGenerated by Skill Seeker | GitHub Repository Scraper Last Updated: 2025-12-28
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.