← Back to Skills Marketplace
52yuanchangxing

downloads-command-center

by vx:17605205782 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
239
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install downloads-command-center
Description
Organize the Downloads folder into a clean, searchable command center by file type, project, date, and action state.
README (SKILL.md)

Downloads Command Center

Purpose

Organize the Downloads folder into a clean, searchable command center by file type, project, date, and action state.

Trigger phrases

  • 整理下载文件夹
  • 清理 Downloads
  • organize my downloads
  • rename recent files
  • 把下载内容分类

Ask for these inputs

  • Downloads folder path
  • organization preference by type/project/date
  • whether to move duplicates to quarantine
  • optional keep rules

Workflow

  1. Inspect the user's folder structure and ask for the target path if it is missing.
  2. Propose a safe organization plan before moving files in bulk.
  3. Use the helper script to generate a preview manifest and rename plan.
  4. Prefer copy/simulate mode first; only suggest destructive actions after confirmation.
  5. Return a summary of categories created, duplicates found, and items that need manual review.

Output contract

  • folder plan
  • rename/move preview
  • duplicate report
  • cleanup checklist

Files in this skill

  • Script: {baseDir}/scripts/organize_downloads.py
  • Resource: {baseDir}/resources/rules.sample.json

Operating rules

  • Be concrete and action-oriented.
  • Prefer preview / draft / simulation mode before destructive changes.
  • If information is missing, ask only for the minimum needed to proceed.
  • Never fabricate metrics, legal certainty, receipts, credentials, or evidence.
  • Keep assumptions explicit.

Suggested prompts

  • 整理下载文件夹
  • 清理 Downloads
  • organize my downloads

Use of script and resources

Use the bundled script when it helps the user produce a structured file, manifest, CSV, or first-pass draft. Use the resource file as the default schema, checklist, or preset when the user does not provide one.

Boundaries

  • This skill supports planning, structuring, and first-pass artifacts.
  • It should not claim that files were modified, messages were sent, or legal/financial decisions were finalized unless the user actually performed those actions.

Compatibility notes

  • Directory-based AgentSkills/OpenClaw skill.
  • Runtime dependency declared through metadata.openclaw.requires.
  • Helper script is local and auditable: scripts/organize_downloads.py.
  • Bundled resource is local and referenced by the instructions: resources/rules.sample.json.
Usage Guidance
This skill appears coherent and local-only, but review and test before letting it move files: 1) Inspect scripts/organize_downloads.py yourself (it's short and readable). 2) Run the helper in preview mode (no --apply) to verify the proposed moves. 3) Provide an explicit, correct Downloads path and back up important files before using --apply. 4) Confirm duplicates/overwrite behavior on your platform (the script will move files and may overwrite depending on filesystem and target names). If you want stricter safety, ask the agent to generate the preview and require explicit user confirmation before running the script with --apply.
Capability Analysis
Type: OpenClaw Skill Name: downloads-command-center Version: 1.0.0 The skill is a legitimate utility designed to organize files in a user-specified directory into subfolders based on file types. The core logic in `scripts/organize_downloads.py` uses standard Python libraries for local file manipulation, lacks any network connectivity or obfuscation, and includes a default preview mode to prevent accidental data loss. The instructions in `SKILL.md` are well-defined and align strictly with the stated purpose of file organization.
Capability Assessment
Purpose & Capability
Name/description match the included assets: a local Python script and a rules JSON used to produce a folder plan, preview moves, and reports. Declared requirement (python3) is appropriate and no unrelated credentials, binaries, or cloud access are requested.
Instruction Scope
SKILL.md limits the skill to planning and previewing, asks for explicit user input (Downloads path, preferences), and emphasizes simulation-first behavior. The only file-system actions are performed by the bundled script when run with --apply; the manifest and docs repeatedly recommend preview mode before destructive actions.
Install Mechanism
No install spec — instruction-only with a local script. Nothing is downloaded or installed at runtime. This is the lowest-risk install model and matches the skill's stated design.
Credentials
No environment variables, credentials, or external config paths are required. The script reads only user-specified folder and a local rules file (resources/rules.sample.json), which is proportionate to the stated purpose.
Persistence & Privilege
The skill is user-invocable and not set to always: true. It does not request persistent system-wide privileges or modify other skills' configs. File-write operations occur only when the script is invoked with the explicit --apply flag.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install downloads-command-center
  3. After installation, invoke the skill by name or use /downloads-command-center
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Version 1.1.0 of downloads-command-center introduces organization features and operating guidelines: - Allows organizing Downloads by file type, project, date, and action state. - Adds input options: folder path, organization preferences, duplicate handling, and keep rules. - Proposes and previews safe file actions before making changes. - Provides summary outputs: folder plan, move/rename preview, duplicate report, and cleanup checklist. - Binds core logic to local, auditable scripts and sample resource files for transparency and customization. - Emphasizes simulation and explicit user consent for any destructive operations.
Metadata
Slug downloads-command-center
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is downloads-command-center?

Organize the Downloads folder into a clean, searchable command center by file type, project, date, and action state. It is an AI Agent Skill for Claude Code / OpenClaw, with 239 downloads so far.

How do I install downloads-command-center?

Run "/install downloads-command-center" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is downloads-command-center free?

Yes, downloads-command-center is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does downloads-command-center support?

downloads-command-center is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created downloads-command-center?

It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.

💬 Comments