Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Version 1.0.4 of Claudius Key Updates - Real-time Thinking Indicator: Added a visual Thinking... spinner to provide immediate feedback for CLI users during AI processing. - Zero-Setup Enforcement: Fully optimized for "Plug and Play" use. No API keys or configuration needed to start getting crypto intelligence. Improvements - Standardized Structure: Moved core logic to scripts/ to comply with the latest OpenClaw/Moltbot standards. - Clean Distribution: Optimized package size and structure for the "Agent Internet" registry, ensuring 100% validator compatibility.
What This Skill Does
Claudius provides cryptocurrency intelligence via a command-line script. It returns real-time prices, technical indicators (RSI, EMA, MACD), and market sentiment analysis for major crypto assets.
Consolidates price data, technical indicators, and market analysis into a single query instead of switching between charting tools and exchange UIs.
When to use it
- Check the current BTC or ETH price before trading
- Get RSI reading on a coin to assess overbought/oversold conditions
- Ask for overall market sentiment before making a move
- Explain what a technical indicator like MACD does
- Evaluate investment risk on a specific altcoin
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: BTC RSI14 1d
- 1Parse the query to identify asset (BTC), indicator (RSI14), and timeframe (1d)
- 2Call the Claudius script: node scripts/claudius.js "BTC RSI14 1d"
- 3Fetch current RSI14 value for Bitcoin on the daily chart
- 4Return the numeric RSI value with a brief interpretation of the reading
BTC RSI14 (1d): 58.3 — neutral zone, no strong overbought or oversold signal currently