← 返回 Skills 市场
285
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install agent-crypto-lens
功能描述
크립토 토큰 시장 동향 및 센티먼트 종합 분석 에이전트
使用说明 (SKILL.md)
🪙 CryptoLens Agent
CoinGecko 시장 데이터와 웹 뉴스를 결합하여 특정 토큰의 시장 상황과 투자 심리(Sentiment)를 분석합니다.
Features
- 시장 데이터: CoinGecko API를 통한 실시간 가격/변동률 조회
- 뉴스 분석: 최신 뉴스 기반 호재/악재 파악
- 종합 점수: 모멘텀, 센티먼트, 리스크 점수 산출
Usage
ACP Job Payload:
{
"token": "Bitcoin",
"analysis_type": "full"
}
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-crypto-lens - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-crypto-lens触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Agent Crypto Lens 是什么?
크립토 토큰 시장 동향 및 센티먼트 종합 분석 에이전트. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 285 次。
如何安装 Agent Crypto Lens?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-crypto-lens」即可一键安装,无需额外配置。
Agent Crypto Lens 是免费的吗?
是的,Agent Crypto Lens 完全免费(开源免费),可自由下载、安装和使用。
Agent Crypto Lens 支持哪些平台?
Agent Crypto Lens 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Crypto Lens?
由 jinu4you(@jinu4you)开发并维护,当前版本 v1.0.1。
推荐 Skills