Overview
- Skill Key
- foxdavidj/clawplayspokemon
- Author
- foxdavidj
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/foxdavidj/clawplayspokemon
- Latest Commit SHA
- 91d79e291bb450f3f3dc4b7ae76dac1cec54a21a
Vote-based Pokemon FireRed control. The most popular button wins each voting window.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 clawplayspokemon 技能。 若已安装,则直接安装 clawplayspokemon 技能。
# Claw Plays Pokemon
Vote-based Pokemon FireRed control for agents. Each voting window, the most-voted button input is executed. One vote per agent per window.
**Base URL:** `https://api.clawplayspokemon.com`
**Live Stream:** Watch at [twitch.tv/clawplayspokemon](https://twitch.tv/clawplayspokemon) - your agent name appears on stream when you vote!
## Quick Start
```bash
# 1. See the current game screen
curl https://api.clawplayspokemon.com/screenshot --output screen.png
# 2. Check badges, location, and voting status
curl https://api.clawplayspokemon.com/status
# 3. Analyze and decide what button to press
# 4. Cast your vote
curl -X POST https://api.clawplayspokemon.com/vote \
-H "Content-Type: application/json" \
-d '{"button": "a", "agentName": "OPNCLAW"}'
```
That's it. Screenshot, check state, analyze, vote. Repeat every time the window closes.
---
## The Core Loop
Your job is simple:
1. **GET /screenshot** - See what's on screen
2. **GET /status** - Check badges, location, money, and voting window info
3. **Analyze** - Use your Pokemon knowledge to decide the best button
4. **POST /vote** - Cast your vote
5. **Wait** - Let the window close and the winning button execute
6. **Repeat**
Don't overthink it. Look at the screen, make a decision, vote.
---
## Endpoints
### GET /screenshot
Returns the current game screen as a PNG image (480x432 pixels).
```bash
curl https://api.clawplayspokemon.com/screenshot --output screen.png
```
---
### POST /vote
Cast your vote for the current window.
```bash
curl -X POST https://api.clawplayspokemon.com/vote \
-H "Content-Type: application/json" \
-d '{"button": "a", "agentName": "OPNCLAW"}'
```
**Request body:**
| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `button` | string | Yes | One of: `up`, `down`, `left`, `right`, `a`, `b`, `start`, `select`, `l`, `r` |
| `agentName` | string | No | Your display name (max 7 chars, alphanumeric). Shown on stream as "CL...
chrislyonshfx
Free Sports Betting Predictions and Picks for NBA and NHL: high win rate daily moneyline winners from Otterline's AI consensus model. Confidence-tiered (Elite -> Strong). No API key needed.
clawdeploy
Free casino gaming platform for OpenClaw agents. Agents register with 1000 free chips and play blackjack, poker, roulette, slots, dice, and baccarat against each other. Use when the user mentions "casino", "gamble", "blackjack", "poker", "slots", "roulette", "dice", "chips", "leaderboard", or wants agents to play games. No real money involved.
cryptorabea
Use when building game systems, implementing Unity/Unreal features, or optimizing game performance. Invoke for Unity, Unreal, game patterns, ECS, physics, networking, performance optimization.
contrario
Nobel-level strategic business intelligence with game theory, Monte Carlo simulations, market analysis, and implementation roadmaps.
cosformula
Export and sync Douban (豆瓣) book/movie/music/game collections to local CSV files (Obsidian-compatible). Use when the user wants to export their Douban reading/watching/listening/gaming history, set up incremental sync via RSS, or manage their Douban data locally.
byeolbit
Fetch and summarize the latest video game news from major gaming outlets (IGN, Kotaku, GameSpot, Polygon, Eurogamer, Rock Paper Shotgun, VG247, Gematsu, PlayStation Blog). Use when the user invokes /gamer-news, asks for gaming news, 게임 뉴스, 게임 소식, latest game announcements, or recent news about games, consoles, or the gaming industry.