← 返回 Skills 市场
maoruibin

screenshot-beautifier 截图美化工具

作者 咕咚 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
148
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install gudong-beautify-shot
功能描述
给截图添加渐变背景和圆角,让分享更美观。当用户发送图片并说"美化"、"美化一下"、"加个背景"时触发。
使用说明 (SKILL.md)

Screenshot Beautifier

给截图添加好看的背景和圆角,让分享更美观。

触发条件

用户发送图片后,说以下任意关键词:

  • "美化" / "美化一下"
  • "帮我美化"
  • "加个背景"

使用方式

# 基本美化
python3 beautify.py input.png

# 带底部文字
python3 beautify.py input.png -t "这是我的截图"

Claude 交互示例:

用户:[发送图片] 美化一下
AI:[返回美化后的图片]

用户:[发送图片] 美化,加描述:今天的学习笔记
AI:[返回带文字描述的美化图片]

处理流程

  1. 接收用户发送的图片路径
  2. 解析文字描述(如果有)
  3. 调用 beautify.py 处理图片
  4. 返回美化后的图片路径

效果

  • 渐变背景(蜜桃橙粉配色)
  • 圆角裁切
  • 可选底部文字描述(居中、带阴影)
  • 自适应图片尺寸
  • 输出 PNG(透明边缘,无白边)

依赖

pip install Pillow

不做什么

  • 不编辑图片内容(裁剪、滤镜等)
  • 不支持自定义配色
  • 不支持批量处理
安全使用建议
This skill appears coherent and processes images entirely locally using Pillow. It will read system font files (normal for text rendering) and write a PNG output beside the input image. Before installing, ensure you trust the source code (it's included here) and have Pillow installed in a virtual environment if you want isolation. The code has no network calls or credential access. If you plan to run user-supplied images from untrusted sources, consider scanning them with your usual malware/protection tools — the script itself does not sanitize image content beyond using Pillow to open and save files. Finally, note a minor non-security implementation quirk in the font fallback (harmless), but nothing affecting safety was found.
功能分析
Type: OpenClaw Skill Name: gudong-beautify-shot Version: 1.0.0 The skill bundle is a legitimate image processing tool designed to add gradient backgrounds and rounded corners to screenshots. The Python script `beautify.py` uses the Pillow library for standard image manipulation and contains no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description describe adding gradient background, rounded corners, and optional text. The included beautify.py implements exactly those features and the SKILL.md usage/invocation aligns with the implementation. No unrelated capabilities (cloud access, system administration, etc.) are requested.
Instruction Scope
SKILL.md instructs the agent to run beautify.py with an input image and optional text. The code only reads the provided input image, system font paths, and writes a PNG output next to the input; it does not read other files, access environment variables, or send data externally.
Install Mechanism
There is no install spec; SKILL.md lists a single reasonable dependency (Pillow) via pip. No downloads from untrusted URLs or archive extraction are present.
Credentials
No environment variables, credentials, or config paths are required. The code checks common system font paths (read-only) which is expected for rendering text.
Persistence & Privilege
The skill does not request permanent presence (always=false) and does not modify other skills or global agent settings. It runs locally and only writes the output image file.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gudong-beautify-shot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gudong-beautify-shot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of gudong-beautify-shot. - Adds gradient backgrounds and rounded corners to screenshots for aesthetic sharing. - Supports optional bottom text descriptions. - Triggered when users send an image and keywords like "美化", "美化一下", or "加个背景". - Output features adaptive sizing, centered text with shadow, and transparent PNG format. - Does not edit original image content or support batch/custom color processing.
元数据
Slug gudong-beautify-shot
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

screenshot-beautifier 截图美化工具 是什么?

给截图添加渐变背景和圆角,让分享更美观。当用户发送图片并说"美化"、"美化一下"、"加个背景"时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。

如何安装 screenshot-beautifier 截图美化工具?

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

screenshot-beautifier 截图美化工具 是免费的吗?

是的,screenshot-beautifier 截图美化工具 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

screenshot-beautifier 截图美化工具 支持哪些平台?

screenshot-beautifier 截图美化工具 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 screenshot-beautifier 截图美化工具?

由 咕咚(@maoruibin)开发并维护,当前版本 v1.0.0。

💬 留言讨论