Sticker Pack Skill

v1.0.0

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

0· 81·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for blammectrappora/sticker-pack-skill.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Sticker Pack Skill" (blammectrappora/sticker-pack-skill) from ClawHub.
Skill page: https://clawhub.ai/blammectrappora/sticker-pack-skill
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install sticker-pack-skill

ClawHub CLI

Package manager switcher

npx clawhub@latest install sticker-pack-skill
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, README, SKILL.md, and stickerpack.js all consistently describe an image-generation client for the Neta/TalesOfAI API. The network endpoints contacted (api.talesofai.com) and the --token requirement are consistent with that purpose.
Instruction Scope
SKILL.md instructs running the included node script with a --token flag. The runtime instructions do not ask the agent to read unrelated files, environment values, or system paths; the code only uses provided CLI args and makes HTTP requests to the image API.
Install Mechanism
There is no install spec (instruction-only plus a small bundled script). No external downloads, archive extraction, or package installs are performed by the skill itself. The package is self-contained JavaScript using standard Node runtime.
Credentials
The skill legitimately requires a single API token for the image service and obtains it via a --token CLI flag. Registry metadata shows no required env vars/primary credential even though documentation explains a token is needed; this is a minor metadata omission (the README suggests using an env var only as a convenience, not that the script reads it automatically).
Persistence & Privilege
always:false and no requests to modify agent/system configuration. The skill does not persist credentials or write to other skills' configs.
Assessment
This skill appears to do what it claims: it sends your prompt and the provided token to the TalesOfAI/Neta API and prints an image URL. Before installing, consider: (1) only provide a Neta token you trust (the token is sent in an HTTP header to api.talesofai.com); (2) the registry metadata does not list a required credential even though the script needs a token passed with --token (you must supply it when running); (3) review the network endpoint (api.talesofai.com) if you need to confirm the service; (4) avoid pasting sensitive secrets into shared shells or logs. If you need stronger assurance, verify the package source and checksum from a trusted registry before use.

Like a lobster shell, security has layers — review code before you run it.

latestvk972nhcv30893dnm43dzn49rg584rw27
81downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

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.

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

node stickerpack.js "your description here" --token YOUR_TOKEN

Options

  • --sizeportrait, landscape, square, tall (default: square)
  • --ref — reference image UUID for style inheritance

Install

npx skills add blammectrappora/sticker-pack-skill

Comments

Loading comments...