← 返回 Skills 市场
52yuanchangxing

downloads-command-center

作者 vx:17605205782 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
239
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install downloads-command-center
功能描述
Organize the Downloads folder into a clean, searchable command center by file type, project, date, and action state.
使用说明 (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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install downloads-command-center
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /downloads-command-center 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug downloads-command-center
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

downloads-command-center 是什么?

Organize the Downloads folder into a clean, searchable command center by file type, project, date, and action state. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 239 次。

如何安装 downloads-command-center?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install downloads-command-center」即可一键安装,无需额外配置。

downloads-command-center 是免费的吗?

是的,downloads-command-center 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

downloads-command-center 支持哪些平台?

downloads-command-center 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 downloads-command-center?

由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.0。

💬 留言讨论