Agent skill

four-meme

Discover and analyze tokens on the four.meme BSC launchpad.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill four-meme --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/four-meme/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# four.meme Launchpad Discover and analyze memecoin launches on the four.meme BSC launchpad. ## Overview four.meme is a memecoin launchpad on BSC where tokens are created with bonding curve mechanics. This skill covers **read-only discovery and analysis** — it does NOT auto-execute trades. **Experimental**: Contract addresses and page structure may change. Verify before relying on cached data. ## Data Sources ### Web Fetch Fetch trending and new token listings from the four.meme website: ``` https://four.meme ``` Parse the page for: - Token name, symbol, contract address - Creator address - Current bonding curve progress - Market cap / liquidity ### On-chain Queries Use `read_contract` to query bonding curve contracts: - **Token balance**: Check how many tokens remain in the curve - **Current price**: Read the current price point on the curve - **Graduation threshold**: When the token migrates to PancakeSwap - **LP status**: Whether liquidity has been added to a DEX ## Workflow 1. User asks about four.meme tokens → web fetch the page 2. Extract token list with contract addresses 3. For a specific token: `read_contract` on the bonding curve for price/supply data 4. Present findings

What's inside
Steps it walks through
  1. Overview
  2. Data Sources
  3. Web Fetch
  4. On-chain Queries
  5. Workflow
  6. Risk Warning
  7. Usage Notes
  8. Example Interactions
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the four-meme skill do?

Discover and analyze tokens on the four.meme BSC launchpad.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill four-meme --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going