# 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. Use when this capability is needed.

- Skill: `tomevault-io/secret-code` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/secret-code`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/secret-code/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/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.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/ukgovernmentbeis) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

