Remix Agent Publish OpenClaw Plugin & Skill | ClawHub
Looking to integrate Remix Agent Publish into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.
What this skill does
Build Remix games for remix.gg with the server-api v1 agents REST API and Farcade game SDK requirements.
Install
openclaw skills install @chuckstock/remix-agent-publishnpx clawhub@latest install remix-agent-publishFull SKILL.md
Open original| name | description |
|---|---|
| remix-agent-publish | Build Remix games for remix.gg with the server-api v1 agents REST API and Farcade game SDK requirements. |
SKILL.md content below is scrollable.
When to use
Use this skill when users want to automate game publishing on Remix (remix.gg) from AI agents or external services.
How to use
- Read API Authentication first.
- Fetch OpenAPI spec at
https://api.remix.gg/docs/jsonbefore generating API calls. - Use API Reference for workflow guardrails (not as the method/path source of truth).
- For Phaser builds, use Phaser 2D Arcade Companion Skill.
- For lightweight 3D builds, use Three.js Lite Companion Skill.
- Use Game SDK Reference when generating or fixing game code.
- Apply Submission Rules for validation requirements.
- Follow Game Creation Best Practices for mobile-first and SDK-safe implementation.
- Use REST Snippets for client integration examples.
- Use MCP Quickstart for assistant workflows.
Source of truth
When docs and runtime behavior disagree, defer to the server API source and OpenAPI docs:
https://api.remix.gg/docshttps://api.remix.gg/docs/jsonapps/server-api/routes/agents.tsapps/server-api/lib/api-auth.tsapps/server-api/lib/agent-api.tsapps/server-api/app/[...path]/route.tspackages/game-sdk/src/index.ts