version: "1.0.0" name: lowercase description: Converts the provided input string to lowercase.
Instructions
When the user asks to convert a text to lowercase, or if you need to lowercase a string for processing, use this skill.
- Call
run_skill_script to execute lowercase.sh, passing the text as the first argument. - Return the lowered text directly to the user.