Install
openclaw skills install @tiantian-pago/local-file-converteropenclaw skills install @tiantian-pago/local-file-converter本地文件转换技能,使用命令行工具实现 1000+ 格式互转。
| 工具 | 用途 |
|---|---|
ffmpeg | 音视频转换 |
imagemagick | 图片转换 |
libreoffice | 文档转换 |
pandoc | 文档/标记转换 |
calibre | 电子书转换(按需安装) |
# Debian/Ubuntu
sudo apt install ffmpeg imagemagick libreoffice pandoc calibre
# macOS
brew install ffmpeg imagemagick libreoffice pandoc
brew install --cask calibre
用户说类似:
技能自动:
convert input.png output.webp
convert image.jpg image.png
mogrify -format webp *.png
convert input.jpg -resize 1920x1080 output.jpg
ffmpeg -i input.mp4 -vf "fps=10,scale=640:-1" output.gif
ffmpeg -i input.mp4 -c:v libx265 output.mkv
ffmpeg -i video.mp4 -q:a 0 -map a output.mp3
ffmpeg -i input.wav -b:a 320k output.mp3
libreoffice --headless --convert-to pdf document.docx
libreoffice --headless --convert-to docx document.pdf
pandoc input.md -o output.pdf
pandoc input.md -o output.docx
pandoc input.html -t markdown -o output.md
ebook-convert input.epub output.mobi
ebook-convert input.epub output.pdf
libheif 支持ffmpeg -version | head -1
convert --version | head -1
libreoffice --version | head -1
pandoc --version | head -1