downloads-command-center

v1.0.0

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

0· 235·0 current·0 all-time
byvx:17605205782@52yuanchangxing

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for 52yuanchangxing/downloads-command-center.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "downloads-command-center" (52yuanchangxing/downloads-command-center) from ClawHub.
Skill page: https://clawhub.ai/52yuanchangxing/downloads-command-center
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: python3
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install downloads-command-center

ClawHub CLI

Package manager switcher

npx clawhub@latest install downloads-command-center
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🧰 Clawdis
Binspython3
latestvk97ay03f6w5df4hdvpqpvjbtn982tg5c
235downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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.

Comments

Loading comments...