← Back to Skills Marketplace
107
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install crypto-research-wgx
Description
加密货币投资研究 - 当用户询问加密货币价格、行情、趋势、新闻时触发
README (SKILL.md)
加密货币投资研究 Skill
功能
- 实时价格查询 - BTC、ETH等主流币种实时价格
- 市场数据 - 市值、24h涨跌幅、成交量
- 趋势分析 - 短期走势分析
- 新闻追踪 - 加密货币行业新闻
使用方式
直接问我,比如:
- "比特币现在多少钱"
- "以太坊今天走势"
- "有哪些热门币种"
- "加密货币最新新闻"
数据来源
- CoinGecko API (免费,无需API Key)
- 实时数据更新
Usage Guidance
该技能总体上是自洽的:它只调用 CoinGecko 官方 API 来获取行情数据,不要求任何凭据或可疑外部端点。安装前请注意:
- 运行此技能需要 python3 和 requests 库(以及 shell 版本需要 curl 和 python3);确保运行环境具备这些依赖或在技能元数据中补充声明。
- 技能会向外网(api.coingecko.com)发起请求;如果您在受限网络或对流量隐私敏感,请确认允许此类外部访问。
- 脚本易于审计,未见数据外泄或隐藏端点;如果您仍担忧,手动查看并运行脚本以验证输出行为。
- 考虑增加在元数据中声明的运行时依赖和使用限制(例如请求速率)以减少误用风险。
总体来说没有发现不成比例的权限请求或恶意行为。
Capability Analysis
Type: OpenClaw Skill
Name: crypto-research-wgx
Version: 1.0.0
The skill bundle provides legitimate cryptocurrency price and market data research capabilities using the public CoinGecko API. The scripts (scripts/crypto.sh and scripts/crypto.py) are straightforward, lack obfuscation, and perform only the actions described in the SKILL.md documentation. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Tags
Capability Assessment
Purpose & Capability
技能名称/描述与包含的脚本和功能一致:scripts/crypto.py 和 scripts/crypto.sh 调用官方 CoinGecko API 获取价格、排行和搜索结果。没有要求与功能不符的凭据或外部服务。
Instruction Scope
SKILL.md 明确限定为价格、市场数据、趋势和新闻查询;说明没有指示读取用户其他文件、环境变量或将数据传输到 CoinGecko 以外的端点。脚本仅向 api.coingecko.com 发起请求并格式化输出。
Install Mechanism
无安装说明(instruction-only),也没有从不可信源下载或解压代码。包含的脚本已随包提供,没有运行时进行远程安装的行为。总体安装风险低。
Credentials
技能不要求任何环境变量或凭据,符合其公开用途。但脚本隐含依赖运行环境:python3、requests 库(python 脚本)以及 curl 和 python3(shell 脚本)。清单中未声明这些运行时依赖,是一个小的不一致(应在元数据中列出要求的二进制/库)。脚本本身未访问敏感环境变量或凭据。
Persistence & Privilege
没有请求始终启用(always:false),也未修改其他技能或系统配置。技能不会自行持久化凭据或写入系统配置。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install crypto-research-wgx - After installation, invoke the skill by name or use
/crypto-research-wgx - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: 实时价格查询、市场数据、趋势分析、新闻追踪
Metadata
Frequently Asked Questions
What is 加密货币投资研究?
加密货币投资研究 - 当用户询问加密货币价格、行情、趋势、新闻时触发. It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.
How do I install 加密货币投资研究?
Run "/install crypto-research-wgx" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 加密货币投资研究 free?
Yes, 加密货币投资研究 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 加密货币投资研究 support?
加密货币投资研究 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 加密货币投资研究?
It is built and maintained by wgx2010 (@wgx2010); the current version is v1.0.0.
More Skills