ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/a00012025/kryptogo-meme-trader
Or

What 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

  1. Install the skill via terminal: clawhub install openclaw/skills/skills/a00012025/kryptogo-meme-trader
  2. Obtain an API key from kryptogo.xyz/account.
  3. Securely store your credentials by appending them to your environment file: echo 'KRYPTOGO_API_KEY=sk_live_YOUR_KEY' >> ~/.openclaw/workspace/.env.
  4. Ensure file permissions are restricted: chmod 600 ~/.openclaw/workspace/.env.
  5. Generate your agent's Solana trading wallet by running the provided setup script: python3 scripts/setup.py.
  6. 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 .env file via the agent's file tools.

Metadata

Author@a00012025
Stars3951
Views2
Updated2026-04-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-a00012025-kryptogo-meme-trader": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#solana#trading#meme-coins#defi#agent-trading#on-chain-analysis#cluster-analysis#kryptogo
Safety Score: 3/5

Flags: network-access, file-read, file-write, external-api