Agent skill
edge
Use when user asks about crypto tokens, trading, portfolios, or price alerts.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/edge-ljt-520-openclaw-backup
SKILL.md
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
- Price before order:
inspect pair_metrics→ compute target →trade place - Token → pair:
inspect token_overviewreturnspairAddress - Chain IDs:
"8453"Base ·"1"Ethereum ·"42161"Arbitrum - Alerts: subscribe once, poll each turn, unsubscribe on cleanup
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?