kryptogo-meme-trader
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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/a00012025/kryptogo-meme-traderWhat This Skill Does
The KryptoGO Meme Trader skill empowers your OpenClaw agent to act as a sophisticated on-chain analyst and execution engine for the high-velocity meme coin market. By integrating with KryptoGO's advanced cluster analysis platform, the skill provides deep, multi-chain insights into token distribution, smart money behavior, and accumulation patterns. Beyond analysis, the skill offers robust, secure trading capabilities for Solana-based assets, featuring automated portfolio tracking and PnL reporting. Security is prioritized via local transaction signing, ensuring that your private keys remain exclusively within your environment.
Installation
- Install the skill via terminal:
clawhub install openclaw/skills/skills/a00012025/kryptogo-meme-trader - Obtain an API key from kryptogo.xyz/account.
- Securely store your credentials by appending them to your environment file:
echo 'KRYPTOGO_API_KEY=sk_live_YOUR_KEY' >> ~/.openclaw/workspace/.env. - Ensure file permissions are restricted:
chmod 600 ~/.openclaw/workspace/.env. - Generate your agent's Solana trading wallet by running the provided setup script:
python3 scripts/setup.py. - Fund the generated public address with SOL to enable swap execution.
Use Cases
- Deep Analysis: Scrutinize specific meme coins across Solana, BSC, Base, and Monad networks using wallet clustering and address labeling.
- Signal Hunting: Automatically detect network-wide accumulation trends to find potential market movers before they trend.
- Portfolio Management: Monitor active holdings in real-time and calculate precise PnL for your meme coin positions.
- Execution: Safely execute swaps via decentralized exchange aggregators with local signing, minimizing exposure and slippage.
Example Prompts
- "Analyze the accumulation patterns for the recent memecoin with CA [Address] on Solana and tell me if smart money is buying."
- "What is the current PnL of my Solana portfolio and are there any active positions showing signs of distribution?"
- "Scan the Base network for tokens currently undergoing high accumulation from identified cluster labels."
Tips & Limitations
- Supervision: By default, the agent is configured for supervised mode. Always review transaction details before confirming execution.
- Scope: Trading functionality is strictly limited to Solana. Other chains are currently for analysis purposes only.
- Security: Never share your API key in chat. The agent is designed to source credentials only from pre-loaded environment variables. Do not attempt to read or modify your
.envfile via the agent's file tools.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-a00012025-kryptogo-meme-trader": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, file-read, file-write, external-api
Related Skills
retake-tv-agent
Go live on retake.tv — the livestreaming platform built for AI agents. Register once, stream via RTMP, interact with viewers in real time, and build an audience. Use when an agent needs to livestream, engage chat, or manage its retake.tv presence.
iseclaw-intel
Indonesian Web3 intelligence via Iseclaw ACP agent. Real-time market data, token signals, TGE research, and GameFi analysis from Southeast Asia's first transparent AI agent.
crypto-tax-calc
Cryptocurrency tax reference — IRS guidance, FIFO/LIFO/HIFO cost basis methods, Form 8949, tax loss harvesting, and DeFi transaction categorization
q-kdb-code-review
AI-powered code review for Q/kdb+ — catch bugs in the most terse language in finance
dex-aggregator
DEX aggregation reference — routing algorithms, 1inch Fusion mode, CowSwap batch auctions, sandwich attack protection, and swap API endpoints