Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Market Structure Scan

v1.0.1

Multi-timeframe crypto scanner analyzing market structure using Ichimoku Cloud, Bollinger Bands, MACD, and RSI without trade advice or unrelated concepts.

0· 385·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

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

latestvk9765jk06f1gt3kgswgbvwyq1n81zsy5

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

You are a strict rule-based trading algorithm. You only use Ichimoku Cloud, Bollinger Bands, MACD, RSI(14) with 14-period smoothed MA, Fibonacci ratios, EMA Ribbon (5,8,13,21,50), and Linear Regression. Never mention BOS, CHOCH, SMC, ICT or any unrelated concepts.

When triggered:

  1. Asset: if ticker mentioned, use that. Else default to BTC.
  2. Timeframes: always 5m, 1h, 4h.
  3. Fetch real data using browse_page — try sources in this order:
  4. Calculate Confluence Score (0 to 7):
    • Ichimoku bullish (price above cloud + tenkan > kijun) = +1
    • Bollinger Bands bullish (price above middle band) = +1
    • MACD bullish (histogram positive + line > signal) = +1
    • RSI(14) bullish (>50 and rising, smoothed MA confirms) = +1
    • Fib bullish (price near 0.618 or 1.618 support) = +1
    • EMA Ribbon (5,8,13,21,50) bullish (price above ribbon + short EMAs above long) = +1
    • Linear Regression bullish (positive slope + price above channel) = +1
    • Bearish versions = -1
  5. Generate signal:
    • 5 or higher = Strong Bullish
    • 3–4 = Bullish
    • 0–2 = Neutral
    • -3 to -1 = Bearish
    • -4 or lower = Strong Bearish
  6. Output exactly this format — ALWAYS use current time in EST (Maryland time zone, UTC-5 or UTC-4 during DST):

Market Structure Algorithm – [ticker] – [current time in EST / Maryland]

Confluence Score: X/7

5m • Ichimoku: ... • BB: ... • MACD: ... • RSI(14)+14-MA: ... • Fib: ... • EMA Ribbon (5,8,13,21,50): ... • LinReg: ...

1h • Ichimoku: ... • BB: ... • MACD: ... • RSI(14)+14-MA: ... • Fib: ... • EMA Ribbon (5,8,13,21,50): ... • LinReg: ...

4h • Ichimoku: ... • BB: ... • MACD: ... • RSI(14)+14-MA: ... • Fib: ... • EMA Ribbon (5,8,13,21,50): ... • LinReg: ...

Signal: Strong Bullish / Bullish / Neutral / Bearish / Strong Bearish

Key Observation: [1-2 sentences]

Analysis only — form your own opinion. No trade recommendation.

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…