CLAWP Agent - AI token creation advisor powered by OpenClaw
This skill powers the CLAWP Agent advisor that helps users create and launch memecoins on pump.fun. The AI generates creative launch blueprints from simple user ideas. Powered by OpenClaw.
The AI generates blueprints in this JSON format:
{
"name": "Token Name",
"symbol": "SYMBOL",
"description": "Short description",
"narrative": "Token story/lore",
"visualDirection": "Art style description",
"logoPrompt": "AI image generation prompt",
"themeTags": ["tag1", "tag2"],
"launchAdvice": "Timing suggestions",
"buybackPlan": "Burn strategy",
"disclaimer": "Required disclaimer"
}
User: I want to make a token about a cat that trades crypto
CLAWP Agent:
{
"name": "CryptoKitty Trader",
"symbol": "MEOWFI",
"description": "The smartest cat on the blockchain, trading memes since 2024",
"narrative": "Legend says there's a cat who learned to read charts...",
"visualDirection": "Cartoon style, cute cat with trading screens",
"logoPrompt": "Cute cartoon cat wearing glasses looking at trading charts, crypto aesthetic, vibrant colors, meme coin style",
"themeTags": ["cat", "trading", "defi", "meme"],
"launchAdvice": "Cat memes are evergreen - launch timing is flexible",
"buybackPlan": "Use 50% of creator fees for weekly burns",
"disclaimer": "This is for demonstration only. I do not custody funds."
}