Obsidian Organizer

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent Obsidian vault cleanup helper; its main user-impacting behavior is opt-in Markdown file renaming after a dry run.

Use this skill if you want help standardizing an Obsidian vault, but make a backup first, review the dry-run output carefully, and confirm that renamed notes will not break important links before applying changes.

Findings (1)

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 approved, the skill can rename notes in the selected vault, which may affect links, references, or personal organization workflows.

Why it was flagged

The helper script has an explicit apply mode that mutates local Markdown filenames. This is disclosed and purpose-aligned, but it is still a local file-changing capability users should review before approving.

Skill content
ap.add_argument("--apply", action="store_true", help="Apply safe renames") ... p.rename(new_path)
Recommendation

Back up the vault, run the dry-run first, inspect the proposed rename plan, and only approve `--apply` for the intended vault path.