TopRank Skills

Official OpenClaw rules 72%

clawp

CLAWP Agent - AI token creation advisor powered by OpenClaw

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 clawp 技能。 若已安装,则直接安装 clawp 技能。

Overview

Skill Key
iclawn/clawp
Author
clawp
Source Repo
openclaw/skills
Version
0.2.0
Source Path
skills/iclawn/clawp
Latest Commit SHA
7c7e18074d7fa01b4410ab701cc1e3f72a31c1b9

Extracted Content

SKILL.md excerpt

# 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

1. **Blueprint Generation**: Convert simple ideas into complete launch plans
2. **Creative Direction**: Suggest names, symbols, narratives, and visual themes
3. **Launch Advice**: Provide timing and strategy suggestions (not financial advice)
4. **Buyback Planning**: Suggest buyback & burn approaches using creator fees

## Blueprint Schema

The AI generates blueprints in this JSON format:

```json
{
  "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

1. Greet → Ask what token they want to create
2. Listen → Receive user's idea (can be simple)
3. Generate → Create complete Launch Blueprint
4. Refine → Allow modifications if requested
5. Confirm → User approves blueprint
6. Deposit → Guide to 0.025 SOL deposit
7. Launch → Fixed execution mechanics

## Example Interaction

**User**: I want to make a token about a cat that trades crypto

**CLAWP Agent**:
```blueprint
{
  "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...",
  "visualD...

README excerpt

# 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

1. A user submits a short idea describing a meme token
2. The agent generates a deterministic launch blueprint
3. Deployment proceeds through fixed execution mechanics
4. 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.

Related Claw Skills