← Back to Skills Marketplace
shianaixuexi-cell

moneyclaw-smart-file-organizer

by Silas · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
279
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install moneyclaw-smart-file-organizer
Description
智能文件整理助手 - 一键自动分类、重命名、清理重复文件,4500+文件/秒
Usage Guidance
This package appears to implement a local file organizer and does not contact external endpoints or request credentials, but the README/SKILL.md mention helper scripts (rename.py, deduplicate.py, clean.py) that are not included — that may indicate outdated documentation. Before running: (1) Inspect scripts/organize.py to confirm how --deduplicate and deletion actions are implemented and confirm backup behavior actually creates recoverable backups; (2) run first in --preview mode on a non-critical test folder; (3) generate and inspect the config.json (use config_generator) to set safe options (preview_mode=true, backup_before_action=true, confirm_before_delete=true); (4) keep an external backup copy of important files until you trust the tool; (5) if you need the features referenced by the docs but missing scripts, treat that as a red flag and ask the author for the missing files or updated docs.
Capability Analysis
Type: OpenClaw Skill Name: moneyclaw-smart-file-organizer Version: 1.0.0 The skill bundle is a functional file organization utility that categorizes, renames, and deduplicates files based on user-defined rules. It includes safety features such as a preview mode, automatic backups to a local 'Backup' directory, and an undo utility (scripts/undo.py). The code uses standard Python libraries (os, shutil, pathlib) and lacks any indicators of data exfiltration, network activity, or malicious persistence.
Capability Assessment
Purpose & Capability
Name/description (smart file organizer) align with the included Python scripts (organize, config generator, undo, test runner). The code implements classification, hashing, renaming, duplicate handling and undo support. However README/SKILL.md reference additional scripts (rename.py, deduplicate.py, clean.py) that are not present in the package — an inconsistency between claimed capabilities and included files.
Instruction Scope
Runtime instructions and examples mainly run local Python scripts (organize.py, config_generator.py, undo.py). They do not request external credentials or network endpoints. Concern: docs show commands for missing scripts (rename.py, deduplicate.py, clean.py) and example CLI flags; you should verify the actual CLI implemented by scripts/organize.py before running destructive actions. Also ensure preview/backup are effective — the code declares safety flags but actual backup implementation should be verified in organize.py (truncated in manifest).
Install Mechanism
No install spec and only requires python3; no downloads or external packages are specified. This is low-risk from an installation standpoint (instruction-only + included local scripts).
Credentials
The skill requests no environment variables or external credentials. All operations are local filesystem actions consistent with a file-organizer tool.
Persistence & Privilege
always: false and normal user-invocable/autonomous flags. The skill writes local config, logs, backups and may move/delete files in target directories — expected for this purpose but not privileged system-wide changes.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moneyclaw-smart-file-organizer
  3. After installation, invoke the skill by name or use /moneyclaw-smart-file-organizer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of smart-file-organizer. - Automatically categorizes files by type (images, documents, videos, audio, archives, code, others) - Supports intelligent renaming with customizable patterns - Detects and manages duplicate files with hash or similarity checks - Safety features: preview mode, backup, undo, detailed logging, file protection - Efficient batch operations (process folders, type filtering, size limits) - Cross-platform support for Windows, macOS, and Linux - Command line usage and extensive customization via config file
Metadata
Slug moneyclaw-smart-file-organizer
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is moneyclaw-smart-file-organizer?

智能文件整理助手 - 一键自动分类、重命名、清理重复文件,4500+文件/秒. It is an AI Agent Skill for Claude Code / OpenClaw, with 279 downloads so far.

How do I install moneyclaw-smart-file-organizer?

Run "/install moneyclaw-smart-file-organizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is moneyclaw-smart-file-organizer free?

Yes, moneyclaw-smart-file-organizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does moneyclaw-smart-file-organizer support?

moneyclaw-smart-file-organizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created moneyclaw-smart-file-organizer?

It is built and maintained by Silas (@shianaixuexi-cell); the current version is v1.0.0.

💬 Comments