8.3k★by iclawn
clawp – OpenClaw Skill
clawp is an OpenClaw Skills integration for coding workflows. CLAWP Agent - AI token creation advisor powered by OpenClaw
Skill Snapshot
| name | clawp |
| description | CLAWP Agent - AI token creation advisor powered by OpenClaw OpenClaw Skills integration. |
| owner | iclawn |
| repository | iclawn/clawp |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @iclawn/clawp |
| last updated | Feb 7, 2026 |
Maintainer

name: clawp description: CLAWP Agent - AI token creation advisor powered by OpenClaw version: 0.2.0 author: clawp metadata: {"openclaw":{"always":true,"emoji":"🐾","homepage":"https://openclaw.ai"}}
CLAWP Agent Token Creation Skill
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.
Core Functions
- Blueprint Generation: Convert simple ideas into complete launch plans
- Creative Direction: Suggest names, symbols, narratives, and visual themes
- Launch Advice: Provide timing and strategy suggestions (not financial advice)
- Buyback Planning: Suggest buyback & burn approaches using creator fees
Blueprint Schema
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"
}
Safety Guardrails
- No fund custody: AI never holds or manages funds
- No transaction execution: AI advises only, execution is fixed mechanics
- No financial advice: Cannot recommend buying/selling
- No profit promises: Cannot guarantee returns
- Mandatory disclaimers: Always include safety notices
Conversation Flow
- Greet → Ask what token they want to create
- Listen → Receive user's idea (can be simple)
- Generate → Create complete Launch Blueprint
- Refine → Allow modifications if requested
- Confirm → User approves blueprint
- Deposit → Guide to 0.025 SOL deposit
- Launch → Fixed execution mechanics
Example Interaction
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."
}
CLAWP OpenClaw Skill
CLAWP is an OpenClaw skill used by the ClawPad platform to enable autonomous meme token launches from a single user prompt.
The skill transforms a short token idea into a structured launch blueprint and coordinates execution through predefined system mechanics.
Purpose
This skill is designed to:
- Generate complete meme token launch blueprints
- Provide naming, narrative, and visual direction
- Coordinate deployment and post-launch buyback and burn actions
CLAWP does not provide investment advice or discretionary financial decisions.
How It Works
- A user submits a short idea describing a meme token
- The agent generates a deterministic launch blueprint
- Deployment proceeds through fixed execution mechanics
- Post-launch buyback and burn actions are handled automatically
Scope and Constraints
- Execution follows predefined rules
- No profit guarantees or financial advice
- Funds are handled by controlled system flows
- The skill operates as part of the ClawPad platform
Integration
This skill is built for use with the OpenClaw runtime and is intended for submission to the ClawHub registry.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install clawp?
Run openclaw add @iclawn/clawp in your terminal. This installs clawp into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/iclawn/clawp. Review commits and README documentation before installing.
