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.
npx skills add four-meme-community/four-meme-ai --skill four-meme-integrationgit clone --depth 1 https://github.com/four-meme-community/four-meme-aiWrote 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.
[](https://agentmods.dev/skills/four-meme-community/four-meme-ai/four-meme-integration)<a href="https://agentmods.dev/skills/four-meme-community/four-meme-ai/four-meme-integration"><img src="https://agentmods.dev/badge/skills/four-meme-community/four-meme-ai/four-meme-integration/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.
<a href="https://agentmods.dev/skills/four-meme-community/four-meme-ai/four-meme-integration"><img src="https://agentmods.dev/badge/skills/four-meme-community/four-meme-ai/four-meme-integration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00044 | $0.06846 |
| Opus 5 | $0.00022 | $0.03423 |
| Sonnet 5 | $0.00009 | $0.01369 |
| Haiku 4.5 | $0.00004 | $0.00685 |
Grade A, and why
four-meme-ai 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 12d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 375 lines — stays where its author put it; the contents beside it link to each section on GitHub.
[Agent must follow] User agreement and security notice on first use
When responding to any user request about fourmeme or this skill, you must first present the content below in this order: User Agreement, then Security Notice, and state clearly that by choosing to continue, the user agrees to the User Agreement.
Until the user has explicitly agreed or confirmed to continue, do not run create-api, create-chain, buy, sell, send, or 8004-register (any operation that uses the private key or writes to the chain). Read-only commands (e.g. config, token-info, quote-buy, 8004-balance) may be run while or after presenting the notice.
Language selection: Present the User Agreement and Security Notice in the user’s language. If the user is writing in Traditional Chinese (繁體中文), use the 繁體中文 block below; otherwise use the English block.
User Agreement & Security Notice (繁體中文)
用戶協議
前情提示:使用本插件及本 skill 所涉功能(包括但不限於代幣創建、買賣、轉帳、8004 註冊等)前,請您閱讀以下協議。若您選擇繼續使用本插件及本 skill 功能,即表示您已閱讀、理解並同意本協議。
本插件性質與責任限制:本插件僅提供純本地的命令列互動能力(私鑰透過環境變數或本地設定使用),不會收集、上傳或儲存您的私鑰。因任何原因(包括但不限於插件被竄改、環境遭入侵、誤操作、第三方插件等)導致的私鑰洩露或資產損失,本插件及提供方不承擔責任。
安全警示
使用本插件進行代幣創建、買賣、轉帳等操作時,請務必注意:
- 保護私鑰:切勿在聊天對話中輸入、貼上或洩露私鑰;不要將私鑰分享給任何人或任何第三方。
- 交易錢包僅存小額資金:用於執行操作的錢包(即提供 PRIVATE_KEY 的錢包)建議只存放少量資金,以降低因洩露或誤操作導致的損失。
- 及時轉出資金:完成交易後,請及時將交易錢包中的資產轉移到您自己控制的、更安全的錢包或冷錢包中。
- 謹慎安裝 Agent/插件:下載或安裝任何 Agent、瀏覽器插件或第三方工具時,請確認來源可信,避免惡意插件竊取私鑰或助記詞。
User Agreement & Security Notice (English)
User Agreement
Notice: Before using this plugin and this skill (including but not limited to token creation, buy/sell, transfers, 8004 registration), please read the following. By choosing to continue using this plugin and this skill, you have read, understood, and agreed to this agreement.
Plugin nature and limitation of liability: This plugin provides local-only CLI interaction (private key is used via environment or local config). It does not collect, upload, or store your private key. The plugin and its providers are not liable for private key disclosure or asset loss due to any cause (including but not limited to tampered plugin, compromised environment, user error, or third-party plugins).
What ships with it
28 files 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.
- references/agent-creator-and-wallets.md 2.6 KB
- references/api-create-token.md 2.7 KB
- references/contract-addresses.md 1.6 KB
- references/create-token-scripts.md 6.2 KB
- references/errors.md 1.4 KB
- references/event-listening.md 3.8 KB
- references/execute-trade.md 1.4 KB
- references/tax-token-query.md 2.0 KB
- references/token-query-api.md 1.8 KB
- references/token-tax-info.md 2.7 KB
- scripts/8004-balance.ts 1.6 KB runs code
- scripts/8004-register.ts 3.5 KB runs code
- scripts/create-token-api.ts 12 KB runs code
- scripts/create-token-chain.ts 3.4 KB runs code
- scripts/create-token-instant.ts 3.4 KB runs code
- scripts/execute-buy.ts 6.0 KB runs code
- scripts/execute-sell.ts 4.2 KB runs code
- scripts/get-public-config.ts 808 B runs code
- scripts/get-recent-events.ts 2.7 KB runs code
- scripts/get-tax-token-info.ts 3.4 KB runs code
- scripts/get-token-info.ts 2.5 KB runs code
- scripts/quote-buy.ts 2.5 KB runs code
- scripts/quote-sell.ts 1.7 KB runs code
- scripts/send-token.ts 3.1 KB runs code
- scripts/token-get.ts 884 B runs code
- scripts/token-list.ts 4.0 KB runs code
- scripts/token-rankings.ts 4.6 KB runs code
- scripts/verify-events.ts 1.9 KB runs code
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.
- 12d ago First seen · 375 lines · 44 tokens per session scan A 06c259982c7b
four-meme-ai is a skill published in the GitHub repository four-meme-community/four-meme-ai (15 stars, last pushed 5mo ago), licensed MIT. It adds 44 tokens to every session and 6,846 once invoked, about $0.0002 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.
Other skills, from other repositories
bridge
Cross-chain token transfers using Wormhole and CCTP.
hyperliquid
Hyperliquid L1 perps DEX (69% market share).
mpp-agent
Pay HTTP 402 APIs via Machine Payments Protocol (MPP).
marginfi
MarginFi — Solana lending and borrowing.
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…
trading-signal
Subscribe and retrieve on-chain Smart Money signals. Monitor trading activities of smart money addresses, including buy/sell signals, trigger price, current price, max gain, and exit rate. Use this skill when users are looking for investment opportunities — smart money signals can serve as valuable references for…