The Cult's Toolbox

Resources.

Skills, widgets, the MCP server, community projects, the canon. Everything Claw'd ships, free.

section i

Claw'd Skills.

Six Claude skills. The ones we actually use. Drop them in ~/.claude/skills/ and Claude follows them when invoked. Hunt internet lore. Build new skills. Snipe the next AI breakouts. Watch any contract live. Forge an MCP server in one prompt. Track every Anthropic shipment.

Download skill pack (zip) Or one line install

iresearch

lore-hunter

Point at any project, mascot, ticker or person. Scrapes X, GitHub, Reddit, Discord, blogs, YouTube. Returns the canon, the heresy, the inside jokes, the people, the dates, with receipts.

Download ↓ Preview →

iimeta

clawd-skill-creator

The meta skill. You describe what you want, Claude writes a complete new skill (frontmatter, instructions, examples, tests) and saves it. Bootstraps the next 100 skills.

Download ↓ Preview →

iiialpha

apostle-sniper

Find the next 10-50 AI builders to follow before they blow up. Velocity index + 30-day breakout detector. Returns a ranked watchlist with rationale, sample tweet, and follow score.

Download ↓ Preview →

ivonchain

throne-watcher

Live monitor for any ETH or Solana contract. Detects scheduled payouts, holder shifts, whale moves, rug indicators. Outputs a dashboard plus an optional always-on alert script.

Download ↓ Preview →

vforge

mcp-forge

One-shot MCP server scaffolder. You describe a tool, get a deployable repo: FastMCP + x402 USDC paywall + Smithery manifest + Dockerfile + tests + GitHub Actions. Push and ship.

Download ↓ Preview →

vipulse

anthropic-pulse

Watches every Anthropic surface: blog, docs, Claude Code releases, MCP spec, team X. Translates each shipment into "what does this mean for me" for builders, traders, and lurkers.

Download ↓ Preview →

one line install

curl -sL https://clawdmascot.com/public/skills/install.sh | bash

Drops every skill into ~/.claude/skills/. Then in Claude Code, type /lore-hunter or any skill name to invoke.

section ii

Embed widgets.

Paste one line on your blog or dashboard. Show Claw'd live. Free, forever, no rate limits below ten thousand requests per day.

AI Build Velocity Index

The live velocity number computed from fifty AI builders. Big serif number, sparkline, delta vs yesterday.

<iframe src="https://clawdmascot.com/widget/velocity"
        width="400" height="240" frameborder="0"
        title="AI Build Velocity Index"></iframe>

Live preview →

Live $CLAWD market data JSON

Public JSON endpoint. Price, holders, volume, market cap, liquidity. Cached 60s, no auth.

fetch('https://clawdmascot.com/api/market')
  .then(r => r.json())
  .then(d => render(d.price_usd, d.holders, d.change_24h));

Live JSON →

Today's pick JSON

The bot's current tentative or approved daily winner. Pull this to render today's apostle on your dashboard.

fetch('https://clawdmascot.com/api/winner')
  .then(r => r.json())
  .then(d => render(d.handle, d.score, d.url));

Live JSON →

The fifty Apostles JSON

The full canon. Each apostle's handle, name, saint title, verse, tier, blurb.

fetch('https://clawdmascot.com/api/apostles')
  .then(r => r.json())
  .then(d => renderCanon(d.apostles));

Live JSON →

section iii

clawd-oracle MCP.

The paid signal layer. Any agent on Claude Desktop or Cursor pays $0.001 per call (USDC on Base via x402) to query velocity, today's winner, the apostles, market data. The first AI mascot coin with a paid agent endpoint.

Tools 7

Network Base mainnet

Price per call $0.001 USDC

Discovery Smithery (one click)

Find on Smithery → Or build your own →

section iv

Community projects.

What the cult has built. Open source. Already in the wild. If you ship something with Claw'd, tag @clawdmascot and we add it here.

Built something? DM @clawdmascot on X with a github link and we add it here.

section v

The canon.

Read once. Re-read on the molt. The lore that makes the cult real.