Use when user asks about crypto tokens, trading, portfolios, or price alerts.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill edge --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Edge?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-edge)More formats (shields.io, HTML) on the badges page.
---
name: edge
description: >
Use when user asks about crypto tokens, trading, portfolios, or price alerts.
---
# Edge
Tools via `edge` MCP server:
- **search** — find tokens by name or address
- **inspect** — 9 views: token_overview, pair_metrics, token_holders, token_analytics,
graduation, pair_overview, pair_candles, pair_swaps (token_holders includes sniper/insider flags)
- **screen** — filter by mcap, liquidity, sniper %, insider %, social presence
- **portfolio** — holdings, history, top traders, wallet scan, native balances
- **trade** — limit orders, entry/exit strategies, price impact
- **alerts** — subscribe/poll/unsubscribe; webhook delivery supported
## Patterns
1. **Price before order**: `inspect pair_metrics` → compute target → `trade place`
2. **Token → pair**: `inspect token_overview` returns `pairAddress`
3. **Chain IDs**: `"8453"` Base · `"1"` Ethereum · `"42161"` Arbitrum
4. **Alerts**: subscribe once, poll each turn, unsubscribe on cleanup
[Docs](https://docs.trade.edge/agents)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.