DrawThings Image Generation
v1.0.0Generate images with DrawThings (Stable Diffusion) via API. Use when creating images from text prompts, running image generation workflows, or batch generating images. DrawThings runs locally on Mac with MLX/CoreML acceleration.
⭐ 1· 1.8k·9 current·9 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the provided Python wrapper and docs. The only required environment variable is DRAWTHINGS_URL (defaults to a local http://127.0.0.1:7860), which is exactly what a local API client needs.
Instruction Scope
SKILL.md and the script only describe contacting the DrawThings API, saving returned images and metadata to disk, and reading DRAWTHINGS_URL (or --api-url). There are no instructions to read unrelated files, harvest credentials, or transmit system data. Note: prompts and generation parameters are sent to whatever DRAWTHINGS_URL you set, so only point it at services you trust.
Install Mechanism
There is no install spec (instruction-only skill plus a single Python script). The script depends on the widely used 'requests' library but does not download or execute arbitrary remote archives or binaries.
Credentials
The skill only requires a single environment variable (DRAWTHINGS_URL) to locate the API. It does not request tokens, passwords, cloud credentials, or unrelated environment/config paths.
Persistence & Privilege
always:false and default autonomy are used; the skill does not request permanent system changes, modify other skills, or require elevated privileges.
Assessment
This skill is coherent with its stated purpose, but before installing: (1) confirm DRAWTHINGS_URL points to a trusted local DrawThings instance (or a trusted remote host) because prompts and parameters are sent to that endpoint; (2) be aware the script will write generated PNGs and a JSON info file to the working directory; (3) the script requires the Python 'requests' package — it will exit if missing; (4) references mention third-party model download sites (CivitAI, Hugging Face) but the skill does not automatically download models — download models only from trusted sources and respect licenses. If you plan to set DRAWTHINGS_URL to a remote service, treat prompts and any embedded metadata as potentially visible to the remote operator.Like a lobster shell, security has layers — review code before you run it.
latestvk9779nb43c6akpfhj9yyvec2c580r8tq
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🎨 Clawdis
EnvDRAWTHINGS_URL
