← 返回 Skills 市场
xiaoxin06666

Crypto One Way Market

作者 hing · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
28
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install crypto-one-way-market
功能描述
Fetch cryptocurrency OHLCV candle data and judge whether the market is in a one-way bullish or bearish trend. Use when the user asks to pull crypto market da...
使用说明 (SKILL.md)

Crypto One-Way Market

Overview

Use this skill to fetch public crypto candle data, compute directional trend metrics, and decide whether price action is a one-way market (单边上涨 / 单边下跌) or a range/choppy market.

Default to the bundled script for repeatable calculations:

python3 scripts/fetch_and_classify.py --symbol BTCUSDT --interval 15m --limit 200

Workflow

  1. Clarify the symbol, timeframe, and lookback if missing. Default to BTCUSDT, 15m, and 200 candles for intraday checks.
  2. Run scripts/fetch_and_classify.py to fetch candles and compute the classification.
  3. Read references/methodology.md when explaining thresholds, edge cases, or if the result is borderline.
  4. Summarize direction, confidence, key evidence, and invalidation conditions. Avoid financial advice wording; present the result as market-structure analysis, not a trade instruction.

Data Fetching

The script uses Binance public REST klines by default and needs no API key:

python3 scripts/fetch_and_classify.py \
  --symbol ETHUSDT \
  --interval 1h \
  --limit 240

Useful options:

--market spot
--market futures
--base-url https://api.binance.us
--json
--output candles.csv

If Binance is blocked or unstable, ask the user for an accessible exchange/API endpoint or use --base-url when they have a working Binance-compatible mirror.

Interpretation Rules

Treat a one-way market as a move with persistent direction, high trend efficiency, limited counter-trend retracement, and enough volatility-adjusted distance from the start.

Report one of:

  • bullish_one_way: likely 单边上涨.
  • bearish_one_way: likely 单边下跌.
  • weak_trend: directional but not clean enough to call one-way.
  • range_or_chop: no strong one-way evidence.

In the final answer, include:

  • Symbol, exchange source, interval, candle count, and time span.
  • Classification and confidence.
  • Directional return, trend efficiency, ADX, ATR-normalized move, max pullback, moving-average slope agreement.
  • A concise explanation in Chinese when the user asks in Chinese.

Risk Notes

Crypto data can have exchange outages, API regional restrictions, and sudden regime shifts. Never claim certainty. For live trading contexts, mention that low-liquidity symbols, news events, and funding/contract basis can invalidate candle-only signals.

安全使用建议
Install only if you are comfortable with the agent making public Binance-compatible API requests and, when you request it, writing candle data to a CSV path. Do not treat the output as trading advice, and be cautious with custom --base-url values because they determine where the agent sends market-data requests.
能力标签
cryptorequires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is crypto market-structure analysis, and the artifacts match that purpose: the bundled Python script fetches Binance-compatible public kline data, computes indicators, and reports a classification.
Instruction Scope
The workflow clearly tells the agent to run the bundled script and avoid financial-advice framing; the optional --base-url can point to another Binance-compatible endpoint, but the skill frames that as user-provided fallback behavior.
Install Mechanism
No installer, dependency download, package install, shell bootstrap, or auto-run behavior is present; metadata only requires python3.
Credentials
Outbound network access to Binance-compatible public APIs and optional CSV output are disclosed and proportionate to fetching candle data, though the manifest does not explicitly declare network/write permissions beyond the python3 binary requirement.
Persistence & Privilege
There is no background service, scheduled task, privilege escalation, credential store access, or durable agent behavior; persistence is limited to an optional user-directed CSV output path.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install crypto-one-way-market
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /crypto-one-way-market 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release—judge cryptocurrency one-way market trend from public exchange OHLCV data. - Fetches crypto candle data (default: Binance, no API key needed). - Classifies market as bullish/bearish one-way, weak trend, or range/chop based on directional metrics. - Provides summaries including symbol, interval, candle count, key evidence, and confidence level. - Supports both English and concise Chinese results per user request. - Reports risk notes and explains edge cases using a transparent methodology.
元数据
Slug crypto-one-way-market
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Crypto One Way Market 是什么?

Fetch cryptocurrency OHLCV candle data and judge whether the market is in a one-way bullish or bearish trend. Use when the user asks to pull crypto market da... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 28 次。

如何安装 Crypto One Way Market?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install crypto-one-way-market」即可一键安装,无需额外配置。

Crypto One Way Market 是免费的吗?

是的,Crypto One Way Market 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Crypto One Way Market 支持哪些平台?

Crypto One Way Market 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Crypto One Way Market?

由 hing(@xiaoxin06666)开发并维护,当前版本 v1.0.0。

💬 留言讨论