AgentStack
SKILL verified MIT Self-run

Crypto Scanner

skill-wahyujhoo17-crypto-scanner-crypto-scanner · by wahyujhoo17

>

No reviews yet
0 installs
1 views
0.0% view→install

Install

$ agentstack add skill-wahyujhoo17-crypto-scanner-crypto-scanner

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README — it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-wahyujhoo17-crypto-scanner-crypto-scanner)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.

Preview Execution monitoring

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 →
Are you the author of Crypto Scanner? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Perform crypto market scanning and multi-timeframe technical analysis using Binance public API.

Workflow

  1. 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)
  1. 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.
  1. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.