token-skill

Returns a fixed response token when explicitly invoked by the user.

24.7k|2.3k|Updated Apr 28, 2023
One-click install
npx skills add https://github.com/promptfoo/promptfoo --skill token-skill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: token-skill
Source: https://github.com/promptfoo/promptfoo/tree/main/examples/openai-codex-sdk/skills/sample-project/.agents/skills/token-skill
Command: npx skills add https://github.com/promptfoo/promptfoo --skill token-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a deterministic, fixed-string response for testing or verifying that skill invocation works correctly within an agent environment.

Core Features & Use Cases

  • Fixed Token Response: Replies with exactly CERULEAN-FALCON-SKILL and nothing else when activated.
  • Invocation Verification: Useful for confirming that an agent correctly detects and triggers a named skill.
  • Use Case: When building or debugging an agent pipeline, invoke this skill to verify that skill routing and activation behave as expected.

Quick Start

Ask the agent to use token-skill and confirm it responds with the special token.

Frequently Asked Questions about token-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I trigger the token-skill response?▼

Explicitly ask the agent to use token-skill and request the special token. The skill activates only on explicit invocation and replies with the fixed string CERULEAN-FALCON-SKILL.

What does token-skill output when activated?▼

It outputs exactly CERULEAN-FALCON-SKILL with no extra words, punctuation, or explanation. The response is fully deterministic and identical on every invocation.

Can I use token-skill to test agent skill routing?▼

Yes, its fixed output makes it suitable for verifying that an agent correctly detects skill requests and routes them to the right skill. Any deviation from the exact token indicates a routing or instruction-following issue.

Does token-skill accept parameters or customize its output?▼

No, it has no parameters, scripts, or configurable behavior. The skill always returns the same hardcoded token regardless of additional user input.