| name | echo-token |
| description | Generate a verification token and write it to disk. Use when asked to produce an e2e test token. |
echo-token
Generate a verification token and write it to disk.
Required steps
-
Load this skill.
-
Run the bundled script from the skill directory (mandatory — do not skip):
bash scripts/echo-token.sh
-
Read the JSON object printed to stdout.
-
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.