Game Backend Selector

v1.0.0

Choose or compare backend profiles based on required capabilities, project state, and quality target. Stay stack-neutral at the top level while still giving...

0· 111·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for mike007jd/game-backend-selector.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Game Backend Selector" (mike007jd/game-backend-selector) from ClawHub.
Skill page: https://clawhub.ai/mike007jd/game-backend-selector
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install game-backend-selector

ClawHub CLI

Package manager switcher

npx clawhub@latest install game-backend-selector
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description match the included files (SKILL.md and shared/backend-profiles.md). Declared companion dependencies (game-web-2d-specialist, game-web-3d-specialist) are coherent with its referral behavior.
Instruction Scope
Runtime instructions are scoped: use the bundled shared/reference/backend-profiles.md and produce docs/game-studio/backend-decision.md. The skill does not instruct reading unrelated system files, contacting external endpoints, or collecting secrets. A note in SKILL.md that 'best results' come with file read/write access is reasonable and confined to bundled/expected paths.
Install Mechanism
Instruction-only bundle with no install spec and no code files. Nothing is downloaded or written to disk by an installer, minimizing surface area.
Credentials
No required environment variables, credentials, or config paths. The skill does not request secrets or unrelated service keys.
Persistence & Privilege
always is false and model invocation is allowed (the platform default). The skill does not request permanent presence or modify other skills or system-wide settings.
Assessment
This bundle appears coherent and lightweight. Before installing: confirm your agent will only grant filesystem access to the skill's bundle files (the skill expects to read shared/reference/backend-profiles.md and write docs/game-studio/backend-decision.md). Companion skills referenced are not bundled — install them separately if you need specialist follow-through. No credentials or external downloads are required, so there are no obvious exfiltration risks from this skill itself.

Like a lobster shell, security has layers — review code before you run it.

latestvk973hsp578jgpdkdt2c6snydkx83wz9c
111downloads
0stars
1versions
Updated 4w ago
v1.0.0
MIT-0

Game Backend Selector

Goal

Select the backend profile that best serves the requested outcome. Use ./shared/reference/backend-profiles.md.

Deliverable

Write docs/game-studio/backend-decision.md.

Rules

  • Prefer capabilities over brand or fandom.
  • If the project already has a workable backend, bias toward it unless it is the blocker.
  • Optimize for the chosen quality target, not just the fastest toy result.
  • Respect project state: live iteration and greenfield do not deserve the same backend decision policy.

Compare mode

Use compare mode only when:

  • the backend choice is genuinely uncertain,
  • or the user explicitly requests comparison.

When compare mode is used:

  • warn that it will usually cost more tokens and time,
  • keep the comparison narrow,
  • define the winner criteria before exploring.

Specialist follow-through

After choosing a backend profile, route to a concrete specialist when needed:

  • game-web-2d-specialist for web-2d-ui-first or web-2d-world-first
  • game-web-3d-specialist for web-3d-preview

Top-level planning remains stack-neutral. Implementation guidance should still become concrete once a backend family is chosen.

Comments

Loading comments...