بنقرة واحدة
message-validation
Validates an L9 JSON message against the schema. Reports PASS or FAIL.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Validates an L9 JSON message against the schema. Reports PASS or FAIL.
التثبيت باستخدام 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.
Generates a complete L9 message (header + payload) as valid JSON.
Converts an L9 JSON message into a simple human-readable string.
Converts plain-text input into a valid L9 exchange message.
| name | message-validation |
| description | Validates an L9 JSON message against the schema. Reports PASS or FAIL. |
Use this skill when you receive an L9 JSON message and need to verify it conforms to the schema. Input is the JSON to validate. Output is a validation report on stdout.
Fetch the raw content from these URLs before validating:
$defs.L9 → $defs.L9Header → $defs.L9Payload and all referenced types.You can curl or fetch the data from those URLs. Do not rely on cached or memorized schema content.
The only input is the L9 JSON message to validate. Derive all validation rules from the fetched schema.
L9Header.protocol is always "SSTP".L9Header.subprotocol must be one of: SIEP, CIP, TFP, SAB.