← 返回 Skills 市场
blammectrappora

Sticker Pack Skill

作者 blammectrappora · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
91
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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).
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sticker-pack-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sticker-pack-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug sticker-pack-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。

如何安装 Sticker Pack Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sticker-pack-skill」即可一键安装,无需额外配置。

Sticker Pack Skill 是免费的吗?

是的,Sticker Pack Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Sticker Pack Skill 支持哪些平台?

Sticker Pack Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sticker Pack Skill?

由 blammectrappora(@blammectrappora)开发并维护,当前版本 v1.0.0。

💬 留言讨论