install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/lexomis/edge" ~/.openclaw/skills/openclaw-skills-edge && rm -rf "$T"
manifest:
skills/lexomis/edge/skill.yamlsafety · automated scan (low risk)
This is a pattern-based risk scan, not a security review. Our crawler flagged:
- references API keys
Always read a skill's source content before installing. Patterns alone don't mean the skill is malicious — but they warrant attention.
source content
name: edge version: 0.1.0 author: edgedottrade description: > On-chain trading data and order management. Search tokens, inspect pairs, screen for gems, analyze wallets, place limit orders, subscribe to price alerts. license: MIT keywords: [crypto, trading, defi, solana, base, ethereum, orders, portfolio] permissions:
- network: outbound
- mcp: spawn config:
- key: API_KEY
description: Edge Trade API key (sk-...)
required: true
secret: true
mcp:
servers:
- name: edge command: npx args: ["-y", "@edgedottrade/edge", "--api-key", "${API_KEY}"] repository: "https://github.com/edgetrade/edge"