Game Cog
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: game-cog Version: 1.0.13 The skill bundle contains metadata and documentation for a game development tool called 'game-cog' that utilizes the 'cellcog' library. The SKILL.md file provides legitimate instructions and examples for generating game assets like sprites, 3D models, and design documents. No executable code or malicious prompt-injection patterns were found in the provided files (_meta.json, SKILL.md).
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Anyone installing or using the skill must provide a sensitive CellCog credential, so misuse of that key could affect the user's CellCog account.
The skill explicitly requires a CellCog API key, which is expected for a CellCog-powered integration but still grants access to the user's CellCog account or quota.
requires:\n bins: [python3]\n env: [CELLCOG_API_KEY]
Use a dedicated or scoped CellCog API key if available, keep it out of shared logs and prompts, and revoke it if you stop using the skill.
Game concepts, prompts, and any assets referenced in prompts may be processed by CellCog rather than staying only in the local agent session.
The documented workflow sends user prompts to a CellCog agent and notifies an OpenClaw session, which is normal for the skill but creates an external agent/service data flow.
result = client.create_chat(\n prompt="[your task prompt]",\n notify_session_key="agent:main:main",\n task_label="my-task",\n chat_mode="agent",\n)
Avoid including confidential or proprietary game materials unless you are comfortable sharing them with CellCog under its terms and privacy practices.
Actual behavior may depend on the separately installed CellCog SDK or skill documentation used at runtime.
The skill relies on a referenced CellCog dependency/skill that is not included in this artifact, creating a provenance item for the user to verify. There is no evidence of automatic installation or execution in this artifact.
dependencies: [cellcog]\n...\nFor your first CellCog task in a session, read the **cellcog** skill for the full SDK reference
Verify the CellCog package/skill source and documentation before providing credentials or running generation tasks.
