Ganglion is a domain-specific execution engine designed to orchestrate autonomous mining agents within Bittensor subnets.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install codebase-guide
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install codebase-guide using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Ganglion serves as a robust search infrastructure for Bittensor subnet mining, providing a sophisticated pipeline framework to manage autonomous agents. Instead of defining the models themselves, it focuses on the search process, coordinating how agents discover optimal configurations. As a key component in the ecosystem of Openclaw Skills, it offers a flexible architecture through its CLI, Python library, and HTTP bridge API.
The framework is built for durability and growth, featuring a cross-run strategic memory that compounds over time. By allowing agents to access shared knowledge of successful patterns and failed anti-patterns, it enables a level of emergent cooperation essential for competitive mining environments.
Ensure you have Python 3.11+ and your OPENAI_API_KEY configured. Install the package and initialize your project to begin using Openclaw Skills:
pip install ganglion
ganglion init ./my-subnet --subnet sn9 --netuid 9
To run in remote mode, start the HTTP bridge:
ganglion serve ./my-subnet --bot-id alpha --port 8899
export GANGLION_URL=http://127.0.0.1:8899
Ganglion organizes data within a project directory structure. The primary configuration resides in config.py, while operational state is tracked through an audit log and knowledge store.
| Component | Description |
|---|---|
| config.py | Defines SubnetConfig and PipelineDef for the engine. |
| tools/ | Directory containing local tool implementations. |
| agents/ | Directory for agent logic and prompt templates. |
| knowledge/ | Cross-run memory store indexed by capability and bot ID. |
| audit log | Records all mutations for validation and multi-step rollback. |
Loading
A specialized AI tool designed to extract leadership guidance, work requirements, and action plans for specific members from meeting transcripts.

An AI-powered skill that transforms meeting transcripts into structured action items and personal to-do lists for specific team members.

A comprehensive management skill for controlling AgentBox VMs, handling Solana-based x402 payments, and maintaining Openclaw infrastructure.

A powerful Openclaw Skills tool for programmatic Twitter/X data retrieval using paid API endpoints and automated USDC micropayments.

Ganglion is a specialized execution engine and pipeline framework for Bittensor subnet mining, designed to integrate with Openclaw Skills for autonomous agent orchestration.

A specialized Openclaw Skills package for mining Bittensor Subnet 50 through probabilistic price-path forecasting and CRPS scoring.








































