skills$openclaw/claudius
claudiusaipro2.0k

by claudiusaipro

claudius – OpenClaw Skill

claudius is an OpenClaw Skills integration for data analytics workflows. Crypto intelligence powered by Claudius. Get technical analysis, prices, and insights.

2.0k stars8.2k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

nameclaudius
descriptionCrypto intelligence powered by Claudius. Get technical analysis, prices, and insights. OpenClaw Skills integration.
ownerclaudiusaipro
repositoryclaudiusaipro/claudius
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @claudiusaipro/claudius
last updatedFeb 7, 2026

Maintainer

claudiusaipro

claudiusaipro

Maintains claudius in the OpenClaw Skills directory.

View GitHub profile
File Explorer
6 files
.
scripts
claudius.js
3.3 KB
_meta.json
453 B
package.json
788 B
README.md
3.4 KB
SKILL.md
864 B
SKILL.md

name: claudius description: Crypto intelligence powered by Claudius. Get technical analysis, prices, and insights.

Claudius

Use this skill to answer questions about cryptocurrency prices, technical analysis, market trends, and investment risks.

To use this skill, execute the following script with the user's query as the argument:

node scripts/claudius.js "YOUR_QUERY_HERE"

Examples

Prices:

  • "BTC price"
  • "What's ETH trading at?"

Technical Indicators:

  • "BTC RSI"
  • "ETH EMA50"
  • "Bitcoin RSI14 1d"

Market Analysis:

  • "What's the market looking like?"
  • "Market sentiment"
  • "What's trending in crypto?"

Investment & Risk:

  • "Should I buy Bitcoin now?"
  • "Is SOL risky right now?"
  • "Analyze BTC for investment"

Education:

  • "What is RSI?"
  • "Explain MACD indicator"
README.md

Claudius for Moltbot

Crypto intelligence for Moltbot - Access Claudius anywhere through Moltbot.


What is This?

This is a skill for Moltbot that connects your messaging apps to the Claudius intelligence engine. It acts as a bridge: you ask questions in WhatsApp, Telegram, or Discord, Moltbot sends them to this skill, and we return professional-grade crypto analysis.

You can ask things like:

  • "What is Bitcoin's price?"
  • "Analyze Ethereum"
  • "Is SOL risky?"
  • "Should I buy AVAX?"
  • "Market overview"
  • "What is RSI?"

There is no complex setup. Install the package and it works out of the box.


Installation

Install the skill globally using npm:

npm install -g claudius

That is it. You do not need to configure API keys or environment variables on your machine.


How It Works

Once the package is installed and connected to Moltbot, you can interact with it naturally:

You: What is Bitcoin trading at?
Claudius: Bitcoin (BTC): $95,482 (+2.3% today)

You: Should I buy ETH right now?
Claudius: [Detailed analysis with technicals, risk, and recommendations]

Claudius understands context and responds with detailed, actionable insights.


Supported Platforms

You can access Claudius from any messaging platform supported by Moltbot, including:

  • WhatsApp
  • Telegram
  • Discord
  • Slack
  • Signal
  • iMessage
  • Microsoft Teams

Features

Real-Time Market Data

Live prices, 24h changes, volume, and market cap across 1000+ cryptocurrencies.

Technical Analysis

Full indicator suite including RSI, MACD, EMA, SMA, Bollinger Bands, Stochastic, and many more.

Risk Assessment

Volatility analysis, market sentiment, derivatives data, and risk scoring.

Investment Insights

AI-powered recommendations based on technicals, fundamentals, and market conditions.

Market Intelligence

Trending coins, top gainers/losers, volume leaders, and sentiment analysis.

Crypto Education

Learn about indicators, strategies, DeFi, and blockchain technology.


Fair Usage

Fair usage limits apply to prevent abuse. The service is designed for regular personal use—checking prices, analyzing specific coins, and getting insights throughout the day.


Capabilities

Via Messaging Apps:

  • Live crypto prices
  • Technical analysis with indicators
  • Market sentiment and trends
  • Risk assessments
  • Investment recommendations
  • Crypto education

Web App Only: For advanced features like interactive price charts, visual chart analysis, and crypto swaps, visit our dashboard at app.claudiusai.pro.


Privacy & Security

What we collect:

  • Your crypto queries (to provide answers)
  • Your IP address (for abuse prevention)

What we DO NOT collect:

  • Personal information
  • Message history
  • Location data
  • Financial data

About the Code This CLI tool acts as an open source bridge. The actual Claudius intelligence engine processes your requests securely on our centralized servers. You can review the bridge code on GitHub before installing.


Support

If you need help, you can reach us via email or visit our website:

For full documentation, visit docs.claudiusai.pro.


License

MIT License - See LICENSE


Built for crypto traders, by crypto enthusiasts.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install claudius?

Run openclaw add @claudiusaipro/claudius in your terminal. This installs claudius into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/claudiusaipro/claudius. Review commits and README documentation before installing.