RPG Text
PassAudited by VirusTotal on May 11, 2026.
Overview
Type: OpenClaw Skill Name: rpg-text Version: 1.0.4 The skill bundle is a comprehensive data-driven framework for a text-based RPG based on D&D rules. It consists entirely of game configuration files (JSON) and roleplay instructions (SKILL.md) for an AI Dungeon Master. There is no executable code, no network activity, and no evidence of malicious prompt injection or data exfiltration; all instructions are strictly limited to game mechanics and narrative guidance.
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.
If the agent or platform implements saves, game state may be retained between turns or sessions.
The skill defines persistent game progress storage via an autosave format. This is expected for an RPG and appears limited to fictional character, inventory, quest, and game-time state.
"autosave": { "enabled": true, "interval_turns": 10, "filename": "autosave.json" }Use the save feature only for game progress and avoid entering sensitive personal information into character names, notes, or roleplay text.
