ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

consortium-ai-analysis

Gets the latest AI-generated crypto trading analysis (BUY / SELL / WAIT) for spot trading pairs from the Consortium AI.

Why use this skill?

Get real-time AI-generated crypto trading signals, sentiment analysis, and market reasoning for spot pairs with the Consortium AI skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/webcraft3r/consortiumai-analysis
Or

What This Skill Does

The consortium-ai-analysis skill is a specialized agent tool designed to provide real-time, on-demand AI-generated trading signals and market analysis for spot trading pairs. By interfacing directly with the Consortium AI API, this tool extracts high-level decision data, including BUY, SELL, or WAIT signals for specific tokens. It provides institutional-grade market conditions, technical analysis, and sentiment assessments without requiring manual chart scanning or manual sentiment aggregation. This tool is read-only, ensuring it focuses purely on information retrieval and advisory synthesis rather than executing trades on your behalf.

Installation

To install this skill, run the following command in your terminal within the OpenClaw environment: clawhub install openclaw/skills/skills/webcraft3r/consortiumai-analysis

Once installed, you must configure your API credentials. Obtain an API key from Consortium AI via their X account. Then, set the environment variable in your shell configuration or current session: export TRADING_ANALYSIS_API_KEY=your-secret-api-key

For local testing, you can use the built-in node scripts located in the skill directory:

  • Run npm run latest to get the most recent market analysis.
  • Run npm run token -- <TOKEN> to filter for a specific asset like npm run token -- SOL.

Use Cases

This skill is perfect for traders and developers looking to integrate data-driven, AI-validated market sentiment into their decision-making workflows. It is ideal for:

  • Pre-trade validation: Checking if the AI's 'confidence' score aligns with your current thesis before opening a position.
  • Market Monitoring: Creating custom dashboards that poll this API to track specific token sentiment over time.
  • Research Automation: Quickly pulling reasoning and sentiment data for a portfolio of assets without manually visiting trading platforms.

Example Prompts

  • "Get the latest trading analysis for SOL and tell me if the confidence score is high enough to consider a buy."
  • "What is the current AI sentiment and reasoning for BTC? Please summarize the risk assessment."
  • "Check if there is any new analysis for JUP and explain the market conditions provided in the report."

Tips & Limitations

This skill is for analytical purposes only. It does not execute trades; it provides information to support your own decision-making process. Ensure your API key is managed securely via environment variables to prevent unauthorized access. The analysis provided is based on Consortium AI's internal models, which may vary in accuracy depending on market volatility. Always perform your own due diligence (DYOR) before placing actual market orders based on these signals.

Metadata

Stars919
Views0
Updated2026-02-12
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-webcraft3r-consortiumai-analysis": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#trading#finance#analysis#market-intelligence
Safety Score: 4/5

Flags: network-access, external-api