← 返回 Skills 市场
kning32

draw-animal

作者 kning32 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
224
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install draw-animal
功能描述
Generate a text description of an animal picture via Python script
使用说明 (SKILL.md)

Draw Animal Skill Instructions

Overview

This skill generates a simple text description for an animal picture. If no specific animal type is specified, "pig" will be used as the default.

Execution Logic

  1. Prompt the user to specify the animal they want to generate a picture description for, and provide a few common options (e.g., cat, dog, bird) as recommendations.
  2. Extract the "animal" parameter from the user's input, then run the Python script with this parameter (using "pig" if no parameter is provided). Optionally, extract the "lang" parameter (default: en) to support English/Chinese descriptions:
    python3 {baseDir}/scripts/draw_animal.py --animal {animal:-pig} --lang {lang:-en}
    
安全使用建议
This skill appears to do exactly what it claims: run a small Python script to generate a textual animal description. It requires only python3 and does not request credentials or network access. If you plan to install it, consider: (1) review the included script yourself (it is short and local); (2) note that agent invocation will execute python3 and capture stdout — only allow if you trust the skill source; (3) functional nitpick: unknown animals are normalized to 'default' which may lead to odd wording, but this is a quality issue not a security one.
功能分析
Type: OpenClaw Skill Name: draw-animal Version: 1.0.0 The skill is a straightforward tool for generating random text descriptions of animals using a Python script. The logic in `scripts/draw_animal.py` is entirely consistent with the stated purpose in `SKILL.md`, containing no evidence of data exfiltration, unauthorized network access, or persistence. Furthermore, the Python script includes a `validate_animal` function that attempts to filter out potentially harmful command-line keywords, indicating a focus on basic safety rather than malicious intent.
能力评估
Purpose & Capability
Name/description say 'generate a text description of an animal picture via Python script' and the package includes a small Python script plus SKILL.md instructing the agent to run that script. Required binary is only python3, which is appropriate.
Instruction Scope
SKILL.md limits runtime behavior to prompting for an animal and running the included script with --animal and optional --lang. It does not instruct reading unrelated files, accessing environment variables, or contacting external endpoints.
Install Mechanism
No install spec (instruction-only) and a single provided script. Nothing is downloaded or written to disk beyond running the included file with python3.
Credentials
No environment variables, credentials, or config paths are requested or used. The script performs only local logic and prints output to stdout.
Persistence & Privilege
always is false and there is no indication the skill modifies other skills or system configuration. It does not request persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install draw-animal
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /draw-animal 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of draw-animal skill. - Generates a simple text description for a requested animal picture. - Supports specifying the animal type; defaults to "pig" if none is provided. - Allows optional language selection (English or Chinese). - Includes suggestions for common animals when prompting the user. - Runs via a Python script using provided parameters.
元数据
Slug draw-animal
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

draw-animal 是什么?

Generate a text description of an animal picture via Python script. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 224 次。

如何安装 draw-animal?

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

draw-animal 是免费的吗?

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

draw-animal 支持哪些平台?

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

谁开发了 draw-animal?

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

💬 留言讨论