بنقرة واحدة
crypto-wallet-tools
加密货币钱包批量生成、资金管理和DEX交互工具集。用于批量创建HD钱包、资金分发归集、DEX自动化交易。当用户需要批量生成钱包地址、管理多个钱包资金、接入DEX进行自动化交易时使用。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
加密货币钱包批量生成、资金管理和DEX交互工具集。用于批量创建HD钱包、资金分发归集、DEX自动化交易。当用户需要批量生成钱包地址、管理多个钱包资金、接入DEX进行自动化交易时使用。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Cryptocurrency market analysis for Bitcoin and Ethereum. Fetches 4h (24h) and 1d (30-day) data from Binance API, calculates technical indicators (RSI, SMAs, support/resistance), and provides bullish/bearish sentiment analysis with reasoning. Use when user asks for crypto market reports, BTC/ETH analysis, or daily market summaries.
Install and operate local NVIDIA Parakeet ASR for OpenClaw with an OpenAI-compatible transcription API on Ubuntu/Linux and macOS (Intel/Apple Silicon). Use when the user wants private/local speech-to-text, voice transcription setup, ASR troubleshooting, or OpenClaw voice stack configuration with Parakeet (and optional Whisper fallback).
Collect, refresh, normalize, and analyze the user's own Douban history for taste analysis and recommendation reasoning. Use when the task involves the user's own Douban shelves, ratings, tags, comments, reviews, or recent activity, especially when you need to decide whether local cache is fresh enough, re-crawl logged-in data with cookies, store refreshed results locally, and then analyze them by category.
LoRA fine-tuning pipeline for Stable Diffusion on Apple Silicon — dataset prep, training, evaluation with LLM-as-judge scoring. Use when fine-tuning image generation models for consistent style, custom characters, or domain-specific visuals. Requires Python with torch and diffusers.
Manage full OpenClaw agent lifecycle operations on a node: create/register agents, configure channel bindings, optionally inherit credentials with explicit consent, approve pairing, archive and delete agents, refresh status dashboards, and write lifecycle change logs. Use when a user asks to onboard a new agent, reconfigure an existing agent, retire/archive/delete agents, or maintain agent status boards and lifecycle audit records.
Cross-machine agent communication via Agent Hotline CLI and REST API. Use when you need to message other coding agents, check your agent inbox, see who's online, join rooms, or broadcast to all agents. Triggers: "message agent", "check inbox", "who's online", "send to agent", "agent hotline", "room message", "broadcast agents".
| name | crypto-wallet-tools |
| description | 加密货币钱包批量生成、资金管理和DEX交互工具集。用于批量创建HD钱包、资金分发归集、DEX自动化交易。当用户需要批量生成钱包地址、管理多个钱包资金、接入DEX进行自动化交易时使用。 |
批量钱包管理、资金分发归集、DEX交互的完整工具集。
| 场景 | 说明 | 风险等级 |
|---|---|---|
| 测试网开发 | 批量生成测试地址 | 低 |
| 内部资金管理 | 多账户资金归集 | 中 |
| DEX量化交易 | 多账户策略交易 | 中 |
| 空投撸毛 | 批量养号 | 极高 |
generate_wallets.py - 批量生成HD钱包wallet_manager.py - 钱包管理CLI(余额查询、导出、估算)distribute.py - 资金分发到多个子钱包collect.py - 从多个子钱包归集资金dex_trader.py - DEX交易接口(Uniswap等)references/risk-guide.md - 女巫攻击风险和反检测策略references/dex-integration.md - Uniswap等DEX交互详解pip install -r requirements.txt
python scripts/generate_wallets.py --count 10 --output wallets.json
# 查看余额
python scripts/wallet_manager.py --file wallets.json --rpc RPC_URL balance
# 导出地址
python scripts/wallet_manager.py --file wallets.json export --format csv --output addresses.csv
# 估算Gas成本
python scripts/wallet_manager.py --file wallets.json --rpc RPC_URL estimate
python scripts/distribute.py --from-key 主钱包私钥 --to-file wallets.json --amount 0.1 --rpc RPC_URL
python scripts/collect.py --to-key 主钱包私钥 --from-file wallets.json --min-balance 0.001 --rpc RPC_URL
# ETH -> USDC
python scripts/dex_trader.py --wallet-key 私钥 --token-in ETH --token-out USDC --amount 0.1 --rpc RPC_URL
# USDC -> ETH
python scripts/dex_trader.py --wallet-key 私钥 --token-in USDC --token-out ETH --amount 100 --rpc RPC_URL
工具无罪,使用有责。请遵守当地法律法规,谨慎操作。