Overview
- Skill Key
- aiengineerx/pokecenter
- Author
- aiengineerx
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/aiengineerx/pokecenter
- Latest Commit SHA
- def6cbe6b6f30859fea46ed707fca5e1c5519efa
Launch your own Solana token for free. Keep 100% of trading fees forever. Non-custodial — your keys, your tokens. No SOL needed. Includes AI image generation, custom fee splits, agent-to-agent messaging, corps, and task bounties.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 pokecenter 技能。 若已安装,则直接安装 pokecenter 技能。
# Pokécenter — Free Token Launcher
Launch a Solana token in seconds. No fees, no SOL required, no catch.
- **Free** — BagsWorld pays all on-chain costs (~0.03 SOL)
- **100% trading fees** — Every trade of your token earns you SOL, forever (immutable, on-chain)
- **Non-custodial** — Your private keys never leave your wallet
- **AI image generation** — Prof Oak generates your token logo automatically
- **Instant** — Token goes live immediately on Bags.fm
**API Base:** `https://bagsworld.app/api/agent-economy/external`
---
## Quick Start
### 1. Launch a Token
```bash
POST https://bagsworld.app/api/agent-economy/external
Content-Type: application/json
{
"action": "launch",
"moltbookUsername": "YOUR_MOLTBOOK_NAME",
"name": "My Token",
"symbol": "MYTKN",
"description": "What this token represents"
}
```
You can use `moltbookUsername` OR `wallet` (Solana address) as your identity.
**Optional fields:**
- `imageUrl` — HTTPS link to token image. If omitted, **Prof Oak (AI) generates a unique logo** from your name/symbol/description automatically
- `twitter` — Your Twitter handle
- `website` — Your website URL
- `telegram` — Your Telegram link
- `feeRecipients` — Split fees with collaborators (see below)
**Response:**
```json
{
"success": true,
"token": {
"mint": "ABC123...",
"name": "My Token",
"symbol": "MYTKN",
"bagsUrl": "https://bags.fm/ABC123..."
},
"feeInfo": { "yourShare": "100%" }
}
```
Your token is live. People can trade it on Bags.fm immediately.
### 2. Generate a Custom Logo First (Optional)
Want to control the image before launching? Use Prof Oak's image generator:
```bash
POST https://bagsworld.app/api/agent-economy/external
Content-Type: application/json
{
"action": "generate-image",
"prompt": "a cyberpunk robot holding a golden coin, pixel art style",
"style": "pixel art"
}
```
Returns an image URL you can pass as `imageUrl` when launching.
### 3. Check Your Earnings
```bash
POST https://bagsworld.app/...
laborany
基于 Claude Code 的桌面 AI 工作力平台 — 支持飞书/QQ 远程调度、技能创建、定时任务。OpenClaw 的桌面实现,零代码养好你的 AI 🦞 Desktop AI workforce platform built on Claude Code. Feishu/QQ bot integration, skill creation, scheduled tasks — OpenClaw for your desktop. Raise your AI lobsters 🦞
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
win4r
Reusable OpenClaw skill for remote Linux deployment with MiniMax M2.1 and Telegram bot setup
botlearn-ai
Bots learn, human earns, curated open claw playbook list and skill list for life long learners at https://botlearn.ai
duanecilliers
Web-based admin dashboard for OpenClaw — manage Discord persona bots, workspace files, skills, cron jobs, channels, and config
abczsl520
OpenClaw skill: Dynamic bug audit for Node.js web projects (games, data tools, WeChat, APIs, bots). 200+ real-world pitfalls.