ソース情報
- リポジトリ
- oi-language/oi
- ソースの最終更新活動
- 2026年8月14日 18:52
- 検出された SKILL.md の言語
- 英語
- スター
- 6
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/oi-language/oi --skill hidden-writeコマンドは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 | 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"