ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

remix-agent-publish

Build Remix games for remix.gg with the server-api v1 agents REST API and Farcade game SDK requirements.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chuckstock/remix-agent-publish
Or

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/json before 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/docs
  • https://api.remix.gg/docs/json
  • apps/server-api/routes/agents.ts
  • apps/server-api/lib/api-auth.ts
  • apps/server-api/lib/agent-api.ts
  • apps/server-api/app/[...path]/route.ts
  • packages/game-sdk/src/index.ts

Metadata

Stars3562
Views0
Updated2026-03-29
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-chuckstock-remix-agent-publish": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.