Antekirt Illustration Skill
name: antekirt
by andrejdorsian · published 2026-04-01
$ claw add gh:andrejdorsian/andrejdorsian-antekirt-generate-artist-backed-illustrations---
name: antekirt
version: 1.0.0
description: |
Generate illustrations and visuals using Antekirt artists and prompts.
This skill handles API configuration (key and base URL) and manages the asynchronous generation process, returning image URLs for direct use.
Use when you need to create custom art with a specific artist's style.
Supports: listing artists, generating images, vectorizing to SVG, animating to video.
Trigger phrases: "illustrate", "generate an image", "draw", "create art", "Antekirt", "artist style".
metadata:
openclaw:
primaryEnv: ANTEKIRT_API_KEY
requires:
env:
- ANTEKIRT_API_KEY
- ANTEKIRT_BASE_URL
bins:
- node
- curl
---
# Antekirt Illustration Skill
**Antekirt** is an API platform providing infrastructure for generative visuals backed by real artists, with clear commercial licensing. This skill lets you generate illustrations, SVG vectors, and videos using any artist available on the platform.
Setup
Before using this skill, set the following environment variables:
> **Note:** Node.js network access is required to run the `antekirt.js` script. In sandboxed environments where Node.js DNS resolution is unavailable, use the `curl` alternatives documented below.
---
Usage
The skill script is at `scripts/antekirt.js`. All commands require the env vars above.
1. List Available Artists
export ANTEKIRT_API_KEY='<your_api_key>'
export ANTEKIRT_BASE_URL='https://api.antekirt.com'
node scripts/antekirt.js artistsSearch by name:
node scripts/antekirt.js artists --search "lupita"**Alternative (curl):**
curl -s "https://api.antekirt.com/api/v1/artists?limit=25" \
-H "x-api-key: <your_api_key>"---
2. Generate an Illustration
node scripts/antekirt.js image \
--artist "Lupita Banjoon" \
--prompt "bowl of spaghetti"Or by artist ID:
node scripts/antekirt.js image \
--artist-id '<uuid>' \
--prompt 'bold illustration of a mountain village at dusk'**Key parameters:**
**Cost:** 3 credits per image.
**Alternative (curl):**
# Step 1 — submit generation
curl -s -X POST "https://api.antekirt.com/api/v1/generations/image" \
-H "x-api-key: <your_api_key>" \
-H "content-type: application/json" \
-d '{"artistId": "<uuid>", "prompt": "bowl of spaghetti"}'
# Step 2 — poll until status=completed
curl -s "https://api.antekirt.com/api/v1/generations/<generation_id>" \
-H "x-api-key: <your_api_key>"---
3. Vectorize to SVG
node scripts/antekirt.js svg --generation-id '<uuid>'**Cost:** 5 credits.
---
4. Animate to Video
node scripts/antekirt.js video \
--generation-id '<uuid>' \
--prompt 'slowly zooming in' \
--duration 4 \
--resolution 720p**Cost:** 25 credits.
---
Output
On success the script prints the direct URL(s) to the generated asset. Use these URLs to display or download the result.
Troubleshooting
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...