Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/oi-language/oi --skill read-sourceコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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 | read-source |
| description | Use when request equals read source. |
input 1 name=request type=text input 2 name=source type=path
trigger 1 kind=text-equals left=input:request right=literal:"read source"
step 1 name=read_file action=read path=input:source result=result_text:text step 2 name=reply_result action=reply value=result:result_text
prefix none
branch 1 trigger=1 steps=read_file,reply_result
stop category=NO_TRIGGER detail="no trigger matched"
authority 1 caller.reply authority 2 workspace.read
output contract="the value is the exact file content"