secret-code

Read assets/secret.txt and run scripts/reveal.sh to output SECRET_CODE.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/prophetto1/agch1 --skill secret-code-prophetto1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: secret-code
Source: https://github.com/prophetto1/agch1/tree/main/inspect_ai/tests/tools/skills/secret-code
Command: npx skills add https://github.com/prophetto1/agch1 --skill secret-code-prophetto1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill automates revealing a secret code by reading an asset file and executing a script, eliminating manual lookups and reducing errors.

Core Features & Use Cases

  • Read the asset file to extract the base secret.
  • Execute the provided script to reveal the final answer.
  • Use in controlled demos or automation tasks that require a deterministic code output.

Quick Start

Use the secret-code skill to read assets/secret.txt and then run scripts/reveal.sh to output SECRET_CODE=DELTA-ECHO-FOXTROT.

Frequently Asked Questions about secret-code

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate revealing a secret code from an asset file using bash?

To automate revealing a secret code from an asset file using bash, you need to read the stored text asset and execute a provided shell script. This automation extracts the base secret and processes it to output a deterministic code.

What is the best way to execute a script to read deterministic output from assets?

Executing a script to read deterministic output from assets involves running a designated shell command that accesses a specific text file. The script processes the file's contents to reliably produce a fixed, predetermined secret code.

Can I use script execution for small-scale demonstrations requiring a fixed code output?

Yes, script execution is suitable for small-scale demonstrations requiring a fixed code output. This approach uses deterministic automation to read a stored asset and reveal a specific code, ensuring consistent results across controlled demo runs.

Does this automation approach require any external dependencies to reveal the code?

No, this automation approach does not require external dependencies to reveal the code. It relies solely on built-in script execution and asset reading capabilities to extract the base secret and produce the final deterministic output.

Why use a script to reveal a stored secret instead of reading the asset file directly?

Using a script to reveal a stored secret instead of reading the asset file directly eliminates manual lookups and reduces human error. The script handles the extraction and processing, ensuring the final secret code is revealed accurately and automatically.