LaunchKit · 2026
Back to Skills

claudius

Crypto intelligence powered by Claudius.

3
1.7k downloads
by @claudiusaipro

Setup & Installation

openclaw skills install @claudiusaipro/claudius

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install claudius

Version History

v1.0.4Jan 31, 2026 - Version note by skill developer:

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.

INPUT

User asks: BTC RSI14 1d

AGENT
  1. 1Parse the query to identify asset (BTC), indicator (RSI14), and timeframe (1d)
  2. 2Call the Claudius script: node scripts/claudius.js "BTC RSI14 1d"
  3. 3Fetch current RSI14 value for Bitcoin on the daily chart
  4. 4Return the numeric RSI value with a brief interpretation of the reading
OUTPUT

BTC RSI14 (1d): 58.3 — neutral zone, no strong overbought or oversold signal currently