Install
$ agentstack add skill-wahyujhoo17-crypto-scanner-crypto-scanner ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README — it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Perform crypto market scanning and multi-timeframe technical analysis using Binance public API.
Workflow
- Execute Market Scanner Script:
Run the Python script at scripts/scanner.py (or full path ~/.config/opencode/skills/crypto-scanner/scripts/scanner.py):
- Full market scan:
python3 scripts/scanner.py - Single pair scan:
python3 scripts/scanner.py(e.g.python3 scripts/scanner.py ZECUSDT)
- Technical Evaluation Criteria:
- Crossover Trigger: MA7 crosses above MA25 (Golden Cross) or below MA25 (Death Cross) on 1H timeframe.
- Trend Confirmation: Check 4H MA7 vs MA25 trend alignment and structure.
- RSI Momentum Guidelines:
- Optimal Long: 1H RSI between 50 - 68 (active momentum, not overbought).
- Overbought Risk: 1H RSI > 70 (do not FOMO at local peaks).
- Oversold Bounce: 4H RSI $2,000,000 USDT to avoid low liquidity slippage.
- Output Response Structure (Match User's Language):
Always respond in the user's language (Indonesian, English, etc.) and structure the response as follows:
- Best Scanned Pairs List: Present top 2-3 scanned pairs matching technical criteria.
- Best Momentum Coin Recommendation:
- If valid trade setup exists (LONG or SHORT):
Best Momentum Coin: PAIR (Brief rationale: MA cross, RSI 1H/4H status, volume spike). Position Suggestion [LONG or SHORT] (PAIR):
- Entry: $ENTRY_RANGE
- TP 1: $PRICE | TP 2: $PRICE
- Stop Loss (SL): $PRICE (below key support / MA25 for LONG, above resistance for SHORT)
- Risk:Reward: $RRRATIO (TP1) / $RRRATIO (TP2)
- If NO strong/safe setup exists:
State clearly in user's language: "Currently no pairs meet the ideal criteria for opening a position. Recommended to WAIT & SEE because [reason: e.g. market sideways / low volume / extreme RSI without confirmation]."
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: wahyujhoo17
- Source: wahyujhoo17/crypto-scanner
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.