Unified Session — One Agent, All Devices, Zero Context Loss
Analysis
This instruction-only skill is coherent and purpose-aligned, but users should understand that it intentionally merges chat history across channels and persistently changes OpenClaw session routing.
Findings (2)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Edit `~/.openclaw/openclaw.json` ... `"session": { "dmScope": "main", "mainKey": "main" }` ... `openclaw gateway restart`The setup requires local configuration changes and a gateway restart, which are expected for this skill but still change agent behavior.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
✅ **Shared memory** — your agent remembers everything, regardless of which app you used ... ⚠️ **Not for multi-user bots** — if multiple people DM your agent, keep sessions isolated to prevent context leakage.
The skill intentionally makes conversation memory shared across channels and explicitly warns that multi-user use could leak context.
