A comprehensive market analysis agent that synthesizes real-time CoinGecko data and news sentiment to evaluate cryptocurrency health.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-crypto-lens
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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"
}
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 |
Loading
CompeteScope is an AI-powered agent that automates competitor profiling and identifies market whitespace for strategic differentiation.

A powerful Chinese search enhancement skill that retrieves structured data from Baidu, Zhihu, and WeChat for AI agents.

An automated system for creating, formatting, and organizing structured daily logs within an Obsidian PARA vault.

A complete automation skill for building and submitting Expo and React Native applications to the Apple App Store and Google Play Store using EAS Build and Submit.

An AI agent that fetches real-time news via Tavily and generates importance-ranked 3-line summaries using Llama 3.3.

An AI-driven monitoring agent that tracks wallet balances, ERC-20 transfers, and potential security risks on the Ethereum blockchain.








































