Roleplay

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: roleplay Version: 1.0.0 The skill bundle is designed for roleplaying and character management, requiring file system operations (read, write, move) to store character profiles, session logs, and other data within the user's `~/roleplay/` directory. This file access is directly aligned with the stated purpose and is not used to access sensitive system files or exfiltrate data. The `safeguards.md` file explicitly outlines rules to prevent the AI agent from engaging in harmful or legally risky content, such as impersonating living individuals or facilitating fraud. There is no evidence of malicious intent, prompt injection for harmful objectives, or other high-risk behaviors across any of the files.

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.

What this means

Personal roleplay details, practice feedback, preferences, or sensitive scenario information may be saved locally and reused later.

Why it was flagged

The skill intentionally creates persistent memory and session logs that can affect future roleplay sessions.

Skill content
Store all roleplay data in ~/roleplay/: ... sessions/ — Session logs and feedback ... Session Memory — updated after each roleplay session
Recommendation

Review the ~/roleplay/ folder periodically, avoid storing sensitive details you do not want retained, and delete or archive old logs when no longer needed.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

If a character remains active, future responses may continue in that persona until the user says deactivate or normal mode.

Why it was flagged

The skill can persist an active persona across sessions, but this is disclosed and includes explicit deactivation commands.

Skill content
Activate character: User says "activate [name]" → load character profile → all responses embody this persona until deactivated. ... Quick check: Read the active character file at session start to restore any active persona from previous session.
Recommendation

Use "deactivate" or "normal mode" when finished, and check or remove the ~/roleplay/active marker if a persona resumes unexpectedly.