Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计提醒

meme-signal-evaluator模因信号评估器

Agent Skill

meme-signal-evaluator 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,421

周安装

273

GitHub Stars

公开资料未说明

下载量

2,250
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:meme-signal-evaluator(模因信号评估器)
来源仓库:https://github.com/ls569333469/meme-signal-evaluator
安装命令:
openclaw skills install meme-signal-evaluator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install meme-signal-evaluator

简介

meme-signal-evaluator 对 meme 代币进行六维评分并模拟纸面交易。

  • 适合评估代币潜力、设置购买阈值或练习投资策略。
  • 输出结果基于历史与实时数据建模,存在不确定性。
  • 不涉及真实资金操作,仅供学习与研究目的使用。
  • 建议定期校准模型参数以适应市场变化。meme-signal-evaluator 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
meme-signal-evaluator
description
|
metadata
author
ls569333469
version
1.0

Meme Signal Evaluator

Overview

A systematic scoring engine that evaluates meme tokens across 6 dimensions, matches them against configurable trading strategies, and simulates paper trades. Designed to turn raw market data into actionable buy/sell signals.

Use Cases

  1. Token Scoring: Evaluate any meme token with a 0-100 composite score
  2. Strategy Matching: Define multiple strategies with different thresholds and entry modes
  3. Paper Trading: Simulate buy/sell with configurable take-profit and stop-loss
  4. Watchlist Management: Lifecycle tracking (watching → buy_signal → bought → sold/dismissed)
  5. Performance Tracking: Win rate, average P&L, and per-strategy statistics

6-Dimension Scoring Algorithm

Each dimension scores 0-100 independently. Final score = weighted sum + negative penalty.

Dimension 1: Smart Money (SM) Score

Weight: 20% (default, configurable)

Data Sources:

  • Smart Money trading signals (buy direction, 24h window)
  • Smart Money inflow data
  • Token Dynamic API smartMoneyHolders field

Scoring Logic:

SM buy signal count:
  ≥5 SM addresses buying → 80pts
  ≥3 SM addresses buying → 60pts
  ≥1 SM address buying  → 40pts

SM inflow amount:
  >$50K inflow → +20pts
  >$10K inflow → +10pts

Dynamic SM holders (fallback when no signals):
  ≥5 holders → 60pts
  ≥3 holders → 45pts
  ≥1 holder  → 25pts

Cap: 100

Dimension 2: Social Score

Weight: 10% (default)

Data Sources:

  • Social Hype Leaderboard ranking
  • Topic Rush association
  • Unified Rank presence

Scoring Logic:

Social Hype ranking:
  Top 10  → 90pts
  Top 30  → 70pts
  Listed   → 40pts
  Positive sentiment → +10pts

Topic Rush association:
  Found in trending topic → +25pts
  Topic net inflow >$10K  → +10pts

Fallback: present in Unified Rank → 30pts

Cap: 100

Dimension 3: Trend Score

Weight: 20% (default)

Data Source: Token Dynamic API real-time price changes

Scoring Logic:

1h price change:
  >20% → +40pts (strong trend)
  >10% → +30pts
  >5%  → +20pts
  >0%  → +10pts

5m momentum:
  >5%  → +20pts
  >2%  → +10pts

4h trend confirmation:
  >10% → +15pts
  >5%  → +8pts

Multi-timeframe resonance (5m+1h+4h all positive): +10pts
1h drop <-10%: -20pts penalty

Cap: 100

Dimension 4: Inflow/Volume Score

Weight: 20% (default)

Data Source: Token Dynamic API volume data

Scoring Logic:

5m volume:
  >$100K → 60pts
  >$50K  → 45pts
  >$10K  → 30pts
  >$5K   → 15pts

Buy/sell ratio (24h):
  Buy% ≥60% → +20pts (strong buy pressure)
  Buy% ≥55% → +10pts

1h volume:
  >$500K → +15pts
  >$100K → +8pts

Cap: 100

Dimension 5: KOL/Whale Score

Weight: 15% (default)

Data Source: Token Dynamic API holder data

Scoring Logic:

KOL holders:
  ≥10 → 50pts
  ≥5  → 35pts
  ≥2  → 20pts

