mit einem Klick
echo-loud
Echo the input string in uppercase.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Echo the input string in uppercase.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
| id | echo_loud |
| name | Echo Loud |
| description | Echo the input string in uppercase. |
| tags | ["demo","dispatch","profile"] |
| examples | ["{\"text\": \"hello\"} → {\"shouted\": \"HELLO\"}"] |
| inputModes | ["application/json"] |
| outputModes | ["application/json"] |
| securityRequirements | [] |
| inputSchema | {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"text":{"type":"string","minLength":1}},"required":["text"]} |
| outputSchema | {"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"shouted":{"type":"string","minLength":1}},"required":["shouted"]} |
Returns the uppercase form of the input string.
Routed via the https://turul.dev/a2a/extensions/skill-invocation/v1
profile: clients set Message.metadata["a2a.skillId"] = "echo_loud"
and put the text argument in Message.metadata["a2a.skillParams"].
Reverse the input string character-by-character.
Evaluate a value against a list of deterministic rule-based invariants.
Validate a value against a JSON Schema 2020-12; return verdict + first violation.
Sum two numbers.
Join an array of strings with single spaces.
Square the input integer.