Obsidian Manager

PassAudited by ClawScan on Apr 16, 2026.

Overview

The skill is internally consistent with its stated purpose (creating and searching local Obsidian-style notes); it operates only on local files and does not request credentials or external network access, although there are a couple of coding/usage issues you should be aware of.

This skill appears to do exactly what it says: create and search local Obsidian-style markdown notes. Before installing or running it, consider: (1) It writes files using the raw title as a filename (filename = f"{title}.md") without sanitization — if you pass untrusted titles containing ../ or path separators it could create or overwrite files outside the intended directory. Avoid running the create command with untrusted input or add filename sanitization. (2) The scripts operate on a local 'research' directory (default relative path or D:\Personal\OpenClaw\research); ensure that path is correct and does not point to sensitive locations. (3) The create script prompts interactively when a file exists, which may hang in automated / non-interactive agent runs. (4) There is no network access or credentials requested. If you are comfortable with local filesystem access for note management and accept the small code-quality risks above, the skill is coherent and consistent with its description.