Pro holders:
  ≥5  → +25pts
  ≥2  → +15pts
  ≥1  → +8pts

KOL holding percentage:
  >5% → +15pts

Cap: 100

Dimension 6: Hype Score

Weight: 15% (default)

Data Sources: Topic Rush data, Meme Exclusive ranking

Scoring Logic:

Topic Rush (Viral topics):
  Found in viral topic → 70pts
  Topic inflow >$10K   → +15pts

Meme Exclusive ranking:
  Score ≥4.0 → 80pts
  Score ≥3.0 → 60pts
  Score ≥2.0 → 40pts
  Listed     → 20pts

Cap: 100

Negative Signals (Penalty)

Applied after positive scoring. Can reduce total score.

Token audit risk (honeypot, rug pull):
  High risk detected  → -30pts + force dismiss

High tax (>10%):
  → -20pts

DEX screener paid without real traction:
  → -10pts

Final Score Calculation

rawScore = SM × w_sm + Social × w_social + Trend × w_trend + 
           Inflow × w_inflow + KOL × w_kol + Hype × w_hype

totalScore = max(0, rawScore + negativePenalty)

Default weights: SM=20, Social=10, Trend=20, Inflow=20, KOL=15, Hype=15


Strategy Configuration

Multiple strategies can be defined with different entry modes and thresholds.

FieldTypeDescription
namestringStrategy name (e.g., volume_5m_50k)
entryModestringEntry trigger (volume_driven, sm_driven)
buyThresholdnumberMinimum total score to trigger buy (e.g., 20, 30, 40)
enabledbooleanWhether strategy is active
weightSm/Social/Trend/Inflow/Kol/HypenumberDimension weights (should sum to 100)

Strategy Matching

When a token's totalScore reaches a strategy's buyThreshold:

  1. Sort matching strategies by threshold (highest first)
  2. Pick the first strategy where totalScore >= buyThreshold
  3. This ensures higher-threshold strategies get priority

Paper Trading Simulation

Entry Logic

When evaluator sets status to buy_signal, paper trader:

  1. Records entry price from Token Dynamic API
  2. Creates a paper trade record with entry timestamp
  3. Sets watchlist status to bought

Exit Logic (checked on each evaluation cycle)

Take Profit: price ≥ entry × (1 + takeProfitPct/100)  → sell, mark "tp"
Stop Loss:   price ≤ entry × (1 - stopLossPct/100)    → sell, mark "sl"
Timeout:     holdTime > maxHoldMinutes                  → sell, mark "timeout"

Default: Take Profit = 50%, Stop Loss = 20%, Max Hold = 1440 minutes (24h)

Trade Record Fields

FieldDescription
entryPricePrice at buy
exitPricePrice at sell
pnlPercent(exitPrice - entryPrice) / entryPrice × 100
strategyUsedWhich strategy triggered the buy
exitReasontp (take profit) / sl (stop loss) / timeout

Pipeline Workflow

The complete pipeline runs on a scheduler (default: every 5 minutes):

1. Collect Data    → Run all collectors (unified-rank, meme-rush, smart-money, social-hype)
2. Scan Watchlist  → Filter new tokens into watchlist based on global filters
3. Evaluate        → Score all watching tokens using 6-dimension algorithm
4. Paper Trade     → Execute simulated buys for buy_signal tokens
5. Monitor         → Check existing positions for TP/SL/timeout exits

Global Filters for Watchlist Entry

FilterDefaultDescription
minMarketCap$10KMinimum market cap
maxMarketCap$50MMaximum market cap
minLiquidity$5KMinimum liquidity
minHolders50Minimum holder count
minVolume5m$1KMinimum 5-minute volume
maxTokenAgeHours72Maximum token age

Notes

  1. All scores are 0-100. Higher = more bullish.
  2. Weights are percentages and should sum to 100 for proper normalization.
  3. The evaluator fetches fresh Token Dynamic data before each evaluation for accuracy.
  4. Strategy matching uses the highest-threshold-first approach for conviction grading.
  5. Paper trading tracks simulated P&L for strategy backtesting without risk.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

92.64%
按下载量换算2,084

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills