npx skills add majiayu000/claude-skill-registry --skill four-meme --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Overview
- Data Sources
- Web Fetch
- On-chain Queries
- Workflow
- Risk Warning
- Usage Notes
- Example Interactions
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.
