# Echo Token

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

- Skill: `openshift/echo-token` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add openshift/echo-token`
- Raw SKILL.md: https://api.skillmd.com/api/skills/openshift/echo-token/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: openshift (https://skillmd.com/u/openshift)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/openshift/echo-token

---


# 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
bash scripts/echo-token.sh
```

3. Read the JSON object printed to stdout.

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

## Output

The script prints a JSON object:

```json
{"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.

