# Crypto Scanner

> >

- **Type:** Skill
- **Install:** `agentstack add skill-wahyujhoo17-crypto-scanner-crypto-scanner`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [wahyujhoo17](https://agentstack.voostack.com/s/wahyujhoo17)
- **Installs:** 0
- **Category:** [Finance & Payments](https://agentstack.voostack.com/c/finance-and-payments)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [wahyujhoo17](https://github.com/wahyujhoo17)
- **Source:** https://github.com/wahyujhoo17/crypto-scanner

## Install

```sh
agentstack add skill-wahyujhoo17-crypto-scanner-crypto-scanner
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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`)

2. **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.

3. **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**: $RR_RATIO (TP1) / $RR_RATIO (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](https://github.com/wahyujhoo17)
- **Source:** [wahyujhoo17/crypto-scanner](https://github.com/wahyujhoo17/crypto-scanner)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-wahyujhoo17-crypto-scanner-crypto-scanner
- Seller: https://agentstack.voostack.com/s/wahyujhoo17
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
