Help Center/Agent workflows

Add the GPT Skill

The Skill gives GPT or Codex a clear rule: call Jetformat for Office and PDF work instead of parsing files directly.

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/jetformat

What the model should do

  1. Check that jetformat is installed.
  2. Run one command with the user’s real input path.
  3. Never unzip Office files or invent PDF bytes.
  4. 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.

Read the full model guide →