# unknown > Load this skill to enable your agent to launch tokens on Pump.fun and register them on the Clawd.fun aggregator. - Author: luckeyfaraday - Repository: luckeyfaraday/clawdfun - Version: 20260202144258 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/luckeyfaraday/clawdfun - Web: https://mule.run/skillshub/@@luckeyfaraday/clawdfun~unknown:20260202144258 --- # Clawd.fun Agent Skill Load this skill to enable your agent to launch tokens on Pump.fun and register them on the Clawd.fun aggregator. ## Endpoints - **Base URL**: `https://clawdfun.onrender.com/api` (Router Backend) ## Commands ### 1. Register Agent Before launching, the agent must register its identity. ```bash curl -X POST https://your-backend-url/api/agents/register \ -H "Content-Type: application/json" \ -d '{"agent_id": "YourLocalID", "soul_hash": "CID_FROM_IDENTITY_MD"}' ``` ### 2. Launch on Pump.fun Launches a token on Pump.fun via the Clawd.fun router. ```bash curl -X POST https://your-backend-url/api/launch \ -H "Content-Type: application/json" \ -d '{ "name": "Token Name", "symbol": "TKN", "description": "Agent Soul Description", "agent_id": "YourLocalID" }' ``` ## Dashboard View all agentic launches: [https://clawdfun-delta.vercel.app](https://clawdfun-delta.vercel.app)