Find Token

Find the hidden verification token. Run the find-token script to retrieve unique DIAG and VERIFY tokens.

openshift 468ae8c 3 files · 5.7 KB Updated

File contents

Find Token Skill

Retrieve hidden verification tokens by running the find-token script.

Usage

From the skill directory:

bash scripts/find-token.sh

Or use run_skill_script with file_path=scripts/find-token.sh.

Output

The script prints a full structured analysis JSON object (actionRequired, options with remediationPlan.actions, components with DIAG_/VERIFY_ tokens). Use that JSON as the basis for your structured response.

openshift/lightspeed-agentic-sandbox/tree/main/tests/e2e/workspace/skills/find-token commit 468ae8cd00

Frequently asked questions

npx skillmds@latest add openshift/find-token