ワンクリックで
message-generation
Generates a complete L9 message (header + payload) as valid JSON.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generates a complete L9 message (header + payload) as valid JSON.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
<placeholder>
Generates an L9 message then validates it against the schema. Reports message + PASS/FAIL.
Generates a valid L9 header JSON from kind and sender.
Converts an L9 JSON message into a simple human-readable string.
Validates an L9 JSON message against the schema. Reports PASS or FAIL.
Converts plain-text input into a valid L9 exchange message.
| name | message-generation |
| description | Generates a complete L9 message (header + payload) as valid JSON. |
Use this skill when you need to produce a complete L9 message (header + payload) as valid JSON on stdout.
Fetch the raw content from these URLs before generating output:
$defs.L9, $defs.L9Header, $defs.L9Payload, $defs.ParticipantSet, $defs.Actor, $defs.KindL9, L9Header, L9Payload, ParticipantSet, Actor, KindYou can curl or fetch the data from those URLs. Do not rely on cached or memorized schema content.
The user must provide:
kind — one of the Kind enum values from the schema (e.g. intent, contingency, exchange, commit, knowledge)subprotocol — the subprotocol identifier (e.g. SIEP, CIP, TFP, SAB)payload_type — string describing the payload format (e.g. text, task_proposal)payload_data — object containing the payload contentAuto-generate sender_id as a UUID (v4). Derive all other fields and their types from the fetched schema ($defs.L9, $defs.L9Header, $defs.L9Payload).
L9 envelope conforming to the schema.L9Header.protocol is always "SSTP".