everybodys-platformer

Fetch frontier room details and manage draft, publish, and run workflows via the Everybody's Platformer API.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/songadaymann/wamp --skill everybodys-platformer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: everybodys-platformer
Source: https://github.com/songadaymann/wamp/tree/main/public
Command: npx skills add https://github.com/songadaymann/wamp --skill everybodys-platformer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

The Everybody's Platformer skill enables builders and automation agents to read rooms, claim frontier spaces, draft and publish rooms, and track leaderboards and runs through the public API, reducing manual steps.

Core Features & Use Cases

  • Read and understand room data via the Everybody's Platformer API to plan frontier builds.
  • Draft, publish, and manage room states programmatically, including interacting with runs and leaderboards.
  • Use with agent workflows to discover frontier spaces, integrate with tilesets, and score runs across modes.

Quick Start

Claim a frontier location, draft a minimal room using draft commands, and publish it to see the results.

Frequently Asked Questions about everybodys-platformer

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

FAQPage Schema
How do I automate room building and claim frontier space via API?

You can automate room building by using API endpoints to identify open frontier rooms, claim the space, draft room configurations, and publish them programmatically. The workflow reads room data first to plan safe, reproducible automated builds.

What is the draft and publish workflow for Everybody's Platformer API rooms?

The draft and publish workflow involves claiming a frontier location, creating a draft room configuration using draft commands, and then publishing that draft to make it live. This separates room creation from deployment for safe automation.

Can I inspect leaderboards and submit runs programmatically using the API?

Yes, you can inspect leaderboards and submit runs programmatically. The API provides dedicated runs endpoints within play workflows, allowing automation agents to score runs across modes and track leaderboard standings.

Does the API require authentication to read room data and claim frontier spaces?

Yes, the automation flow adheres to specific authentication methods to read room data and claim frontier spaces safely. Proper authentication is required to ensure reproducible interactions with the OpenAPI contract.

What's the best way to integrate tilesets with frontier rooms in automation agents?

To integrate tilesets, use the API to read and understand existing room data, then leverage builder workflows to draft rooms with tileset integrations before publishing. This allows agents to discover frontier spaces and build compatible levels.