Bittensor Taostats
Skill by vanlabs-dev
Why use this skill?
Integrate Bittensor blockchain data into OpenClaw with the Taostats skill. Monitor subnets, validator APYs, dTAO pools, and staking metrics with ease.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/vanlabs-dev/bittensor-taostatsWhat This Skill Does
The Bittensor Taostats skill allows your OpenClaw agent to programmatically interface with the TaoStats API, providing a comprehensive data gateway into the Bittensor blockchain ecosystem. It enables real-time monitoring of subnets, validator performance, liquidity pools, and dTAO staking metrics. Whether you are analyzing root proportions for trading decisions or evaluating validator APYs for staking, this tool provides the data architecture to make informed decentralized AI decisions.
Installation
To integrate this skill into your environment, follow these steps:
- Execute the installation command:
clawhub install openclaw/skills/skills/vanlabs-dev/bittensor-taostats. - Obtain your free API key from taostats.io.
- Set your environment variable by running
export TAOSTATS_API_KEY="your_key_here". - Initialize the toolset by sourcing the helper file:
source ~/.openclaw/workspace/skills/taostats/taostats.sh.
Use Cases
- Strategic Staking: Automatically query validator yields across specific subnets to optimize for the highest 7-day APY.
- Market Analysis: Monitor dTAO pool volatility, 24-hour volume, and root_prop metrics to time your entry or exit on specific Bittensor subnets.
- Portfolio Tracking: Audit your current stake positions across all subnets using your coldkey to monitor performance and account balance.
- Automated Reporting: Generate periodic snapshots of subnet health and epoch participation for validator performance tracking.
Example Prompts
- "Check the current pool data for subnet 33 and tell me if the root proportion is above 0.20 for a potential entry."
- "Find the top 3 validators on subnet 15 by 7-day APY and list their hotkey and current stake."
- "Summarize the recent price change for dTAO on subnet 33 over the last 24 hours and compare it to the 1-hour trend."
Tips & Limitations
- Rate Limiting: The free tier is restricted to 5 calls per minute. Ensure your automation scripts include appropriate pacing to avoid 429 errors.
- Data Precision: Always remember that
balance_as_taois returned in RAO (10^9); you must divide by 1,000,000,000 to convert into readable TAO units. - Critical Metrics: Prioritize the
root_propfield for dTAO trading, as it serves as a primary indicator of market maturity and price stability. Use thejqcommand-line utility to parse complex JSON responses effectively.
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-vanlabs-dev-bittensor-taostats": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api