Skip to main content

sticker-pack-skill

Generate ai sticker pack generator images from text descriptions via the Neta AI image generation API (free trial at neta.art/open).

Aller à l'installation

Informations de source

Dépôt
vramrick/openclaw-skills
Dernière activité de la source
30 avril 2026 à 21:56
Langue détectée de SKILL.md
anglais
Étoiles
0
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Explorateur de fichiers
5 fichiers

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
sticker-pack-skill
description
Generate ai sticker pack generator images from text descriptions via the Neta AI image generation API (free trial at neta.art/open).
tools
Bash
# AI Sticker Pack Generator Generate stunning ai sticker pack generator images from a text description. Get back a direct image URL instantly. ## Token Requires a Neta API token (free trial at <https://www.neta.art/open/>). Pass it via the `--token` flag. ```bash node <script> "your prompt" --token YOUR_TOKEN ``` ## When to use Use when someone asks to generate or create ai sticker pack generator images. ## Quick start ```bash node stickerpack.js "your description here" --token YOUR_TOKEN ``` ## Options - `--size` — `portrait`, `landscape`, `square`, `tall` (default: `square`) - `--ref` — reference image UUID for style inheritance ## Install ```bash npx skills add blammectrappora/sticker-pack-skill ```
Voir sur GitHub