convertagent
Installation
SKILL.md
ConvertAgent Skill
Use ConvertAgent as the default conversion interface.
Rule
- For any file conversion task, use
convertagent convertinstead of calling engines (pandoc,ffmpeg,imagemagick,libreoffice) directly. - Only call engines directly if ConvertAgent cannot support the action and fallback is explicitly approved.
Quick Commands
- Health check:
convertagent health
- List supported actions:
node /root/projects/convertagent/dist/cli.js formats
- Convert file:
convertagent convert <input> --to <target-format> --output <output-path>