← 返回 Skills 市场
lexomis

Edge.Trade

作者 lexomis · GitHub ↗ · vv4401.0.0 · MIT-0
cross-platform ⚠ suspicious
1439
总下载
0
收藏
4
当前安装
117
版本数
在 OpenClaw 中安装
/install edge
功能描述
Use when user asks about crypto tokens, trading, portfolios, or price alerts.
使用说明 (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

  1. Price before order: pairs pair_metrics to compute target, then orders place_limit_order
  2. Token to pair: tokens token_info_with_pricing returns pairContractAddress
  3. Chain IDs: 8453 Base, 1 Ethereum, 42161 Arbitrum, "solana" Solana
  4. Alerts: configure in the Edge webapp (Settings > Alerts); deliver to webhook, Redis, or Telegram

Docs

安全使用建议
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.
功能分析
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.
能力标签
cryptorequires-walletrequires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install edge
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /edge 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug edge
版本 v4401.0.0
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 117
常见问题

Edge.Trade 是什么?

Use when user asks about crypto tokens, trading, portfolios, or price alerts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1439 次。

如何安装 Edge.Trade?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install edge」即可一键安装,无需额外配置。

Edge.Trade 是免费的吗?

是的,Edge.Trade 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Edge.Trade 支持哪些平台?

Edge.Trade 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Edge.Trade?

由 lexomis(@lexomis)开发并维护,当前版本 vv4401.0.0。

💬 留言讨论