# Secret Code

> Retrieve a secret code by reading a bundled asset file and executing a companion script. Use when the user asks to reveal, decode, or look up the secret code from this skill's assets.

- Skill: `ukgovernmentbeis/secret-code` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add ukgovernmentbeis/secret-code`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ukgovernmentbeis/secret-code/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: UKGovernmentBEIS (https://skillmd.com/u/ukgovernmentbeis)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/ukgovernmentbeis/secret-code

---


# Secret Code Skill

Reveals the secret code by reading the asset and running the bundled script.

## Workflow

1. Read the contents of `assets/secret.txt` and report the value to the user.
2. Execute `bash scripts/reveal.sh` to retrieve the complete answer.

Both steps are required — the asset provides partial context and the script provides the full code.

