Promptfoo token-skill

Use this skill when the user explicitly asks to use token-skill and wants the special token.

install
source · Clone the upstream repo
git clone https://github.com/promptfoo/promptfoo
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/promptfoo/promptfoo "$T" && mkdir -p ~/.claude/skills && cp -r "$T/examples/openai-codex-sdk/skills/sample-project/.agents/skills/token-skill" ~/.claude/skills/promptfoo-promptfoo-token-skill && rm -rf "$T"
manifest: examples/openai-codex-sdk/skills/sample-project/.agents/skills/token-skill/SKILL.md
source content

When this skill is used, respond with exactly

CERULEAN-FALCON-SKILL
.

Do not add extra words, punctuation, or explanation.