emblem-memecoin-scout

emblem-memecoin-scout is a skill for Claude Code, Codex from EmblemCompany/Agent-skills. It costs 87 tokens per session (1,923 once invoked), scanned A, original, MIT.

A tool for finding and assessing newly launched memecoins, which are cryptocurrencies often created around internet jokes or trends, on Solana, Base, and Hedera.

In plain words
What is it for?
It finds trending and newly launched tokens, checks for rug-pull risks, examines trading activity and holders, and tracks trades associated with smart-money wallets.
Why use it?
It helps reduce the guesswork around discovering tokens and spotting possible rug pulls, where creators abandon a project or remove its liquidity.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions Claude Code; mentions Codex; built for openclaw.

Good fit It finds trending and newly launched tokens, checks for rug-pull risks, examines trading activity and holders, and tracks trades associated with smart-money wallets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/emblemcompany/agent-skills/emblem-memecoin-scout
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add EmblemCompany/Agent-skills --skill emblem-memecoin-scout
Clone the repo
git clone --depth 1 https://github.com/EmblemCompany/Agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for emblem-memecoin-scout

README.md
[![agentmods](https://agentmods.dev/badge/skills/emblemcompany/agent-skills/emblem-memecoin-scout/github.svg)](https://agentmods.dev/skills/emblemcompany/agent-skills/emblem-memecoin-scout)
Your own site
<a href="https://agentmods.dev/skills/emblemcompany/agent-skills/emblem-memecoin-scout"><img src="https://agentmods.dev/badge/skills/emblemcompany/agent-skills/emblem-memecoin-scout/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for emblem-memecoin-scout

Your own site · 80×15
<a href="https://agentmods.dev/skills/emblemcompany/agent-skills/emblem-memecoin-scout"><img src="https://agentmods.dev/badge/skills/emblemcompany/agent-skills/emblem-memecoin-scout.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,923 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 21 Apr 2026
  • Snyk warn 21 Apr 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00087 $0.01923
Opus 5 $0.00044 $0.00962
Sonnet 5 $0.00017 $0.00385
Haiku 4.5 $0.00009 $0.00192

Measured 13d ago against content hash 07050708fb14, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

emblem-memecoin-scout scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/memecoin-scan.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/emblem-memecoin-scout/SKILL.md · 205 lines

How it starts

The opening of the file, as written. The whole thing — 205 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

Capability Tools Used Chains
Pump.fun new token launches getPumpFunTokens Solana
LaunchLab / Bonk.fun new tokens discoverLaunchLabTokens Solana
Trending memecoins findSolanaGems, birdeyeTrendingTokens Solana, multi-chain
Clanker token discovery baseFindClankerTokens Base
Hedera memecoin discovery hederaFindMemeCoins Hedera
Rug-pull detection rugcheck Solana
Token deep dive (volume, trades) birdeyeTradeData Multi-chain
Smart money memecoin tracking nansen_smart_money_trades Multi-chain
CoinGecko trending getTrendingCoins All
Token search searchCryptoByName, findSolanaSwapToken All

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

Read the full file on GitHub · 205 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 205 lines · 87 tokens per session scan A 07050708fb14

Subscribe to this mod's changes

emblem-memecoin-scout is a skill published in the GitHub repository EmblemCompany/Agent-skills (12 stars, last pushed 4mo ago), licensed MIT. It adds 87 tokens to every session and 1,923 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

emblem-ai-agent-wallet

Connect to EmblemVault and manage crypto wallets via EmblemAI. Supports Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin. Use when the user wants to trade crypto, check balances, swap tokens, interact with blockchain wallets, or create and use profile-scoped agent wallets.

EmblemCompany/EmblemAi-AgentWallet · 69 tokens

crypto-report

Analyze cryptocurrency projects with tokenomics, on-chain metrics, and market analysis. Generate comprehensive crypto research reports.

claude-office-skills/skills · 24 tokens

zerion-api

Query crypto wallet portfolios, transactions, DeFi positions, and token prices across EVM chains and Solana using Zerion's MCP server.

Demerzels-lab/elsamultiskillagent · 0 tokens

surf

Your AI agent's crypto brain. One skill, 100+ commands across 14 data domains — real-time prices, wallets, DeFi, on-chain SQL, prediction markets, and more. Natural language in, structured data out. Install once, access everything. Use whenever the user needs crypto data, asks about prices/wallets/tokens/DeFi, wants…

asksurf-ai/surf-skills · 101 tokens

hermes-crypto-agent

Multi-chain crypto + Web3 agent toolkit untuk Hermes. Wajib digunakan kapan pun user minta operasi on-chain — buat wallet, import dari seed/private key, swap & sell token via contract address, beli/jual NFT, snipe token launch & NFT mint, otomatisasi airdrop multi-wallet, bridge cross-chain…

historia05/hermes-crypto-agent · 271 tokens

crypto-market-intel

Real-time crypto market intelligence - trending tokens, price analysis, market overview, and token comparison for informed decision-making.

XSpoonAi/spoon-awesome-skill · 27 tokens