The Skill is a set of instructions, not a remote conversion service. It tells the host model when the local CLI is required, which commands are valid, and how to report outputs.
Install it
mkdir -p ~/.agents/skills
cp -R plugins/openai/skills/jetformat ~/.agents/skills/jetformatWhat the model should do
- Check that
jetformatis installed. - Run one command with the user’s real input path.
- Never unzip Office files or invent PDF bytes.
- Report the output path Jetformat wrote.
Try a request
Ask: “Convert board-deck.pptx to PDF and show the first page.” The model should run convert, then pdf render for the requested preview.