← Back to Skills Marketplace
1439
Downloads
0
Stars
4
Active Installs
117
Versions
Install in OpenClaw
/install edge
Description
Use when user asks about crypto tokens, trading, portfolios, or price alerts.
README (SKILL.md)
Edge
Tools via edge MCP server (6 tools, 39 actions):
- intelligence: search tokens, screen by filters, list top tokens, trending swaps
- tokens: token details, pricing, top holders, top traders, dev tokens (sniper/insider flags)
- pairs: pair metrics, OHLCV candles, swaps, pair info
- wallet: holdings, swaps, PnL history, summary
- orders:
place_limit_order,place_spot_order, list/cancel orders, entry/exit strategies - agent: encrypted wallet management for the non-custodial flow
Patterns
- Price before order:
pairs pair_metricsto compute target, thenorders place_limit_order - Token to pair:
tokens token_info_with_pricingreturnspairContractAddress - Chain IDs:
8453Base,1Ethereum,42161Arbitrum,"solana"Solana - Alerts: configure in the Edge webapp (Settings > Alerts); deliver to webhook, Redis, or Telegram
Usage Guidance
This skill appears to do what it says (crypto trading and portfolio tools) but has two things you should confirm before installing: 1) skill.yaml requires an API_KEY secret even though the registry summary listed no env vars — ask the publisher to confirm which credentials the skill needs and why; 2) the skill will run 'npx @edgedottrade/edge' (downloads and executes an npm package). Verify the npm package name and the GitHub repository are legitimate, review the package code if possible, and only provide an API key with least privilege (disable withdrawals, limit scopes) or use a test account. If you cannot verify the package source, consider running it in a tightly sandboxed environment or decline installation. Finally, be aware the skill can place orders and send alerts to external webhooks/Telegram/Redis — only supply endpoints and secrets you trust.
Capability Analysis
Type: OpenClaw Skill
Name: edge
Version: v4401.0.0
The skill provides a legitimate interface for the Edge Trade platform, facilitating crypto token analysis and order management. It uses a standard MCP configuration in `skill.yaml` to execute the official `@edgedottrade/edge` package via npx, and the instructions in `SKILL.md` are consistent with its stated purpose of on-chain trading without any signs of prompt injection or malicious intent.
Capability Tags
Capability Assessment
Purpose & Capability
Name, description, and the SKILL.md (token/pair/orders/wallet) align: a trading/portfolio tool legitimately needs network access and an API key to an Edge Trade service. The skill.yaml's permissions (network outbound, mcp spawn) and the declared MCP server are coherent with a remote trading backend.
Instruction Scope
SKILL.md is mostly scoped to on-chain data, order placement, and wallet management via the 'edge' MCP server. It does not instruct the agent to read unrelated local files or other env vars, but references encrypted wallet management and external alert delivery (webhooks/Redis/Telegram) — these are expected for trading but introduce potential exfiltration/endpoints outside the platform.
Install Mechanism
Although the skill is instruction-only in the registry, skill.yaml configures an MCP server that will be spawned via 'npx @edgedottrade/edge --api-key ${API_KEY}'. That causes on-demand download and execution of code from npm (remote code execution via npx). The repository URL is a GitHub link, which is better than an unknown server, but running npx still executes remote code and is a moderate-to-high risk action.
Credentials
skill.yaml requires an API_KEY secret for the Edge Trade API (required: true, secret: true), which is proportionate for a trading service. However the registry summary initially reported 'Required env vars: none' — an inconsistency that could be a metadata error or omission. Also, wallet management implies handling sensitive keys; the skill provides no clarity about what credentials it will ask for beyond API_KEY.
Persistence & Privilege
The skill is not 'always' installed and does not request elevated platform-wide privileges beyond spawning an MCP server and outbound network. Autonomous invocation is allowed (the platform default) — combined with networking and trading capability this has operational impact but is expected for this type of skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install edge - After installation, invoke the skill by name or use
/edge - Provide required inputs per the skill's parameter spec and get structured output
Version History
vv4401.0.0
v4401.0.0 (edge)
- No changes detected in this version.
- All documentation and tool functionality remain as previously described.
vv4399.0.0
No changes detected in this version.
vv4397.0.0
No visible changes in this version; documentation and features remain the same.
vv4396.0.0
No user-visible changes in this version.
- No file changes detected.
vv4395.0.0
No user-facing changes in this version; no file changes detected.
vv4393.0.0
No changes detected in this version; the SKILL.md file remains the same.
vv4392.0.0
- No user-visible changes in this version.
- No file changes were detected.
vv4391.0.0
- No changes were detected in this version.
- Functionality and documentation remain the same as the previous release.
vv4390.0.0
No changes detected in this version.
vv4389.0.0
No changes detected in this version.
- No file changes between the previous and current version.
- All features and functionality remain the same.
vv4388.0.0
No user-facing changes in this version.
- No file changes detected; functionality and documentation remain the same.
vv4387.0.0
v4387.0.0 (edge)
- No file changes detected for this release.
- No updates or modifications noted.
vv4386.0.0
- No changes detected in this version.
- All features and tool descriptions remain the same.
vv4385.0.0
No changes detected in this version.
- No file changes were made from the previous version.
vv4384.0.0
No changes detected in this version.
vv4383.0.0
No changes detected in this version.
vv4382.0.0
v4382.0.0
- No file changes detected in this version.
- Functionality, patterns, and documentation remain unchanged.
vv4381.0.0
- Updated wallet management description from "semi-custodial flow" to "non-custodial flow" for improved accuracy.
vv4380.0.0
No changes detected in this version.
- No file updates or feature changes were made in v4380.0.0.
vv4379.0.0
No changes detected in this version.
Metadata
Frequently Asked Questions
What is Edge.Trade?
Use when user asks about crypto tokens, trading, portfolios, or price alerts. It is an AI Agent Skill for Claude Code / OpenClaw, with 1439 downloads so far.
How do I install Edge.Trade?
Run "/install edge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Edge.Trade free?
Yes, Edge.Trade is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Edge.Trade support?
Edge.Trade is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Edge.Trade?
It is built and maintained by lexomis (@lexomis); the current version is vv4401.0.0.
More Skills