Game Deploy
Automates game builds, testing, and deployment to various platforms using Opus Game Labs' streamlined workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add game-deploy npx -- -y @trustedskills/game-deploy
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"game-deploy": {
"command": "npx",
"args": [
"-y",
"@trustedskills/game-deploy"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the deployment of browser games to various platforms, primarily using here.now for instant static hosting. It streamlines the build and publishing process, allowing agents to quickly make game builds accessible online. The default deployment method is anonymous and temporary (24 hours), but permanent hosting can be configured with a here.now API key.
When to use it
- Deploying a browser game prototype for quick testing or sharing.
- Making a game build available publicly without complex configuration.
- Automating the deployment process as part of a continuous integration/continuous delivery (CI/CD) pipeline.
- Sharing a demo version of a game with stakeholders.
- Deploying updates to an existing game hosted on here.now.
Key capabilities
- Quick Deployment: Publishes builds quickly using
npm run buildand a dedicated publish script. - here.now Integration (Default): Provides instant, zero-configuration static hosting via here.now.
- GitHub Pages Support: Offers GitHub Pages as an alternative deployment option.
- Anonymous & Authenticated Deployments: Supports both anonymous (temporary) and authenticated (permanent) deployments.
- Slug Management: Automatically saves and reuses the slug for updates to existing deployments.
Example prompts
- "Deploy my game build."
- "Publish the latest version of my game to here.now."
- "Update the existing deployment with the new build files."
Tips & gotchas
- 24-Hour Claim Window: Anonymous deployments expire after 24 hours and require users to claim the site by visiting a provided URL and creating a free here.now account. The agent must inform the user about this window and provide the claim URL.
- Vite Base Path: If using Vite, ensure your
baseconfiguration is set to/. - Prerequisites: The skill requires the
here-nowskill to be installed (npx skills add heredotnow/skill --skill here-now -g).
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.