← Back to Skills Marketplace
xiaoxin06666

Crypto One Way Market

by hing · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
28
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install crypto-one-way-market
Description
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...
README (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.

Usage Guidance
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.
Capability Tags
cryptorequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install crypto-one-way-market
  3. After installation, invoke the skill by name or use /crypto-one-way-market
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug crypto-one-way-market
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 28 downloads so far.

How do I install Crypto One Way Market?

Run "/install crypto-one-way-market" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Crypto One Way Market free?

Yes, Crypto One Way Market is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Crypto One Way Market support?

Crypto One Way Market is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Crypto One Way Market?

It is built and maintained by hing (@xiaoxin06666); the current version is v1.0.0.

💬 Comments