com um clique
message-to-text
Converts an L9 JSON message into a simple human-readable string.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Converts an L9 JSON message into a simple human-readable string.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
<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.
Validates an L9 JSON message against the schema. Reports PASS or FAIL.
Converts plain-text input into a valid L9 exchange message.
Baseado na classificação ocupacional SOC
| name | message-to-text |
| description | Converts an L9 JSON message into a simple human-readable string. |
Use this skill when you receive a valid L9 JSON message and need to produce a simple, human-readable plain-text representation on stdout.
Fetch the raw content from these URLs before processing:
$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 only input is a valid L9 JSON message. Derive field structure from the fetched schema.
$defs.L9."sender" from header.participants.actors), the kind, and the payload content.[<protocol>/<subprotocol>/<kind>] <sender_id>: <payload summary>L9Header.protocol is always "SSTP".