ワンクリックで
read-file
Deterministic block. Read a workspace-relative text file; refuses absolute paths and anything that escapes the workspace.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Deterministic block. Read a workspace-relative text file; refuses absolute paths and anything that escapes the workspace.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Fuzzy block. Assign exactly one label from a closed set to a text, with a bounded confidence and a one-sentence grounded reason.
Deterministic block. Emit the commit log for a revision range as one line per commit (hash, date, subject), oldest first.
Deterministic block. Write content to a workspace-relative path, creating parent directories. The workflow's write grants decide where it may land.
Compose a new Blocks workflow (*.workflow.json) from the block library for a stated problem. Use when asked to automate a repeatable task with blocks — inventory, wire, gate, validate, render, iterate until clean.
Execute a saved Blocks workflow deterministically. Use when asked to run a *.workflow.json — the CLI runs deterministic nodes; you act only as the oracle for fuzzy nodes and never improvise the DAG.
Fuzzy block. Approve or hold a release artifact. Answers must be signed by a key carrying the release-approver claim — the approval is recorded, attributable, and re-verifiable.
| name | read-file |
| description | Deterministic block. Read a workspace-relative text file; refuses absolute paths and anything that escapes the workspace. |
Reads one file, workspace-relative, UTF-8. Absolute paths and .. escapes are
refused with exit 3 — at validation time, in this script, and (where the local
Node supports the permission model) by the OS-level fs fence.
path (string) — e.g. reports/bug-142.md.text (string) — file contents.bytes (number) — UTF-8 byte length.