首页龙虾技能列表 › File Converter

File Converter

v1.0.0

File format conversion skill. Convert between PDF, DOCX, Markdown, HTML, images, audio, and video formats.

0· 98·0 当前·0 累计
下载技能包
License
MIT-0
最后更新
2026/3/24
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill's README-like instructions claim to run a local conversion script but provide no code, install steps, or dependency list — the pieces don't add up and could lead to executing unknown code or failing silently.
评估建议
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 s...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
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.
凭证需求
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.
持久化与权限
Flags are default (always: false, user-invocable: true, model invocation allowed). The skill does not request persistent presence or cross-skill/system configuration changes.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/24

- 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.

● 无害

安装命令 点击复制

官方npx clawhub@latest install jpeng-file-converter
镜像加速npx clawhub@latest install jpeng-file-converter --registry https://cn.clawhub-mirror.com

技能文档

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
}

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务