skills/braiins-os/SKILL.md
Comprehensive Braiins OS skill covering API, feeds, and documentation
npx skillsauth add enuno/claude-command-and-control braiins-osInstall 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 OS - Bitcoin mining ASIC firmware covering API integration, OS feeds, and official documentation.
This skill provides complete coverage of the Braiins OS ecosystem, including:
Official Resources:
Use this skill when you need to:
references/bos-plus-api-README.md - Complete API documentationreferences/bos-plus-api-CHANGELOG.md - Version history and changes (21KB)references/bos-plus-api-releases.md - 18 documented releases (14KB)references/bos-plus-api-issues.md - Recent GitHub issuesreferences/bos-plus-api-structure.md - Repository structurereferences/braiins-os-feeds-file_structure.md - Repository structurereferences/braiins-os-feeds-issues.md - Recent GitHub issuesreferences/braiins-os-academy-index.md - Documentation indexreferences/braiins-os-academy-other.md - Additional resourcesSee bos-plus-api-README.md for:
See braiins-os-feeds-file_structure.md for:
✅ Included Sources:
⏳ Pending Sources (Rate Limited):
Generated by Skill Seeker | Comprehensive Multi-Source Scraper Last Updated: 2025-12-28 Total References: 11 files (56KB+)
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.