← 返回 Skills 市场
Paint Skill
作者
oangogah-claw
· GitHub ↗
· v1.0.0
· MIT-0
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install paint-skill
功能描述
Generate and save simple drawings as PNG images using Python with interactive and demo modes via Pillow and Tkinter.
安全使用建议
This skill's single Python file will draw and save a park image, but its documentation claims interactive GUI and CLI modes that are not present. Before installing or running it: 1) Inspect or run the script in a sandbox or throwaway environment (not as root). 2) Change the hardcoded output path to a safe, configurable location (or modify the script to accept an output filepath argument). 3) If you need interactive/demo features, implement or obtain a script that actually uses Tkinter and parses CLI options. 4) Use a dedicated Python virtual environment and confirm Pillow is the only external dependency. 5) If you plan to let an agent invoke this autonomously, be aware it will write files to disk — ensure the output path is safe and expected. If you need, ask the author for a corrected SKILL.md or a version of the script that matches the documented features.
能力标签
能力评估
Purpose & Capability
The skill's stated purpose (generate and save drawings with Pillow/Tkinter) matches the core behavior: the Python file programmatically draws and saves an image. However, SKILL.md promises interactive Tkinter drawing, demo and CLI modes, and multiple image options; the included script only implements a single draw_park_scene() function and immediately saves one image. The documentation overstates capabilities compared with the code.
Instruction Scope
SKILL.md instructs users to install conda/mamba, create an environment with tkinter support, and run the script with CLI options (--demo, --park, --custom). The shipped script contains no argparse/CLI handling, no Tkinter usage, and only a single callable that draws a park scene. The instructions therefore give the agent/state broad latitude (expecting interactive and multiple modes) that the code does not actually implement.
Install Mechanism
There is no install spec; this is primarily an instruction-and-script bundle. That is low risk from an install mechanism perspective. SKILL.md suggests using conda/mamba and pip to install Pillow, which is reasonable for the stated runtime, though the instructions are optional and not enforced by an install step.
Credentials
The skill requests no environment variables or credentials, which is proportional. However, the script writes output to a hardcoded absolute path (/Users/m1/.openclaw/workspace/openclaw_drawing.png). This is user-specific and unexpected (not declared in SKILL.md). It may fail on other systems and could overwrite a file at that location if present; the hardcoded path is an incoherent implementation detail versus the documented usage.
Persistence & Privilege
The skill does not request elevated privileges, does not set always:true, and does not modify other skills or system settings. It does persist a file to disk at a hardcoded path in a user's home directory, which is limited scope but notable because it is an undeclared, hardcoded side effect.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install paint-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/paint-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of paint-skill.
- Generate simple drawings and save as PNG images using Python PIL/Pillow.
- Provides interactive drawing mode via Tkinter window.
- Includes demo images: rainbow and park scene (boy, cat, dog).
- Custom scene drawing available by editing code.
- Installation and usage instructions provided for Python 3.9+ (macOS/Linux).
元数据
常见问题
Paint Skill 是什么?
Generate and save simple drawings as PNG images using Python with interactive and demo modes via Pillow and Tkinter. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。
如何安装 Paint Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install paint-skill」即可一键安装,无需额外配置。
Paint Skill 是免费的吗?
是的,Paint Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Paint Skill 支持哪些平台?
Paint Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Paint Skill?
由 oangogah-claw(@oangogah-claw)开发并维护,当前版本 v1.0.0。
推荐 Skills