Analyze and trade meme coins using KryptoGO's on-chain cluster analysis platform. Covers wallet clustering, address labels, accumulation/distribution detecti...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install kryptogo-meme-trader或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install kryptogo-meme-trader⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/kryptogo-meme-trader/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: kryptogo-meme-trader version: "2.5.6" description: Analyze and trade meme coins using KryptoGO's on-chain cluster analysis platform. Covers wallet clustering, address labels, accumulation/distribution detection, and automated swap execution via the Agent Trading API. author: KryptoGO license: MIT homepage: https://www.kryptogo.xyz docs: user_guide: en: https://kryptogo.notion.site/Product-Guide-EN-26c3499de8a28179aafacb68304458ea zh-tw: https://kryptogo.notion.site/kryptogo-xyz-usage-guide zh-cn: https://kryptogo.notion.site/kryptogo-xyz-productguide-zhcn whitepaper: https://wallet-static.kryptogo.com/public/whitepaper/kryptogo-xyz-whitepaper-v1.0.pdf tags: - solana - trading - meme-coins - defi - agent-trading - on-chain-analysis - cluster-analysis - kryptogo platform: solana api_base: https://wallet-data.kryptogo.app metadata: openclaw: requires: env: - KRYPTOGO_API_KEY - SOLANA_PRIVATE_KEY - SOLANA_WALLET_ADDRESS bins: - python3 - pip - openclaw network: - wallet-data.kryptogo.app permissions: - filesystem:write:~/.openclaw/workspace/.env - filesystem:write:~/.openclaw/workspace/memory/ runtime_installs: - "pip: solders, requests (installed by scripts/setup.py on first run)" primaryEnv: KRYPTOGO_API_KEY security: default_mode: supervised trade_confirmation: required_by_default autonomous_trading: opt_in credential_access: environment_variables_only credential_file_read: setup_script_only credential_file_read_note: "Only scripts/setup.py reads and writes ~/.openclaw/workspace/.env for initial keypair generation and address repair. All other scripts access credentials exclusively via pre-loaded environment variables." local_signing_only: true ---
This skill enables an AI agent to analyze and trade meme coins through the KryptoGO platform, combining deep on-chain cluster analysis with trade execution.
Analysis (multi-chain: Solana, BSC, Base, Monad): wallet clustering, accumulation/distribution detection, address behavior labels, network-wide accumulation signals (Pro/Alpha tier).
Trading (Solana only): portfolio monitoring with PnL tracking, swap execution via DEX aggregator, local transaction signing (private key never leaves the machine).
Default mode is supervised — all trades require user confirmation. Autonomous trading is available as opt-in. See references/autonomous-trading.md for autonomous mode, cron setup, and learning system details.
---
---
~/.openclaw/workspace/.env:```bash echo 'KRYPTOGO_API_KEY=sk_live_YOUR_KEY' >> ~/.openclaw/workspace/.env && chmod 600 ~/.openclaw/workspace/.env ```
> Do NOT paste your API key directly in chat. Always set secrets via .env file.
python3 scripts/setup.py
Creates a Solana keypair, saves to .env with chmod 600, prints public address to fund.
Send SOL to the agent's public address (minimum 0.1 SOL).
.env.env — load credentials via source command only.env directly — all credentials are accessed via environment variables only, which must be pre-loaded by the caller (source ~/.openclaw/workspace/.env)scripts/setup.py reads and writes .env for initial keypair generation and address repair — this is the only script that touches credential files---
All endpoints require: Authorization: Bearer sk_live_<48 hex chars>
| Tier | Daily API Calls | Trading Fee | Signal Dashboard | KOL Finder | |-------|-----------------|-------------|------------------|------------| | Free | 100 calls/day | 1% | No | No | | Pro | 1,000 calls/day | 0.5% | Yes | Yes | | Alpha | 5,000 calls/day | 0% | Yes | Yes |
---
On every session start (including heartbeat/cron), the agent MUST load credentials BEFORE running any scripts:
source ~/.openclaw/workspace/.env
This is REQUIRED — scripts do not read .env directly. All credentials are accessed via environment variables only.
By default, the agent operates in supervised mode: it analyzes tokens, presents recommendations, and waits for user approval before executing any trade. Stop-loss/take-profit conditions are reported to the user but not auto-executed.
To enable autonomous trading, set require_trade_confirmation: false in preferences. See references/autonomous-trading.md for full details.
IMMEDIATELY after submitting a transaction, the agent MUST:
memory/trading-journal.json with status: "OPEN"token_symbol, token_address, entry_price, position_size_sol, tx_hash, timestampStore in memory/trading-preferences.json:
| Preference | Default | Description | |------------|---------|-------------| | max_position_size | 0.1 SOL | Max SOL per trade | | max_open_positions | 5 | Max concurrent open positions | | max_daily_trades | 20 | Max trades per day | | stop_loss_pct | 30% | Notify/sell when loss exceeds this | | take_profit_pct | 100% | Notify/sell when gain exceeds this | | min_market_cap | $500K | Skip tokens below this | | scan_count | 10 | Trending tokens per scan | | risk_tolerance | "conservative" | "conservative" (skip medium risk), "moderate" (ask on medium), "aggressive" (auto-trade medium) | | require_trade_confirmation | true | Set to false for autonomous mode | | chains | ["solana"] | Chains to scan |
---
| Limit | Default | Overridable? | |-------|---------|--------------------| | Max single trade | 0.1 SOL | Yes, via max_position_size | | Max concurrent positions | 5 | Yes, via max_open_positions | | Max daily trade count | 20 | Yes, via max_daily_trades | | Price impact abort | >10% | No — always abort | | Price impact warn | >5% | No — always warn |
If any limit is hit, the agent must stop and notify the user.
Runtime scripts in this skill do NOT read .env files directly. All credentials are accessed via environment variables only, which must be pre-loaded by the caller (source ~/.openclaw/workspace/.env). This ensures no runtime script can independently access or exfiltrate credential files.
Exception: scripts/setup.py reads and writes .env — it loads existing keys to avoid regeneration, backs up .env before changes, and writes new keypair entries. This is the only script that touches credential files, and it runs only during initial setup or explicit --force regeneration.
---
...
安装 KryptoGO Meme Trader 后,可以对 AI 说这些话来触发它
Help me get started with KryptoGO Meme Trader
Explains what KryptoGO Meme Trader does, walks through the setup, and runs a quick demo based on your current project
Use KryptoGO Meme Trader to analyze and trade meme coins using KryptoGO's on-chain cluster anal...
Invokes KryptoGO Meme Trader with the right parameters and returns the result directly in the conversation
What can I do with KryptoGO Meme Trader in my finance & investment workflow?
Lists the top use cases for KryptoGO Meme Trader, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/kryptogo-meme-trader/ 目录(个人级,所有项目可用),或 .claude/skills/kryptogo-meme-trader/(项目级)。重启 AI 客户端后,用 /kryptogo-meme-trader 主动调用,或让 AI 根据上下文自动发现并使用。
KryptoGO Meme Trader 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
KryptoGO Meme Trader 可免费安装使用。请查阅仓库了解许可证信息。
Analyze and trade meme coins using KryptoGO's on-chain cluster analysis platform. Covers wallet clustering, address labels, accumulation/distribution detecti...
KryptoGO Meme Trader 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using KryptoGO Meme Trader
Identifies repetitive steps in your workflow and sets up KryptoGO Meme Trader to handle them automatically