Organize

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: organize Version: 1.0.0 The skill bundle is designed for proactive organization, with `SKILL.md` providing clear instructions to the AI agent. Crucially, it explicitly mandates user confirmation for all reorganization proposals ("Never reorganize without asking"), preventing unauthorized actions. No evidence of prompt injection, data exfiltration, malicious execution, or other harmful behaviors was found across any of the files. The `patterns.md` and `principles.md` files serve as documentation and data storage for learned preferences and organizational guidelines, containing no active threats.

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

If the user approves a proposal, files or folders may be moved or renamed, which could break references, scripts, shortcuts, or habits.

Why it was flagged

The skill explicitly guides the agent to propose file creation, movement, renaming, and reorganization actions. These are purpose-aligned, and the same file says to ask before acting, but such actions can still affect the user’s workspace.

Skill content
I'm about to [create/move/rename] [item].
Recommendation

Review each organization proposal carefully, especially bulk moves or renames, and use narrow “always” permissions rather than broad ones.

What this means

Personal or work organization preferences may be recorded and reused later, including auto-apply rules if the user authorizes them.

Why it was flagged

The skill keeps a persistent preference file that can influence future organization decisions. This is central to the skill’s purpose, but users should know these preferences may persist across tasks.

Skill content
Update this file as you learn user's organization preferences.
Recommendation

Periodically review patterns.md, remove sensitive details, and make sure auto-apply entries are accurate and limited to situations where you are comfortable skipping repeated confirmations.