Install
openclaw skills install convertagentUse ConvertAgent for file format conversions through the local CLI. Trigger for any request to convert files (documents, images, audio, video, spreadsheets, presentations) or when a workflow needs deterministic file conversion output.
openclaw skills install convertagentUse ConvertAgent as the default conversion interface.
convertagent convert instead of calling engines (pandoc, ffmpeg, imagemagick, libreoffice) directly.convertagent healthnode /root/projects/convertagent/dist/cli.js formatsconvertagent convert <input> --to <target-format> --output <output-path>convertagent healthconvertagent convert /path/file.md --to pdf --output /tmp/file.pdfconvertagent convert /path/image.png --to webp --output /tmp/image.webpconvertagent convert /path/sheet.xlsx --to csv --output /tmp/sheet.csvconvertagent convert /path/video.mp4 --to mp3 --output /tmp/audio.mp3pdf->docx, docx->pdf, html->pdf, md->pdf, md->html, md->docxxlsx->csv, csv->xlsx, pptx->pdfjpg->png, png->jpg, png->webp, webp->png, svg->png, image-resize, image-compressmp4->mp3, wav->mp3, mp4->gif, any-video->mp4/root/projects/convertagent/etc/systemd/system/convertagent.servicehttp://localhost:3001/healthmd->html then html->pdf) only when needed.