← Back to Skills Marketplace
blammectrappora

Sticker Pack Skill

by blammectrappora · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
91
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install 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).
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: sticker-pack-skill Version: 1.0.0 The skill is a straightforward implementation of an AI image generator client. The code in stickerpack.js correctly handles user-provided prompts and API tokens to interact with the documented endpoint (api.talesofai.com), with no evidence of data exfiltration, unauthorized execution, or malicious instructions.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sticker-pack-skill
  3. After installation, invoke the skill by name or use /sticker-pack-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of sticker-pack-skill. - Generate AI sticker pack images from text descriptions using the Neta AI image generation API. - Requires API token; supports optional image size and reference options. - Instant image URL returned based on user prompt.
Metadata
Slug sticker-pack-skill
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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). It is an AI Agent Skill for Claude Code / OpenClaw, with 91 downloads so far.

How do I install Sticker Pack Skill?

Run "/install sticker-pack-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Sticker Pack Skill free?

Yes, Sticker Pack Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Sticker Pack Skill support?

Sticker Pack Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Sticker Pack Skill?

It is built and maintained by blammectrappora (@blammectrappora); the current version is v1.0.0.

💬 Comments