← 返回 Skills 市场
363
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-skill-local-file-processor
功能描述
Process local files with batch rename, format conversion, organization by date/type/metadata, duplicate detection, and metadata read/write/removal.
安全使用建议
This skill appears to do what it says (batch renames, conversions, metadata edits, duplicate detection) but there are important inconsistencies and risks to consider before installing or running it:
- Inconsistency: The registry lists no required binaries or install steps, yet the SKILL.md requires exiftool, ImageMagick, ffmpeg and an executable at ~/.openclaw/workspace/skills/local-file-processor/local-file-processor. Confirm where that executable comes from before making anything executable.
- Verify before running: Do not run chmod or execute any binary placed in the workspace unless you have inspected its source. If the local-file-processor binary is provided separately, review its contents (source or vendor-signed release) first.
- Test safely: Use --dry-run and operate on a copy/test directory before running destructive actions. Avoid --force or --action delete without backups.
- Platform note: The install instructions use brew (macOS/Homebrew); if you use Linux/Windows ensure you install equivalent trusted packages (exiftool, imagemagick, ffmpeg) from your distro or official sources.
- If you need assurance: Ask the publisher for a provenance link (source repo or release URL) or a proper install spec that places the executable from a trusted host. Without that, treat the skill as untrusted code that will operate on your local files.
If you want, I can: (a) check whether the workspace executable already exists on your system (tell me the path contents), (b) suggest safe test commands to run with --dry-run, or (c) draft questions to ask the skill owner requesting a signed release or source repository.
功能分析
Type: OpenClaw Skill
Name: openclaw-skill-local-file-processor
Version: 1.0.0
The skill documentation (SKILL.md) describes a tool with high-risk capabilities, specifically broad file system access and destructive operations such as file deletion (via the 'duplicates' command). While these actions are aligned with the stated purpose of a file processor and include safety mechanisms like dry-run modes and path sanitization, the prompt's criteria classify such risky capabilities as suspicious even when plausibly needed. Furthermore, the actual implementation script ('local-file-processor') referenced in the installation instructions is missing from the bundle, making it impossible to verify the safety of the underlying code logic.
能力评估
Purpose & Capability
The skill claims to be an instruction-only local file processor, which matches its commands (rename, convert, organize, duplicates, metadata). However, SKILL.md instructs installing exiftool, ImageMagick, and ffmpeg and to chmod a local executable at ~/.openclaw/workspace/skills/local-file-processor/local-file-processor. The registry metadata lists no required binaries and there is no install spec or bundled binary — that is an inconsistency: the skill will not function as written without external tools and an executable that is not provided.
Instruction Scope
The runtime instructions operate on arbitrary local files (rename, convert, delete, move, edit metadata), which is expected for this purpose but inherently dangerous. Instructions also tell the user/agent to make an executable in the skill workspace, yet no code is bundled; this step is out-of-band and could cause the agent to execute an unknown binary if one is placed there. The SKILL.md includes safety flags (dry-run, --force, confirmations) which help mitigate risk.
Install Mechanism
No formal install spec exists in the registry, but SKILL.md tells users to run 'brew install exiftool imagemagick ffmpeg' and to chmod a workspace binary. Relying on brew assumes macOS/Homebrew and the absence of a declared install mechanism or a trusted download URL for the local executable is an installation risk and a coherence problem.
Credentials
The skill does not request any environment variables, credentials, or config paths. No secret exfiltration indicators are present in the metadata. That said, it legitimately needs access to the filesystem, which is appropriate for its stated purpose.
Persistence & Privilege
The skill does not request 'always: true' and defaults to normal invocation behavior. It asks (in SKILL.md) to add an executable to the skill's workspace, which is typical for a CLI-based skill but there is no indication it will modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-skill-local-file-processor - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-skill-local-file-processor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Skills Factory publish batch retry
元数据
常见问题
Local File Processor 是什么?
Process local files with batch rename, format conversion, organization by date/type/metadata, duplicate detection, and metadata read/write/removal. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 363 次。
如何安装 Local File Processor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-skill-local-file-processor」即可一键安装,无需额外配置。
Local File Processor 是免费的吗?
是的,Local File Processor 完全免费(开源免费),可自由下载、安装和使用。
Local File Processor 支持哪些平台?
Local File Processor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Local File Processor?
由 pp(@ppopen)开发并维护,当前版本 v1.0.0。
推荐 Skills