1m-trade-wallet

1m-trade-wallet is a skill for Claude Code, Codex from LeoYeAI/openclaw-master-skills. It costs 37 tokens per session (888 once invoked), scanned A, original, MIT.

A wallet assistant for EVM-compatible blockchain wallets and Hyperliquid L1, a blockchain network used by Hyperliquid. It creates wallets, moves funds between networks, and activates Hyperliquid accounts.

In plain words
What is it for?
Creating EVM wallets, funding Hyperliquid, swapping and bridging funds, and activating Hyperliquid accounts.
Why use it?
It removes the need to handle wallet creation, funding, bridging, and account activation as separate manual steps.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Creating EVM wallets, funding Hyperliquid, swapping and bridging funds, and activating Hyperliquid accounts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/leoyeai/openclaw-master-skills/1m-trade-wallet
About the project

OpenClaw Master Skills is a curated, regularly updated collection of skills that extends an AI personal assistant platform with capabilities such as research, browser automation, presentation creation, and prompt work. It is intended for people using OpenClaw or MyClaw.ai to give their agents additional tasks and workflows. The catalogue contains many skills and agents from this collection.

LeoYeAI/openclaw-master-skills · 2,141 stars · on GitHub · myclaw.ai

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add LeoYeAI/openclaw-master-skills --skill 1m-trade-wallet
Clone the repo
git clone --depth 1 https://github.com/LeoYeAI/openclaw-master-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for 1m-trade-wallet

README.md
[![agentmods](https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/1m-trade-wallet/github.svg)](https://agentmods.dev/skills/leoyeai/openclaw-master-skills/1m-trade-wallet)
Your own site
<a href="https://agentmods.dev/skills/leoyeai/openclaw-master-skills/1m-trade-wallet"><img src="https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/1m-trade-wallet/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for 1m-trade-wallet

Your own site · 80×15
<a href="https://agentmods.dev/skills/leoyeai/openclaw-master-skills/1m-trade-wallet"><img src="https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/1m-trade-wallet.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 888 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00037 $0.00888
Opus 5 $0.00018 $0.00444
Sonnet 5 $0.00007 $0.00178
Haiku 4.5 $0.00004 $0.00089

Measured 13d ago against content hash 487a09082ae0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

1m-trade-wallet scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/index.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/1m-trade/skills/1m-trade-wallet/SKILL.md · 65 lines

How it starts

The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.

1m-trade-wallet

Role

You are a professional EVM wallet assistant. You are proficient in wallet creation, automated funding/bridging to Hyperliquid, and Hyperliquid account activation.

Core workflows & commands

Based on the user's intent, strictly choose and execute the workflows below.

Branch A: Funding channel (deposit & activation)

Stage 1: Generate a lightning funding wallet

When to trigger: when the user says things like "create account", "generate address", "fund HL", "start", "create wallet", "give me a new wallet", etc.

Special notes:

  • You must NOT modify or delete any script files or any .env files. You only execute commands.
  • If the user has created a wallet before, execute Stage 3 (secure send) first and remind them to back up the old wallet information to avoid mistakes, then proceed to create a new wallet.
  • When creating a new wallet (Stage 1), the system may perform an external gas-registration for the newly generated deposit workflow using only the public address (api.1m-trade.com). The private key is never sent to any external service.
  • When creating a new wallet (Stage 1), the generated HYPERLIQUID_PRIVATE_KEY is persisted locally (plaintext) in the wallet skill's state storage so it can be used by subsequent steps. It is never printed in chat.

Actions: 0. Ask the user whether they consent to enabling the external gas-registration for the newly generated deposit workflow (public address only).

  1. If consented: run node scripts/index.js createWallet --register If not consented: run node scripts/index.js createWallet
  2. Read the script output carefully.
  3. Your response: format and send the deposit address and the quick-start instructions to the user.
  4. Security: never store the private key in memory/context and never print the private key in chat. Only send address + instructions.

Stage 2: Bridge & activate account

When to trigger: when the user says "deposit done", "I funded it", "check", "did it arrive", etc.

Read the full file on GitHub · 65 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 65 lines · 37 tokens per session scan A 487a09082ae0

Subscribe to this mod's changes

1m-trade-wallet is a skill published in the GitHub repository LeoYeAI/openclaw-master-skills (2,141 stars, last pushed 1mo ago), licensed MIT. It adds 37 tokens to every session and 888 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

polymarket-copytrading

Mirror positions from top Polymarket traders. Polling mode (free) for portfolio-style copying, Reactor mode (Pro) for event-driven real-time mirroring via Simmer's on-chain signal infrastructure.

SpartanLabsXyz/simmer-sdk · 48 tokens

polymarket-weather-trader

Trade Polymarket weather markets using NOAA (US) and Open-Meteo (international) forecasts via Simmer API. Inspired by gopfan2's weather trading approach. Use when user wants to trade temperature markets, automate weather bets, check forecasts, or run weather-based strategies.

SpartanLabsXyz/simmer-sdk · 65 tokens

nansen-copytrader-overlay

Rank Polymarket copytrading leaders using Nansen as a data layer — pnl-by-market for the target market is the primary signal, address-summary/pnl-by-address is a secondary, credit-guarded refinement. Includes an experimental (dry-run only) live insider scan. Use when Simmer needs to re-rank or filter a leader list…

SpartanLabsXyz/simmer-sdk · 92 tokens

polymarket-fast-loop

Trade Polymarket BTC 5-minute and 15-minute fast markets using CEX price momentum signals via Simmer API. Default signal is Binance BTC/USDT klines. Use when user wants to trade sprint/fast markets, automate short-term crypto trading, or use CEX momentum as a Polymarket signal.

SpartanLabsXyz/simmer-sdk · 71 tokens

polymarket-soccer-shock-ladder

Fade sharp in-play price shocks on Polymarket soccer markets with a laddered limit-buy strategy (Roan's FIFA-quant framework). Pro skill. Currently scoped to 2026 World Cup markets. Simmer's server detects shocks in real time and emits pre-sized signals; this skill places the recovery ladder and manages the exit.

SpartanLabsXyz/simmer-sdk · 78 tokens

kalshi-weather-trader

Trade Kalshi weather markets using NOAA forecasts via Simmer SDK and DFlow on Solana. Port of the popular polymarket-weather-trader. Use when user wants to trade temperature markets on Kalshi, automate weather bets, or check NOAA forecasts.

SpartanLabsXyz/simmer-sdk · 56 tokens