← Back to Skills Marketplace
kning32

draw-animal

by kning32 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
224
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install draw-animal
Description
Generate a text description of an animal picture via Python script
README (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}
    
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install draw-animal
  3. After installation, invoke the skill by name or use /draw-animal
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug draw-animal
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is draw-animal?

Generate a text description of an animal picture via Python script. It is an AI Agent Skill for Claude Code / OpenClaw, with 224 downloads so far.

How do I install draw-animal?

Run "/install draw-animal" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is draw-animal free?

Yes, draw-animal is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does draw-animal support?

draw-animal is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created draw-animal?

It is built and maintained by kning32 (@kning32); the current version is v1.0.0.

💬 Comments