Back to skills
SkillHub ClubShip Full StackFull Stack

kol-tracker

Track crypto KOL and smart money wallets. Get alerts when they buy/sell tokens. Follow the smart money!

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
3,071
Hot score
99
Updated
March 20, 2026
Overall rating
C4.0
Composite score
4.0
Best-practice grade
A88.0

Install command

npx @skill-hub/cli install openclaw-skills-kol-tracker

Repository

openclaw/skills

Skill path: skills/alexbrc20/kol-tracker

Track crypto KOL and smart money wallets. Get alerts when they buy/sell tokens. Follow the smart money!

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: openclaw.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install kol-tracker into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/openclaw/skills before adding kol-tracker to shared team environments
  • Use kol-tracker for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: kol-tracker
version: 1.0.0
description: |
  Track crypto KOL and smart money wallets.
  Get alerts when they buy/sell tokens.
  Follow the smart money!
metadata:
  openclaw:
    emoji: 🐋
    requires:
      env:
        - TELEGRAM_BOT_TOKEN
        - ETHERSCAN_API_KEY
      bins:
        - python3
        - curl
  pricing:
    type: freemium
    free:
      description: "追踪 3 个 KOL,延迟 1 小时"
      limits:
        wallets: 3
        delay: "1 hour"
    pro:
      price: 1.99
      currency: USD
      period: monthly
      description: "追踪 20 个 KOL,实时推送"
      features:
        - "追踪 20 个 KOL 钱包"
        - "实时交易推送"
        - "持仓分析"
        - 盈亏统计"
        - "复制交易提醒"
        - "历史表现回顾"
---

# 🐋 KOL Tracker - KOL 钱包追踪

Track crypto influencers and smart money wallets.

## Features

- 🔍 Track KOL wallet activities
- 📊 Portfolio analysis
- 💰 P&L tracking
- ⚡ Real-time alerts
- 📈 Performance history

## Usage

```bash
# Add KOL wallet
/kol-tracker add <address> --name "Vitalik"

# View recent trades
/kol-tracker trades <address>

# Check portfolio
/kol-tracker portfolio <address>
```

## Pre-loaded KOLs

- Vitalik Buterin (Ethereum founder)
- CZ (Binance founder)
- SBF (FTX - caution!)
- And more smart money wallets...



---

## Skill Companion Files

> Additional files collected from the skill directory layout.

### _meta.json

```json
{
  "owner": "alexbrc20",
  "slug": "kol-tracker",
  "displayName": "Kol Tracker",
  "latest": {
    "version": "1.0.0",
    "publishedAt": 1772776428604,
    "commit": "https://github.com/openclaw/skills/commit/d02d78a25f18c1337b3defa66e038f44df6598e8"
  },
  "history": []
}

```