← Back to Skills Marketplace
Market Structure Scan
by
bigedsherer-ctrl
· GitHub ↗
· v1.0.1
562
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install market-structure-scan
Description
Multi-timeframe crypto scanner analyzing market structure using Ichimoku Cloud, Bollinger Bands, MACD, and RSI without trade advice or unrelated concepts.
Usage Guidance
This skill appears coherent and low-risk: it only scrapes public market pages and computes indicator-based scores and does not request secrets or install code. Before installing, confirm that your agent's browse_page capability is enabled and that you understand where scraped output will be stored or sent. Be aware scraping TradingView/Investing.com may be brittle (requires UI interactions, may need login or be blocked) and data accuracy depends on successful extraction. If you plan to rely on its outputs for trading decisions, test it on tickers/timeframes you control and consider requesting the skill author provide example runs or the exact DOM selectors used. If you prefer, ask the author for a version that uses authenticated exchange APIs (with explicit, limited credentials) rather than scraping public pages.
Capability Analysis
Type: OpenClaw Skill
Name: market-structure-scan
Version: 1.0.1
The skill is classified as suspicious due to the direct interpolation of user-provided input (e.g., `[TICKER]`, `[coin-slug]`) into URLs for the `browse_page` tool, as seen in `SKILL.md`. This lack of explicit input sanitization creates a potential vulnerability for URL injection or other forms of input manipulation if the `browse_page` tool or the underlying system does not properly sanitize or escape the user's input. While there is no evidence of intentional malicious behavior like data exfiltration or arbitrary command execution, this vulnerability could be exploited by a malicious user.
Capability Assessment
Purpose & Capability
The name and description (multi-timeframe crypto/market scanner using Ichimoku, BB, MACD, RSI, EMA ribbon, Linear Regression, Fib) match the runtime instructions: fetch indicator values from public market pages and compute a confluence score. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions require using browse_page to fetch TradingView / Investing.com / Yahoo / CoinGecko pages and extract many specific technical indicators per timeframe. This is within the stated purpose, but relies on the agent's ability to interact with and parse dynamic, JS-heavy pages and to change chart timeframes. The instructions do not ask for any local files or secret data, but browsing external sites can be brittle (login/anti-bot) and may return incomplete data.
Install Mechanism
No install spec or code files are present (instruction-only). This minimizes disk-write and supply-chain risk.
Credentials
The skill requires no environment variables, credentials, or config paths. The requested actions (public web scraping for indicators) do not justify additional secrets, so the minimal environment footprint is appropriate.
Persistence & Privilege
always is false and there are no install hooks or requests to modify agent/system settings. disable-model-invocation is default (false) which allows autonomous invocation — expected platform behavior and not in itself a problem given the limited scope and lack of credentials.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install market-structure-scan - After installation, invoke the skill by name or use
/market-structure-scan - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Major upgrade: Expanded indicator set, supports all markets, new confluence scoring and structured output.
- Added support for all asset classes (crypto, stocks, metals, forex).
- Introduced new indicators: Fibonacci ratios, EMA Ribbon, Linear Regression, smoothed RSI.
- Calculates a confluence score (0-7) for increased clarity.
- Generates a clear signal based on combined indicator criteria.
- Output format updated with EST timestamps and detailed indicator breakdown by timeframe.
- No trading or risk advice; analysis only.
v1.0.0
Initial release of Market Structure Scan skill.
- Multi-timeframe crypto analysis tool using Ichimoku Cloud, Bollinger Bands, MACD, and RSI indicators only.
- Supports 5m, 1h, and 4h timeframes for structured output.
- Strictly excludes trade calls, entries/exits, SMC, ICT, or similar concepts.
- Activated by specific phrases and coin tickers, defaults to BTC if not specified.
- Delivers concise, formatted scans and a confluence summary with clear indicator separation.
Metadata
Frequently Asked Questions
What is Market Structure Scan?
Multi-timeframe crypto scanner analyzing market structure using Ichimoku Cloud, Bollinger Bands, MACD, and RSI without trade advice or unrelated concepts. It is an AI Agent Skill for Claude Code / OpenClaw, with 562 downloads so far.
How do I install Market Structure Scan?
Run "/install market-structure-scan" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Market Structure Scan free?
Yes, Market Structure Scan is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Market Structure Scan support?
Market Structure Scan is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Market Structure Scan?
It is built and maintained by bigedsherer-ctrl (@bigedsherer-ctrl); the current version is v1.0.1.
More Skills