CryptoLens Agent for Openclaw

A comprehensive market analysis agent that synthesizes real-time CoinGecko data and news sentiment to evaluate cryptocurrency health.

jinu4you
v1.0.1
Mar 8, 2026
0
831
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install agent-crypto-lens

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install agent-crypto-lens using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is CryptoLens Agent?

CryptoLens Agent is a specialized tool within the Openclaw Skills ecosystem designed for deep-dive analysis of cryptocurrency tokens. It bridges the gap between raw market statistics and qualitative public perception by combining real-time data from the CoinGecko API with automated web news analysis. This allows developers and analysts to get a holistic view of a token's standing beyond just price movement.

By leveraging this agent, users can efficiently track market momentum and identify potential risks driven by the news cycle. It provides a structured way to digest complex market signals into actionable scores, making it an essential component for any automated trading or research workflow using Openclaw Skills.

CryptoLens Agent Use Cases

  • Tracking real-time price and percentage changes for specific tokens via the CoinGecko API.
  • Monitoring web news to identify bullish or bearish trends before they impact price.
  • Generating automated investment risk assessments based on sentiment synthesis.
  • Building automated alerts for tokens that show a divergence between price and public sentiment.

How CryptoLens Agent Works

  1. The agent accepts an ACP job payload specifying the target token and the depth of analysis required.
  2. It connects to the CoinGecko API to retrieve the most recent pricing, volume, and market cap fluctuations.
  3. The skill crawls relevant news sources to aggregate recent headlines and mentions related to the token.
  4. An AI-driven analysis layer evaluates the news content to determine the prevailing sentiment (positive, negative, or neutral).
  5. It synthesizes these data points into a final report featuring composite scores for momentum, sentiment, and risk.

CryptoLens Agent Setup

To integrate this agent into your workflow, ensure your Openclaw Skills environment is active. No complex configuration is needed beyond defining the target payload.

# Example payload to initiate a full analysis
{
  "token": "Bitcoin",
  "analysis_type": "full"
}

CryptoLens Agent Data Schema & Taxonomy

The CryptoLens Agent organizes its output into a structured format for easy integration with other Openclaw Skills.

Attribute Type Description
token string The name or symbol of the crypto asset analyzed
market_data object Contains real-time price, change %, and volume
sentiment_score float A normalized value representing news sentiment
risk_level string A categorical risk assessment (e.g., Low, Medium, High)
composite_scores object Breakdown of momentum and health metrics

CryptoLens Agent Advanced Features

  • Real-time integration with CoinGecko for up-to-the-minute market accuracy.
  • Sophisticated news analysis engine for sentiment synthesis.
  • Automated composite scoring for momentum and risk profiles.
  • Seamless compatibility with Openclaw Skills job payloads for multi-agent workflows.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*