# Bybit Scan

> Scan Bybit USDT perpetuals for short-term volatility spikes. Use when the user asks for scalp candidates, momentum plays, "what's moving on Bybit", or any variant of "find me a trade / find movers / scan perps". Read-only, no API keys required.

- **Type:** Skill
- **Install:** `agentstack add skill-daviddme-claude-skills-bybit-scan`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [daviddme](https://agentstack.voostack.com/s/daviddme)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [daviddme](https://github.com/daviddme)
- **Source:** https://github.com/daviddme/claude-skills/tree/main/bybit-scan

## Install

```sh
agentstack add skill-daviddme-claude-skills-bybit-scan
```

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

## About

# bybit-scan

Ranks Bybit linear (USDT) perpetuals by a 15-minute volatility spike signal,
filtered for tight spreads and real liquidity.

## When to use
- "Scan Bybit for movers / scalp candidates"
- "What's volatile right now?"
- "Find me 3 perps with a vol spike"

## How to run
```
python bybit-scan/scan.py [--top N] [--min-turnover USD] [--max-spread-bps N] [--min-range-pct N] [--min-spike N] [--prescreen N] [--json]
```

Defaults: top 5, min turnover $50M/24h, max spread 5 bps, min 15m range 0.4%,
spike ratio >= 1.3, prescreen 40 symbols.

## Output
A table with: symbol, last price, 15m range %, prior 45m range %, spike ratio
(15m range / prior 45m range), 15m direction, spread bps, 24h turnover. Sorted
by `spike_ratio * range_15m_pct` descending.

## Exit codes
- 0 on success (including "no candidates passed the filters")
- non-zero if Bybit returns an error

## Notes
- Source: Bybit v5 public REST (`/v5/market/tickers`, `/v5/market/kline`). No auth.
- Requires `requests`.
- The scan is a screener, not a signal. Follow up with `bybit-structure` on the
  picks before planning a trade.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [daviddme](https://github.com/daviddme)
- **Source:** [daviddme/claude-skills](https://github.com/daviddme/claude-skills)
- **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-daviddme-claude-skills-bybit-scan
- Seller: https://agentstack.voostack.com/s/daviddme
- 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%.
