← 返回 Skills 市场
jennyli2022

Uppercase Converter

作者 JennyLi2022 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
36
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install uppercase-converter
功能描述
Convert English lowercase letters to uppercase. Use when the user asks to uppercase text, capitalize all letters, convert lowercase to uppercase, or "转大写". C...
使用说明 (SKILL.md)

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):

    python "$CLAUDE_SKILL_DIR/to_upper.py" "hello world"
    
  2. From standard input (when no arguments are given) — useful for piping files or large/multiline text:

    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.
  3. Return the script's stdout to the user as the converted result.
  4. If the user points to a file, pipe the file into the script via stdin and (if asked) write the output back.
安全使用建议
Install only in a trusted maintainer or developer workspace. The moderation and review workflows can affect real ClawHub users, skills, PRs, or local code review execution, so use them with the documented confirmation steps and authenticated accounts you intend to use.
能力评估
Purpose & Capability
The visible artifacts describe ClawHub maintenance, review, UI proof, moderation, and Convex development workflows; the capabilities fit those stated purposes.
Instruction Scope
Some workflows can perform high-impact actions such as moderator account changes, PR comments, GitHub inspection, migrations, and nested review commands, but the instructions disclose these actions and include confirmation or verification guardrails.
Install Mechanism
No deceptive install behavior or automatic persistence mechanism was found in the inspected skill files; referenced commands are task-specific developer tools.
Credentials
The skills assume a trusted development or maintainer environment with repo access, CLI tools, and sometimes authenticated services; that is proportionate for the stated ClawHub and Convex workflows.
Persistence & Privilege
The autoreview helper can run nested Codex review with full-access mode by default, and moderation commands can mutate ClawHub state, but both are explicitly documented and user-directed rather than hidden.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install uppercase-converter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /uppercase-converter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of uppercase-converter. - Converts English lowercase letters to uppercase using a Python script. - Supports input via command-line arguments or standard input for flexibility with different text formats. - Only affects ASCII English letters; other characters remain unchanged. - Provides usage instructions for converting plain text or file contents.
元数据
Slug uppercase-converter
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Uppercase Converter 是什么?

Convert English lowercase letters to uppercase. Use when the user asks to uppercase text, capitalize all letters, convert lowercase to uppercase, or "转大写". C... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 36 次。

如何安装 Uppercase Converter?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install uppercase-converter」即可一键安装,无需额外配置。

Uppercase Converter 是免费的吗?

是的,Uppercase Converter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Uppercase Converter 支持哪些平台?

Uppercase Converter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Uppercase Converter?

由 JennyLi2022(@jennyli2022)开发并维护,当前版本 v1.0.0。

💬 留言讨论