con un clic
text-to-message
Converts plain-text input into a valid L9 exchange message.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Converts plain-text input into a valid L9 exchange message.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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.
Validates an L9 JSON message against the schema. Reports PASS or FAIL.
| name | text-to-message |
| description | Converts plain-text input into a valid L9 exchange message. |
Use this skill when the input is a human-readable message that needs to be converted into a valid L9 message. Input pattern: <sender_name>: <message>.
If no sender name is provided (no colon separator), default sender to "User".
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.
Derive all structural fields from the fetched schema. The only user input is the plain-text message.
sender_name and message. No colon → sender is "User".id: lowercase, replace spaces with dashes.L9 envelope conforming to the fetched schema with kind = "exchange".L9Header.protocol is always "SSTP".L9Header.subprotocol must be one of: SIEP, CIP, TFP, SAB.