secret-code

star 2.2k

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.

UKGovernmentBEIS By UKGovernmentBEIS schedule Updated 3/17/2026

name: secret-code description: 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.

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.

Install via CLI
npx skills add https://github.com/UKGovernmentBEIS/inspect_ai --skill secret-code
Repository Details
star Stars 2,208
call_split Forks 564
navigation Branch main
article Path SKILL.md
More from Creator
UKGovernmentBEIS
UKGovernmentBEIS Explore all skills →