スキル一覧に戻る

emblem-memecoin-scout

EmblemCompany
更新日 Yesterday
2 閲覧
10
1
10
GitHubで表示
デザインai

について

このスキルは、Solana、Base、Hederaネットワークにまたがり、ミームコインのリアルタイム発見とリスク分析を提供します。Pump.funなどのプラットフォームからの新規トークンをアラートし、潜在的なラグプルを検出し、ホルダー活動やスマートマネーの動向を分析します。トレンドの低時価総額トークンを探索する際や、ミームコイン投資の安全性を評価する必要がある場合にご利用ください。

クイックインストール

Claude Code

推奨
メイン
npx skills add EmblemCompany/Agent-skills -a claude-code
プラグインコマンド代替
/plugin add https://github.com/EmblemCompany/Agent-skills
Git クローン代替
git clone https://github.com/EmblemCompany/Agent-skills.git ~/.claude/skills/emblem-memecoin-scout

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Emblem Memecoin Scout

Memecoin discovery and risk assessment powered by EmblemAI. Real-time new token alerts, trending memecoins, rug-pull detection, holder analysis, and smart money tracking across Solana, Base, and Hedera.

Requires: npm install -g @emblemvault/agentwallet


What This Skill Can Do

CapabilityTools UsedChains
Pump.fun new token launchesgetPumpFunTokensSolana
LaunchLab / Bonk.fun new tokensdiscoverLaunchLabTokensSolana
Trending memecoinsfindSolanaGems, birdeyeTrendingTokensSolana, multi-chain
Clanker token discoverybaseFindClankerTokensBase
Hedera memecoin discoveryhederaFindMemeCoinsHedera
Rug-pull detectionrugcheckSolana
Token deep dive (volume, trades)birdeyeTradeDataMulti-chain
Smart money memecoin trackingnansen_smart_money_tradesMulti-chain
CoinGecko trendinggetTrendingCoinsAll
Token searchsearchCryptoByName, findSolanaSwapTokenAll

Not Supported

These features have no backing tools:

  • Social sentiment (Twitter, Telegram, Discord monitoring) — no social API tools exist
  • Exit strategy generation — LLM-generated advice only, not data-driven
  • Price charts / technical levels — no charting tools exist
  • BSC/FourMeme discovery — bscfindMemeCoinsViaFourMeme returns 404 (API broken)

Quick Start

npm install -g @emblemvault/agentwallet

# What's hot on Pump.fun (uses getPumpFunTokens)
emblemai --agent --profile default -m "Use getPumpFunTokens to show tokens about to graduate on Pump.fun with holder data"

# Risk check a token (uses rugcheck)
emblemai --agent --profile default -m "Use rugcheck to analyze token [TOKEN_ADDRESS] on Solana"

Trigger phrases:

  • "What memecoins are trending?"
  • "Find new tokens on Pump.fun"
  • "Is this token a rug pull?"
  • "Scout memecoins on Solana"
  • "What new tokens launched today?"

Supported Platforms

PlatformToolChainData
Pump.fungetPumpFunTokensSolanaNew launches, graduating tokens, holder data, dev hold %, sniper/bundle detection
LaunchLabdiscoverLaunchLabTokensSolanaNew token launches with curve data
ClankerbaseFindClankerTokensBaseNew tokens with market cap, creator info
MemeJobhederaFindMemeCoinsHederaMemecoins with market cap, socials, DEX links
BirdeyebirdeyeTradeData, birdeyeTrendingTokensMulti-chainVolume, price action, trade data
RugcheckrugcheckSolanaRisk score, holder concentration, insider networks, freeze/mint authority

Workflow: Scout and Evaluate

Step 1: Discovery

Find what's gaining traction.

emblemai --agent --profile default -m "Use findSolanaGems with sortBy trending to show trending Solana tokens with market cap, volume, holder count, and organic score"

Step 2: Risk Check

Evaluate safety before any position.

emblemai --agent --profile default -m "Use rugcheck to analyze [TOKEN_ADDRESS] — show risk score, top holders, insider networks, freeze authority, and LP status"

Step 3: Volume Deep Dive

Check real trade data for the token.

emblemai --agent --profile default -m "Use birdeyeTradeData to show [TOKEN_ADDRESS] on Solana — price changes across timeframes, unique wallets, buy/sell volumes"

Step 4: Smart Money Check

See if whales are involved.

emblemai --agent --profile default -m "Use nansen_smart_money_trades to check if smart money has traded [TOKEN_NAME] on solana recently"

