All skills
Concise Mode
Officialby Api.AirforcePrepends a system prompt000 uses
Strips the fluff: instructs the model to answer directly, no preamble or filler. A great default for fast, to-the-point replies.
writingproductivity
What this skill does
When applied, it prepends a system prompt before your request is sent — no extra calls and no change to how you are billed beyond the added tokens.
Be concise. Answer directly without preamble, restating the question, or filler.
Use this skill
Per request
Add a "skill" field with the skill’s ID to your chat completion request. It is applied server-side before your prompt is sent — no extra calls.
{
"model": "gpt-4o-mini",
"skill": "official-concise-mode",
"messages": [{ "role": "user", "content": "…" }]
}Always on — no field to send
Install the skill, enable it in your dashboard and (optionally) limit it to specific models. It then applies automatically to every matching request — with no "skill" field to send each time.
Set it up in your dashboard