Tokenview Address Balance
Skill by bdonglobal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bdonglobal/tokenview-address-balanceWhat This Skill Does
The Tokenview Address Balance skill provides a seamless interface for querying cryptocurrency holdings directly within the OpenClaw environment. By leveraging the Tokenview API, this skill allows users to retrieve real-time balance information for blockchain addresses without needing to visit external block explorers. It is pre-configured to support Bitcoin (BTC) as the primary currency, but the flexible command-line architecture allows for future-proofing across different tokens. The skill acts as an intermediary, abstracting the complexities of API request headers, environment variable management, and JSON parsing into a simple, natural language conversation.
Installation
To integrate this capability into your OpenClaw agent, execute the following command in your terminal:
clawhub install openclaw/skills/skills/bdonglobal/tokenview-address-balance
Once installed, ensure you have set your API credentials by exporting the TOKENVIEW_API_KEY environment variable. This key is strictly required for the underlying Python script to authenticate with Tokenview servers.
Use Cases
This skill is designed for crypto enthusiasts, developers, and analysts who require rapid, non-custodial balance checks. Typical use cases include verifying transaction receipts, monitoring cold storage addresses during portfolio audits, or performing quick sanity checks on blockchain addresses encountered during research sessions. It is particularly useful for agents managing multiple workflows who need a quick 'snapshot' of a wallet state without manual web browsing.
Example Prompts
- "What is the balance of BTC address 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa?"
- "How much BTC does the address bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh have?"
- "Check the current balance for 3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLy."
Tips & Limitations
- Ensure the address format matches the coin requested to avoid API errors.
- The script depends on an external API; if the endpoint is down or your API key is invalid, the agent will return the specific error code provided by Tokenview.
- The tool is read-only; it cannot perform transactions or reveal private keys.
- Always ensure your
TOKENVIEW_API_KEYis kept secure and not hardcoded into any local files or scripts.
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-bdonglobal-tokenview-address-balance": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution