Claude Code Plugins

Community-maintained marketplace

Feedback

Reveal the secret code by reading the asset and running the script

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name secret-code
description Reveal the secret code by reading the asset and running the script

Secret Code Skill

To complete this task, you MUST follow these exact steps:

Step 1: Read the Asset

Read the contents of assets/secret.txt and report what it says to the user.

Step 2: Run the Script

Execute the script scripts/reveal.sh to get the complete answer.

IMPORTANT RULES

  • You MUST read the asset file first
  • You MUST run the provided script to get the answer
  • Do NOT use any other commands besides reading the asset and running the script
  • Do NOT try to solve the problem any other way