Crypto Market

v1.0.0

加密货币行情分析:本技能自带 Binance 公开行情 + 指标脚本;资讯用 web_search/web_fetch。

0· 104·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for luyao-inc/crypto-market.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Crypto Market" (luyao-inc/crypto-market) from ClawHub.
Skill page: https://clawhub.ai/luyao-inc/crypto-market
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install crypto-market

ClawHub CLI

Package manager switcher

npx clawhub@latest install crypto-market
Security Scan
Capability signals
Crypto
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match functionality: a market-analysis skill that fetches public Binance endpoints and computes indicators locally. Declared runtime requirement (python3 / python) is appropriate and sufficient.
Instruction Scope
SKILL.md instructs the agent to exec the included Python script and to use web_search/web_fetch for news; those instructions stay within the described purpose. Minor note: both the script and SKILL.md mention reading CRYPTO_HTTP_PROXY / HTTP_PROXY / HTTPS_PROXY for outbound requests — SKILL.md documents this but the registry shows no required env vars, so the script will read proxy envs opportunistically (optional, not harmful).
Install Mechanism
No install spec (instruction-only plus an included script). No downloads or external installers — lowest-risk install footprint.
Credentials
The skill requests no credentials and does not enumerate any required env vars. The included script optionally reads proxy environment variables (CRYPTO_HTTP_PROXY / HTTPS_PROXY / HTTP_PROXY) to make outbound HTTP requests; this optional proxy usage is reasonable for networked tools but is not declared as a required env in the registry metadata.
Persistence & Privilege
always is false and the skill does not request persistent or cross-skill configuration. It only runs a local script via exec and performs outbound requests to Binance and fetched news sources.
Assessment
This skill appears to do exactly what it says: run the included Python script to fetch public Binance data and compute indicators, and use web_search/web_fetch for news context. Before installing, confirm you trust the system Python that will be executed and that outbound network access to api.binance.com and news sources is acceptable in your environment. Note that the script will honor CRYPTO_HTTP_PROXY / HTTP_PROXY / HTTPS_PROXY if set (used only for outbound requests). If you need to restrict network access or auditing, run the script in a controlled environment. No API keys or secrets are requested by the skill.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Any binpython3, python
latestvk970qqy7v1rqv4qfn7k91fxg2d84t7qp
104downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

加密货币行情分析

OpenClaw 内置工具

用途工具
行情与技术指标 JSONexec + {baseDir}/crypto_market_snapshot.py
资讯web_searchweb_fetch(重要链接必须 fetch 正文)

说明:

  • OpenClaw 内置 ccxt。本包脚本使用 Binance 公开 RESTapi.binance.com),标准库,无需 pip install ccxt
  • 若你的网关另有 ccxt 工具,可改用网关实现;字段语义以你方工具文档为准,本技能脚本输出结构见下节。

代理(可选)

脚本会读取 CRYPTO_HTTP_PROXY 或系统 HTTPS_PROXY/HTTP_PROXY,与容器访问外网一致即可。


调用本包脚本(exec)

python3 "{baseDir}/crypto_market_snapshot.py" BTCUSDT 1d 200

参数:SYMBOL(如 BTCUSDT,无斜杠)、interval(如 1d4h)、limit(K 线条数,默认 200)。

输出 JSON 要点

  • ticker_24h:Binance /api/v3/ticker/24hr
  • ohlcv_meta.last_row:最后一根 OHLCV
  • indicatorssma_20rsi_14macd_12_26_9bollinger_20_2atr_14latest
  • 分析须基于上述字段,勿编造未返回的数值

分析流程

  1. 解析用户币种:默认现货 BTCUSDT 形式(用户说 BTC 则映射 BTCUSDT)。
  2. exec 拉取脚本 JSON;可按需多次换 interval
  3. 技术面归纳(趋势、超买超卖、波动等)。
  4. web_search + web_fetch 做资讯与情绪侧写。
  5. 在对话中整合输出完整分析结论与风险提示。

合规与约束

  • 不构成投资建议;若 Binance 不可用,说明原因并可部分依赖资讯。
  • 新闻结论须有 web_fetch 正文依据,不得仅用搜索摘要。

Comments

Loading comments...