ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/vanlabs-dev/bittensor-taostats
Or

What 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:

  1. Execute the installation command: clawhub install openclaw/skills/skills/vanlabs-dev/bittensor-taostats.
  2. Obtain your free API key from taostats.io.
  3. Set your environment variable by running export TAOSTATS_API_KEY="your_key_here".
  4. 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

  1. "Check the current pool data for subnet 33 and tell me if the root proportion is above 0.20 for a potential entry."
  2. "Find the top 3 validators on subnet 15 by 7-day APY and list their hotkey and current stake."
  3. "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_tao is returned in RAO (10^9); you must divide by 1,000,000,000 to convert into readable TAO units.
  • Critical Metrics: Prioritize the root_prop field for dTAO trading, as it serves as a primary indicator of market maturity and price stability. Use the jq command-line utility to parse complex JSON responses effectively.

Metadata

Stars946
Views0
Updated2026-02-13
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-vanlabs-dev-bittensor-taostats": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#bittensor#crypto#blockchain#defi#taostats
Safety Score: 4/5

Flags: network-access, external-api