← 返回
未分类

uppercase-converter

Convert English lowercase letters to uppercase. Use when the user asks to uppercase text, capitalize all letters, convert lowercase to uppercase, or "转大写". Conversion is performed by a Python script.
Convert English lowercase letters to uppercase. Use when the user asks to uppercase text, capitalize all letters, convert lowercase to uppercase, or "转大写". Conversion is performed by a Python script.
yjkj999999
未分类 community v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 13
下载
💾 0
安装
1
版本
#latest

概述

Uppercase Converter

Convert English text from lowercase to uppercase using the bundled Python script.

Usage

Run the script to_upper.py in this skill directory. It accepts the text to convert

in one of two ways:

  1. As command-line arguments (joined with spaces):

```bash

python "$CLAUDE_SKILL_DIR/to_upper.py" "hello world"

```

  1. From standard input (when no arguments are given) — useful for piping files

or large/multiline text:

```bash

cat input.txt | python "$CLAUDE_SKILL_DIR/to_upper.py"

```

The script prints the uppercased result to stdout. Only ASCII English letters a-z

are affected; digits, punctuation, whitespace, and non-English characters pass

through unchanged.

Instructions

  1. Determine the text the user wants converted.
  2. Invoke the Python script using one of the forms above. Prefer stdin for text that

contains quotes, newlines, or shell-special characters.

  1. Return the script's stdout to the user as the converted result.
  2. If the user points to a file, pipe the file into the script via stdin and (if asked)

write the output back.

版本历史

共 1 个版本

  • v1.0.0 从ClawHub迁移发布 当前
    2026-06-07 12:31 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 389 📥 148,008
design-media

agnes-image-gen

user_15292d5a
使用 Agnes AI 的图片生成模型生成图片,支持文生图(agnes-image-2.1-flash)和图生图(agnes-image-2.0-flash)。支持自定义 API Key,用户可使用自己的 Agnes Key。优化重点:降低
★ 1 📥 208
office-efficiency

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 932 📥 187,425