openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Kol Tracker

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

通信与消息

作者:eddie @alexbrc20

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 172 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :可疑

Package:alexbrc20/kol-tracker

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :可疑

OpenClaw 评估

The skill claims live tracking and Telegram alerts and declares TELEGRAM_BOT_TOKEN and ETHERSCAN_API_KEY as required, but the included code is a local simulation that doesn't use those credentials or implement the advertised features.

目的

The name and description promise live KOL tracking, real-time alerts, Telegram integration, and on-chain lookups. The skill requires TELEGRAM_BOT_TOKEN and ETHERSCAN_API_KEY which would make sense for those features — however the shipped code (tracker.py) only prints simulated, hard-coded data and does not call Etherscan, curl, or any network endpoints, nor does it implement a Telegram bot or CLI handlers. Required artifacts (env vars, curl) a…

说明范围

SKILL.md instructs users to add wallets and view trades via slash-like commands and implies real-time push behavior, but there are no runtime instructions showing how TELEGRAM_BOT_TOKEN or ETHERSCAN_API_KEY are used, and the included Python file implements only static demo output. The instructions give the agent broad responsibility ('real-time alerts', '复制交易提醒') without implementation details or limits — the runtime behavior is ambiguous and not implemented in the provided code.

安装机制

There is no install spec or external download; this is instruction-only plus a bundled Python script. No external archives or URLs are fetched during install, which reduces supply-chain risk. Note: the included script can still be executed by the agent at runtime if invoked.

证书

The skill requires TELEGRAM_BOT_TOKEN (sensitive bot credential) and ETHERSCAN_API_KEY. Those could be appropriate for Telegram alerts and on-chain queries, but the provided code does not read or reference these variables. Also 'curl' is listed as required while the code uses only Python. Asking for sensitive credentials without showing how they are used is disproportionate and warrants caution.

持久

The skill does not request always:true, does not declare system-wide config changes, and has no install-time hooks. It does allow autonomous invocation by default (platform default), which is not a red flag by itself but increases risk if combined with other concerns.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Kol Tracker」。简介:Track crypto KOL and smart money wallets. Get alerts when they buy/sell tokens.…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/alexbrc20/kol-tracker/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
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...