返回 Skill 列表
extension
分类: 开发与工程无需 API Key

secret-code

通过读取资产并运行脚本来揭示秘密代码

person作者: jakexiaohubgithub

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