← Back to Skills Marketplace
Mardown Notes Organizer
by
youningnihaobang
· GitHub ↗
· v1.0.1
· MIT-0
131
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install notes-organizer
Description
A note organization and knowledge-linking tool that analyzes the directory structure, reorganizes notes according to the user's chosen classification scheme,...
Usage Guidance
This skill appears internally consistent with a local notes reorganizer, but it performs file moves and optional cleanup (deleting duplicates/empty directories). Before installing or running it: 1) make a full backup or run it on a copy of your notes; 2) review the complete organize_notes.py (the provided source listing was truncated) to confirm how backups, undo, and deletions are implemented; 3) test on a small sample directory first; 4) inspect the generated .organize_log.json and any undo functionality before applying to your main vault; 5) if you need stronger guarantees, ask the author for a full source listing and a dry-run mode or add explicit dry-run support yourself.
Capability Analysis
Type: OpenClaw Skill
Name: notes-organizer
Version: 1.0.1
The skill is a legitimate utility for organizing Markdown notes by restructuring directories and adding bidirectional links based on content similarity. The Python script (organize_notes.py) uses standard libraries like pathlib and shutil to move files and modify content locally within a user-specified directory, with no evidence of network activity, data exfiltration, or malicious execution.
Capability Assessment
Purpose & Capability
Name, README, SKILL.md and organize_notes.py are coherent: they all describe scanning a local Markdown directory, creating directories, moving files, analyzing similarity, and inserting Obsidian-style links. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
Runtime instructions and the script instruct the agent/user to move files and optionally delete files/empty directories. These are within the stated purpose but are destructive operations. SKILL.md and README state a backup and undo are supported, but the provided organize_notes.py source listing is truncated and the backup/undo/cleanup implementations could not be fully inspected; that uncertainty increases risk.
Install Mechanism
No install spec and no external downloads. This is instruction+script only, so nothing is being fetched or installed automatically.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The script operates on the filesystem in the provided directory only, which is proportionate to the purpose.
Persistence & Privilege
Skill is not marked always:true and does not request persistent system-wide privileges. It operates on the user-supplied directory and does not declare any capability to modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install notes-organizer - After installation, invoke the skill by name or use
/notes-organizer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added README.md for general project documentation.
- Added SKILL.md in YAML frontmatter format for improved metadata and skill description.
- Removed the old skill.md file in favor of the new standardized SKILL.md.
v1.0.0
notes-organizer 1.0.0 初始版本发布
- 支持智能重组Markdown笔记目录,按多种分类方式整理
- 可自定义目录命名风格,并选择是否创建子目录
- 自动分析知识点关系,添加Obsidian风格的双向链接
- 提供整理后清理空目录、重复文件、临时文件的选项
- 执行前自动备份并支持撤销操作
Metadata
Frequently Asked Questions
What is Mardown Notes Organizer?
A note organization and knowledge-linking tool that analyzes the directory structure, reorganizes notes according to the user's chosen classification scheme,... It is an AI Agent Skill for Claude Code / OpenClaw, with 131 downloads so far.
How do I install Mardown Notes Organizer?
Run "/install notes-organizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mardown Notes Organizer free?
Yes, Mardown Notes Organizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mardown Notes Organizer support?
Mardown Notes Organizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mardown Notes Organizer?
It is built and maintained by youningnihaobang (@youningnihaobang); the current version is v1.0.1.
More Skills