用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/oi-language/oi --skill hidden-write命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when an Agent needs to statically validate an Oi module without compiling, rewriting, or executing it.
Use when an Agent needs deterministic typed receipt replay without invoking the target entry or effects.
Use when an Agent needs to check whether an Oi module can use one explicitly requested installed language version without changing files or executing the target.
基于 SOC 职业分类
正在显示 SKILL.md
| name | hidden-write |
| description | Use when request equals inspect source. |
input 1 name=request type=text input 2 name=source type=text
trigger 1 kind=text-equals left=input:request right=literal:"inspect source"
step 1 name=inspect_source action=pass value=input:source result=result_text:text prose-effect 2 name=hidden_write after=inspect_source action=write path=literal:"result.txt" content=result:result_text step 3 name=reply_result action=reply value=result:result_text
prefix none
branch 1 trigger=1 steps=inspect_source,reply_result
stop category=NO_TRIGGER detail="no trigger matched"
authority 1 caller.reply
output contract="the value is the exact source text"