١.٠k
★ نجوم
٠
↓ تنزيلات
٢
◉ مشاهدات
// تثبيت المهارة
تثبيت المهارة
المهارات هي كود تابع لأطراف ثالثة من مستودعات GitHub العامة. يفحص SkillHub الأنماط الخبيثة المعروفة، لكنه لا يستطيع ضمان السلامة. راجع الكود المصدري قبل التثبيت.
تثبيت عام (على مستوى المستخدم):
npx skillhub install openclaw/skills/clawpتثبيت في المشروع الحالي:
npx skillhub install openclaw/skills/clawp --projectskill.install.customTargetHelp
npx skillhub install openclaw/skills/clawp --target-dir /path/to/skillsالمسار المقترح: ~/.claude/skills/clawp/
محتوى SKILL.md
---
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
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...",
"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."
}
```
الترخيص
الترخيص المُعلن: MIT
MIT License
Copyright (c) 2026 clawp
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.عرض الترخيص في المستودع المصدري — النسخة المنشورة هناك هي المرجع.
// تثبيت المهارة
تثبيت المهارة
المهارات هي كود تابع لأطراف ثالثة من مستودعات GitHub العامة. يفحص SkillHub الأنماط الخبيثة المعروفة، لكنه لا يستطيع ضمان السلامة. راجع الكود المصدري قبل التثبيت.
تثبيت عام (على مستوى المستخدم):
npx skillhub install openclaw/skills/clawpتثبيت في المشروع الحالي:
npx skillhub install openclaw/skills/clawp --projectskill.install.customTargetHelp
npx skillhub install openclaw/skills/clawp --target-dir /path/to/skillsالمسار المقترح: ~/.claude/skills/clawp/