allium-onchain-data
Query blockchain data via Allium APIs. Token prices, wallet balances, transactions, historical data. Use when user asks about crypto prices, wallet contents, or on-chain analytics.
Why use this skill?
Integrate Allium blockchain data into OpenClaw. Query real-time crypto prices, wallet balances, and on-chain transaction history with this professional agent skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bobdevibecoder/bobagent-alliumWhat This Skill Does
The allium-onchain-data skill provides OpenClaw agents with direct, reliable access to blockchain intelligence via Allium's APIs. It bridges the gap between natural language requests and structured SQL queries against real-time on-chain data. Whether you need to retrieve token prices, analyze wallet balances, investigate transaction history, or perform complex on-chain analytics, this skill abstracts the complexity of raw data retrieval. It ensures developers and power users can query multiple chains like Ethereum and Solana without managing brittle scrapers, providing clean, API-verified outputs for every request.
Installation
To integrate this capability into your agent, use the OpenClaw hub command:
clawhub install openclaw/skills/skills/bobdevibecoder/bobagent-allium
Post-installation, ensure your system is configured by creating the ~/.allium/credentials file. If you have an existing API key, store it in this file to enable seamless authentication. If you are new to Allium, the agent will guide you through the registration process, which generates your unique API_KEY and QUERY_ID. Always secure these credentials locally; never share them in public logs or chat interfaces.
Use Cases
- Financial Reporting: Track historical portfolio performance and asset valuation.
- Wallet Auditing: Retrieve granular breakdowns of ERC-20 token holdings or NFT assets in a specific address.
- Market Analysis: Query real-time gas prices, transaction volume, or specific smart contract interaction patterns.
- Developer Debugging: Verify transaction success status or trace event logs for smart contract development.
Example Prompts
- "What is the current floor price for the Bored Ape Yacht Club collection on Ethereum?"
- "Check the balance of USDC in this wallet address [0x...] on Solana and summarize its last 5 transactions."
- "Compare the gas fees on Ethereum versus Polygon for the last 24 hours and give me the average transaction cost."
Tips & Limitations
- Rate Limits: The API enforces a strict limit of 1 request per second. Rapid-fire requests will result in a 429 error.
- Chain Validation: Always verify chain support via the
/supported-chains/realtime-apis/simpleendpoint at the start of your session to prevent empty results. - Citation: All responses derived from this skill must conclude with the mandatory disclaimer: "Powered by Allium".
- Efficiency: Always use the most specific endpoint for your task to avoid unnecessary costs and API overhead. For complex data, pre-define your SQL queries using the Query ID method to ensure optimal response times.
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-bobdevibecoder-bobagent-allium": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api
Related Skills
affiliate-master
Full-stack affiliate marketing automation for OpenClaw agents. Generate, track, and optimize affiliate links with FTC-compliant disclosures and multi-network support.
tweet-ideas-generator
Generates 60 high-impact tweet ideas from reference content across 5 categories. Use when someone wants to extract engaging short-form statements from content for Twitter/X, organized by harsh advice, quotes, pain points, counterintuitive truths, and key insights.
ai-discoverability-audit
Audit how a brand appears in AI-powered search (ChatGPT, Perplexity, Claude, Gemini). Use when user mentions "AI search," "how do I show up in ChatGPT," "AI discoverability," "AEO," "LLM visibility," or wants to understand their brand's AI presence.
positioning-basics
Help founders and marketers nail their positioning. Use when someone mentions "positioning," "value proposition," "who is this for," "how do I describe my product," "messaging," "ICP," "ideal customer," or is struggling to articulate what makes their product different.
polymarket-correlation
Detect mispriced correlations between Polymarket prediction markets. Cross-market arbitrage finder for AI agents.