Echo Token

Generate a verification token and write it to disk. Use when asked to produce an e2e test token.

openshift d4b719c 2 files · 1006 B Updated

File contents

echo-token

Generate a verification token and write it to disk.

Required steps

  1. Load this skill.

  2. Run the bundled script from the skill directory (mandatory — do not skip):

bash scripts/echo-token.sh
  1. Read the JSON object printed to stdout.

  2. Use the token and status fields from that JSON in your final response.

Output

The script prints a JSON object:

{"token": "<random-hex>", "status": "ok"}

It also writes the token to ${E2E_OUTPUT_DIR}/.e2e_token.

Include the token value in your response summary verbatim.

openshift/lightspeed-agentic-sandbox/tree/main/tests/e2e/workspace/skills/echo-token commit d4b719c7b8

Frequently asked questions

npx skillmds@latest add openshift/echo-token