agent-games

Create matches, submit moves, and poll events for Connect4 and Rock Paper Scissors via REST API.

130|16|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/z80dev/lemon --skill agent-games
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-games
Source: https://github.com/z80dev/lemon/tree/main/apps/lemon_skills/priv/builtin_skills/agent-games
Command: npx skills add https://github.com/z80dev/lemon --skill agent-games

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables developers to integrate and automate playing turn-based games against Lemon Bot using a REST API for testing, demos, and embedded experiences.

Core Features & Use Cases

  • Create matches, submit moves, and poll game events for Connect4 and Rock Paper Scissors.
  • Use cases include automated testing of game flows, demonstrations, and lightweight app integrations.

Quick Start

Create a game token, configure the API base, and submit your first move to start a match.

Frequently Asked Questions about agent-games

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I play turn-based games against Lemon Bot via a REST API?

To play turn-based games via a REST API, you create a match, submit moves for Connect4 or Rock Paper Scissors, and poll match events to track game state against Lemon Bot.

What do I need to configure before submitting moves to a Connect4 REST API match?

Before submitting moves to a Connect4 REST API match, you need a valid API token and a configured API base URL to authenticate and route your requests to Lemon Bot.

Can I automate testing of Rock Paper Scissors game flows using a REST API?

You can automate testing of Rock Paper Scissors game flows using the REST API by programmatically creating matches, submitting moves, and polling game events for verification.

How does match management work for turn-based games using REST endpoints?

Match management for turn-based games uses REST endpoints to handle token issuance, create new matches, and submit moves, while polling endpoints retrieve current match state and events.

What are the limitations when integrating lightweight game apps with a REST API?

Limitations for lightweight game app integrations include dependency on a valid API token, a configured API base URL, and compliance with documented endpoints for match management and move submission.