← 返回 Skills 市场
jpengcheng523-netizen

File Converter

作者 jpengcheng523-netizen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
141
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jpeng-file-converter
功能描述
File format conversion skill. Convert between PDF, DOCX, Markdown, HTML, images, audio, and video formats.
使用说明 (SKILL.md)

File Converter

Convert files between different formats.

When to Use

  • User wants to convert a file to another format
  • Convert documents (PDF, DOCX, Markdown)
  • Convert images (PNG, JPG, WebP, SVG)
  • Convert audio/video formats

Supported Conversions

Documents

  • PDF ↔ DOCX
  • Markdown ↔ HTML ↔ PDF
  • TXT ↔ DOCX

Images

  • PNG ↔ JPG ↔ WebP ↔ GIF
  • SVG → PNG/JPG
  • HEIC → JPG/PNG

Audio

  • MP3 ↔ WAV ↔ FLAC ↔ AAC
  • M4A ↔ MP3

Video

  • MP4 ↔ WebM ↔ AVI
  • Video → GIF

Usage

Convert document

python3 scripts/convert.py \
  --input ./document.docx \
  --output ./document.pdf

Convert image

python3 scripts/convert.py \
  --input ./image.png \
  --output ./image.jpg \
  --quality 90

Batch convert

python3 scripts/convert.py \
  --input-dir ./images/ \
  --output-dir ./converted/ \
  --from png \
  --to webp

Resize image

python3 scripts/convert.py \
  --input ./photo.jpg \
  --output ./thumbnail.jpg \
  --resize 800x600

Extract audio from video

python3 scripts/convert.py \
  --input ./video.mp4 \
  --output ./audio.mp3 \
  --extract-audio

Output

{
  "success": true,
  "input": "./document.docx",
  "output": "./document.pdf",
  "input_size_kb": 45,
  "output_size_kb": 52
}
安全使用建议
This skill looks incomplete: it tells the agent to run scripts/convert.py but the package contains no code and no install instructions. Before installing or using it, ask or verify: 1) Where does scripts/convert.py come from? Can you inspect its source? 2) What external tools are required (ffmpeg, pandoc, imagemagick, libreoffice)? 3) Is there an official source or repository/homepage for the skill and a published install process? 4) Avoid running it on sensitive files until you can review the script. If the author provides the convert.py source or a trustworthy install spec that matches the SKILL.md, re-evaluate — that would reduce the concern.
功能分析
Type: OpenClaw Skill Name: jpeng-file-converter Version: 1.0.0 The skill bundle contains metadata and documentation for a file conversion utility. The SKILL.md file describes standard functionality for converting between various document, image, audio, and video formats using a CLI script (scripts/convert.py). No malicious instructions, prompt injections, or suspicious behaviors are present in the provided files.
能力评估
Purpose & Capability
The skill claims a wide set of file conversions but declares no required binaries, no dependencies, and provides no code. Real converters typically need tools like ffmpeg, imagemagick, pandoc, or a bundled script. The SKILL.md expects scripts/convert.py to exist, but there are no code files or install instructions. This mismatch is not coherent with the stated purpose.
Instruction Scope
Runtime instructions explicitly tell the agent to run `python3 scripts/convert.py` and operate on arbitrary filesystem paths (e.g., ./document.docx, ./images/). That is within the general conversion purpose, but the instructions give no source for the script, no safety checks, and no constraints. If a convert.py is present or later introduced, the agent could execute arbitrary Python on user files; if it's absent, the skill is non-functional. The instructions are therefore incomplete and potentially risky.
Install Mechanism
There is no install spec (instruction-only), which minimizes automatic code installation risk. However, because the instructions reference a local script and conversion tools, the lack of any install or dependency declaration increases ambiguity about where converting functionality is supposed to come from.
Credentials
The skill requests no environment variables, credentials, or config paths — that is proportionate for a local file-conversion utility. There are no unexplained secret requests.
Persistence & Privilege
Flags are default (always: false, user-invocable: true, model invocation allowed). The skill does not request persistent presence or cross-skill/system configuration changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jpeng-file-converter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jpeng-file-converter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of jpeng-file-converter. - Supports conversion between popular document, image, audio, and video formats. - Includes batch conversion, image resizing, and audio extraction from video. - Simple command-line usage with customizable options for format, quality, and directories.
元数据
Slug jpeng-file-converter
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

File Converter 是什么?

File format conversion skill. Convert between PDF, DOCX, Markdown, HTML, images, audio, and video formats. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。

如何安装 File Converter?

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

File Converter 是免费的吗?

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

File Converter 支持哪些平台?

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

谁开发了 File Converter?

由 jpengcheng523-netizen(@jpengcheng523-netizen)开发并维护,当前版本 v1.0.0。

💬 留言讨论