# Find Token

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

- Skill: `openshift/find-token` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add openshift/find-token`
- Raw SKILL.md: https://api.skillmd.com/api/skills/openshift/find-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/find-token

---


# Find Token Skill

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

## Usage

From the skill directory:

```bash
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.

