Skip to main content

text-upper

Convert text to uppercase. Use when the user wants to convert text to all capital letters.

Jump to install

Source facts

Repository
EXboys/langchain-skilllite
Last source activity
February 4, 2026 at 15:47
Detected SKILL.md language
English
Stars
2
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

File Explorer
2 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
text-upper
description
Convert text to uppercase. Use when the user wants to convert text to all capital letters.
# Text Upper Skill Converts input text to uppercase. ## Usage `{"text": "hello world"}` → `{"result": "HELLO WORLD"}`
View on GitHub