← Back to Skills Marketplace
285
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install agent-crypto-lens
Description
크립토 토큰 시장 동향 및 센티먼트 종합 분석 에이전트
README (SKILL.md)
🪙 CryptoLens Agent
CoinGecko 시장 데이터와 웹 뉴스를 결합하여 특정 토큰의 시장 상황과 투자 심리(Sentiment)를 분석합니다.
Features
- 시장 데이터: CoinGecko API를 통한 실시간 가격/변동률 조회
- 뉴스 분석: 최신 뉴스 기반 호재/악재 파악
- 종합 점수: 모멘텀, 센티먼트, 리스크 점수 산출
Usage
ACP Job Payload:
{
"token": "Bitcoin",
"analysis_type": "full"
}
Usage Guidance
What to consider before installing:
- Metadata mismatch: The registry lists no required env vars, but the code expects and uses LLM API keys (GROQ_API_KEY, ANTHROPIC_API_KEY, GOOGLE_API_KEY) and a TAVILY_API_KEY. Do not provide production secrets until you confirm which keys are actually needed.
- .env loading: The code explicitly loads ../.env. That will read any secrets placed there; avoid sharing a .env containing unrelated credentials. Prefer running in a disposable/sandbox environment.
- Network calls: The agent calls external services (CoinGecko, Tavily, and LLM provider APIs). Confirm you trust those endpoints and the privacy of any data you send (news text, token names, and any contextual logs).
- Logging: The code logs API key presence and provider names; logs may expose metadata about your keys. Consider removing or redacting such logging before running in production.
- Dependencies: Installation will pull packages from npm (openai, @anthropic-ai/sdk, dotenv). Audit dependencies or install in an isolated environment.
- Prompt behavior: The skill forces strict JSON system prompts to the LLM. This is normal for structured output but could be abused to coerce models; review the system prompts in analyzer.ts to ensure they do not request data exfiltration or to override host policies.
Recommended actions:
1) Inspect and sanitize the .env.example and any .env you plan to use; only include the minimal keys needed.
2) Run the skill in a sandboxed environment (no access to sensitive .env or production networks) and monitor outbound traffic.
3) If you intend to use your own LLM keys, prefer creating dedicated limited-permission API keys.
4) Ask the publisher to update registry metadata to declare required env vars and to remove any logging of secret presence.
Given the undisclosed secret access and metadata mismatch, treat this skill as suspicious until those issues are resolved.
Capability Analysis
Type: OpenClaw Skill
Name: agent-crypto-lens
Version: 1.0.1
The CryptoLens Agent bundle is a legitimate tool for analyzing cryptocurrency market trends and sentiment. It uses standard integrations for CoinGecko (market data), Tavily (web search), and various LLM providers (Anthropic, Gemini, Groq) to generate reports. The code in src/analyzer.ts and src/fetcher.ts follows the stated purpose without any signs of data exfiltration, unauthorized command execution, or malicious prompt injection.
Capability Assessment
Purpose & Capability
The code, README, and package.json show the agent legitimately needs LLM API keys (GROQ_API_KEY, ANTHROPIC_API_KEY, GOOGLE_API_KEY) and a Tavily API key for news — this is consistent with a sentiment-analysis agent. However, registry metadata claimed no required env vars while the source loads a .env and expects those keys. The mismatch between declared requirements and actual code is an incoherence that should be resolved before trusting the skill.
Instruction Scope
The SKILL.md is minimal, but the included code (fetcher/analyzer/llm adapters) instructs runtime behavior: loading ../.env, calling external APIs (CoinGecko, Tavily) and LLM services, and enforcing strict system prompts for LLM output. The code reads a .env file directly (potentially accessing any secrets placed there) and logs presence of API keys. The runtime instructions therefore go beyond what's visible in the SKILL.md front matter and metadata.
Install Mechanism
There is no formal install spec in registry metadata (instruction-only), but the package.json and package-lock.json indicate npm dependencies (@anthropic-ai/sdk, openai, dotenv). Installing would pull packages from the public npm registry (moderate risk). No external arbitrary download URLs or archive extraction were found.
Credentials
The code requires multiple secret API keys (GROQ_API_KEY, TAVILY_API_KEY, ANTHROPIC_API_KEY, GOOGLE_API_KEY depending on provider selection). These are proportionate to needing LLM and news services, but the skill: (a) did not declare required env vars in metadata, (b) automatically loads ../.env (which may contain other unrelated secrets), and (c) logs API key presence — increasing risk of accidental leakage. The skill also prints LLM_PROVIDER and API key presence to stdout which may appear in logs.
Persistence & Privilege
always is false; the skill does not request persistent platform-level privileges or modify other skills. It does not claim or require 'always: true' and does not attempt to change agent/system configuration outside its own code.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-crypto-lens - After installation, invoke the skill by name or use
/agent-crypto-lens - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Dependency version updates in package.json to improve stability and compatibility.
- No changes to core features or documentation.
v1.0.0
Initial release: An agent for comprehensive crypto token market and sentiment analysis.
- Provides real-time price and change data using CoinGecko API.
- Analyzes latest news to assess positive or negative sentiment.
- Calculates combined momentum, sentiment, and risk scores for selected tokens.
Metadata
Frequently Asked Questions
What is Agent Crypto Lens?
크립토 토큰 시장 동향 및 센티먼트 종합 분석 에이전트. It is an AI Agent Skill for Claude Code / OpenClaw, with 285 downloads so far.
How do I install Agent Crypto Lens?
Run "/install agent-crypto-lens" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Crypto Lens free?
Yes, Agent Crypto Lens is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Agent Crypto Lens support?
Agent Crypto Lens is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Crypto Lens?
It is built and maintained by jinu4you (@jinu4you); the current version is v1.0.1.
More Skills