Scouting Patterns

New Launches (Solana)

emblemai --agent --profile default -m "Use getPumpFunTokens with type about_to_graduate to show tokens about to graduate with volume and holder data"
emblemai --agent --profile default -m "Use discoverLaunchLabTokens to show newest LaunchLab token launches"

New Launches (Base)

emblemai --agent --profile default -m "Use baseFindClankerTokens to show new Clanker tokens on Base with market cap and creator info"

New Launches (Hedera)

emblemai --agent --profile default -m "Use hederaFindMemeCoins to show trending memecoins on Hedera with market cap and socials"

Trending Gems

emblemai --agent --profile default -m "Use findSolanaGems to show trending tokens sorted by organic score"
emblemai --agent --profile default -m "Use birdeyeTrendingTokens on solana to show top tokens by volume"

Whale Watch

emblemai --agent --profile default -m "Use nansen_smart_money_trades to show what smart money is trading on solana right now"
emblemai --agent --profile default -m "Use getCoinglassHyperliquidWhaleAlert to show large memecoin positions"

Red Flag Detection

emblemai --agent --profile default -m "Use rugcheck to analyze [TOKEN_ADDRESS] — check for honeypot indicators, mint authority, concentrated holders, and locked LP"

Risk Assessment

The rugcheck tool returns a score_normalised (0-100) plus detailed risk data:

ScoreRisk LevelWhat It Means
80-100LowDispersed holders, no freeze/mint authority, locked LP
50-79MediumSome concentration or unlocked LP — proceed with caution
20-49HighMajor red flags (concentrated holders, active mint authority)
0-19CriticalHoneypot/rug indicators detected — do not interact

Additional rugcheck data: top holder percentages, insider network analysis, creator token history, LP liquidity depth, freeze authority status.


Communication Tips

Name the exact tool for reliable execution:

BadGood
"memes""Use findSolanaGems with sortBy trending to show Solana memecoins"
"safe?""Use rugcheck to analyze [TOKEN_ADDRESS] on Solana"
"new coins""Use getPumpFunTokens with type about_to_graduate to show newest launches"

Safety Notice

Memecoins are extremely high risk. This skill provides data and analysis to inform decisions — it does not guarantee safety. Always:

  • Never invest more than you can afford to lose
  • Verify contract addresses independently
  • Check multiple data sources before acting
  • Use stop-losses on any position

Helper Script

bash scripts/memecoin-scan.sh [chain]

See scripts/memecoin-scan.sh for trending memecoin scanning.


Links

GitHub リポジトリ

EmblemCompany/Agent-skills
パス: skills/emblem-memecoin-scout
0
agent-skillsai-agentblockchaincross-chaincryptodefi

関連スキル

executing-plans

デザイン

executing-plansスキルは、完全な実装計画があり、それを管理されたバッチでレビューチェックポイントを設けながら実行する場合に使用します。このスキルは計画を読み込んで批判的にレビューした後、小さなバッチ(デフォルトは3タスク)でタスクを実行し、各バッチの間に進捗状況を報告してアーキテクトのレビューを受けます。これにより、品質管理チェックポイントが組み込まれた体系的な実装が保証されます。

スキルを見る

requesting-code-review

デザイン

このスキルは、コードレビュアーサブエージェントを起動し、処理を進める前に要件に対してコード変更を分析します。タスク完了後、主要な機能の実装後、またはmainブランチへのマージ前などに使用すべきです。このレビューは、現在の実装と元の計画を比較することで、問題を早期に発見するのに役立ちます。

スキルを見る

connect-mcp-server

デザイン

このスキルは、開発者がHTTP、stdio、またはSSEトランスポートを使用してMCPサーバーをClaude Codeに接続するための包括的なガイドを提供します。GitHub、Notion、カスタムAPIなどの外部サービスを統合するためのインストール、設定、認証、セキュリティについて解説しています。MCP統合のセットアップ、外部ツールの設定、またはClaudeのModel Context Protocolを扱う際にご利用ください。

スキルを見る

web-cli-teleport

デザイン

このスキルは、タスク分析に基づいて開発者がClaude Code WebとCLIインターフェースの選択を支援し、これらの環境間でのシームレスなセッションテレポーテーションを可能にします。Web、CLI、モバイル環境を切り替える際のセッション状態とコンテキストを管理することで、ワークフローを最適化します。様々な段階で異なるツールを必要とする複雑なプロジェクトにご活用ください。

スキルを見る