kusa

Review·Scanned 2/17/2026

This skill is a Node CLI that generates images via the Kusa.pics API using an API key. It reads KUSA_API_KEY (via require('dotenv').config()), makes network calls to https://api.kusa.pics/api/go/b2b/tasks, and writes image files to ../../media/generated.

from clawhub.ai·vb11799c·16.3 KB·0 installs
Scanned from 1.0.1 at b11799c · Transparency log ↗
$ vett add clawhub.ai/autogame-17/kusaReview findings below

Kusa.pics Image Generator

Generate images using the Kusa.pics API.

Configuration

  • API Key: Set KUSA_API_KEY environment variable.

Usage

node skills/kusa-image/index.js "Your prompt here" [--style <id>] [--width <w>] [--height <h>]

Options

  • --style: Style ID (Default: 6)
  • --width: Width (Default: 960)
  • --height: Height (Default: 1680)