← 返回 Skills 市场
omactiengartelle

Album Cover Skill

作者 omactiengartelle · GitHub ↗ · v1.5.7 · MIT-0
cross-platform ⚠ suspicious
184
总下载
0
收藏
0
当前安装
15
版本数
在 OpenClaw 中安装
/install album-cover-skill
功能描述
Generate ai album cover generator images with AI via the Neta AI image generation API (free trial at neta.art/open).
使用说明 (SKILL.md)

AI Album Cover Generator

Generate stunning ai album cover generator images from a text description. Get back a direct image URL instantly.

Token

Requires a Neta API token (free trial at \x3Chttps://www.neta.art/open/>). Pass it via the --token flag.

node \x3Cscript> "your prompt" --token YOUR_TOKEN

When to use

Use when someone asks to generate or create ai album cover generator images.

Quick start

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

Options

  • --sizeportrait, landscape, square, tall (default: square)
  • --styleanime, cinematic, realistic (default: cinematic)

Install

npx skills add omactiengartelle/album-cover-skill
安全使用建议
This skill appears to do what it says: it sends your text prompt (and an optional reference UUID) to the Neta/TalesOfAI image API and prints a returned image URL. Before installing: (1) Be prepared to provide a NETA_TOKEN (pass with --token or set NETA_TOKEN); the token will be sent to https://api.talesofai.com. (2) Verify you trust the owner/source (the registry metadata omitted the required env var even though package.json and the script require it). (3) Avoid supplying any high-privilege or reusable credentials—use a dedicated API token for this service. (4) If you need higher assurance, review the included albumcover.js yourself or run it in an isolated environment; the script does not read other local files or exfiltrate data beyond the image API.
功能分析
Type: OpenClaw Skill Name: album-cover-skill Version: 1.5.7 The album-cover-skill is a legitimate tool designed to generate images using the Neta AI API (talesofai.com). The code in albumcover.js correctly handles argument parsing, environment variables for authentication, and standard API interaction (POST and polling) without any signs of data exfiltration, obfuscation, or unauthorized execution.
能力评估
Purpose & Capability
The name/description match the code and README: the script sends prompts to the Neta/TalesOfAI image API and returns a direct image URL. One minor inconsistency: registry metadata listed no required env vars, but package.json and the script require a NETA_TOKEN (or --token). Functionality requested (API token) is appropriate for the stated purpose.
Instruction Scope
SKILL.md and albumcover.js instruct only running the script with a prompt and token. The runtime only reads the prompt, optional ref UUID, and the NETA_TOKEN (or --token), then calls the external API and prints an image URL. It does not read other files, system config, or unrelated environment variables, nor does it send data to unexpected endpoints.
Install Mechanism
No install spec is provided (instruction-only). The package includes a single small JS script and README; nothing is downloaded from untrusted URLs or installed automatically. Low install risk.
Credentials
The only credential required is a NETA_TOKEN, which is proportionate to contacting the Neta/TalesOfAI API. However, there is a metadata inconsistency: the registry metadata claimed 'Required env vars: none' while package.json declares NETA_TOKEN as required and the code enforces it. Users should be aware the token is required and will be sent to https://api.talesofai.com.
Persistence & Privilege
The skill is not marked always:true, does not request persistent system privileges, and does not modify other skills or system settings. It runs on-demand and only makes outbound API calls to the image service.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install album-cover-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /album-cover-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.5.7
- Updated albumcover.js and package.json with minor changes. - No major user-facing changes noted in documentation.
v1.5.6
- Updated version to 1.5.6 in package.json. - No changes to functionality or documentation content.
v1.5.5
album-cover-skill v1.5.5 - Clarified API token instructions in the documentation for better usability. - Updated SKILL.md to improve token usage and instructions for running the script. - Minor improvements for clarity and consistency in README and SKILL.md.
v1.5.4
- Updated package.json and README.md files. - No functional changes to code; documentation and metadata only.
v1.5.3
- Bumped version to 1.5.3. - Updated package metadata and documentation; no functional changes made.
v1.5.2
- Updated dependencies in package.json. - No user-facing features or documentation changes.
v1.5.1
album-cover-skill 1.5.1 - Minor updates and maintenance release. - No user-facing changes documented.
v1.5.0
**Now requires a Neta API token for use** - Updated to require a Neta API token; instructions for obtaining a free trial token added. - Usage examples updated to include the required `--token` option. - Description clarified to reference the Neta AI API and free trial availability. - No functional changes to skill options or installation process.
v1.4.0
- Added support for the `--style` option with choices: `anime`, `cinematic`, or `realistic` (default: `cinematic`) - Updated API provider description to "Neta talesofai API" - Improved documentation in SKILL.md with the new `--style` option - Removed token setup instructions from SKILL.md for clarity
v1.3.0
album-cover-skill v1.3.0 - Updated dependencies in package.json for improved stability and compatibility. - Minor code improvements in albumcover.js. No changes to usage or features.
v1.2.0
- Updated dependencies in package.json. - Improved code in albumcover.js. - README and documentation refreshed for clarity.
v1.1.0
- Added version 1.1.0 with updates to albumcover.js and package.json. - No user-facing feature or documentation changes.
v1.0.2
- Updated dependencies in package.json. - Minor improvements and cleanup in albumcover.js. - Documentation refreshed in README.md for clarity.
v1.0.1
Version 1.0.1 - Clarified the description to state it generates album covers using the Neta AI API. - Added documentation about requiring a Neta API token, including setup instructions and links. - Detailed new authentication methods: `NETA_TOKEN` environment variable or `--token` flag. - Removed the `--style` option from usage instructions.
v1.0.0
album-cover-skill 1.0.0 - Initial release: generate AI album cover images from a text prompt. - Instantly receive a direct image URL via the Neta talesofai API. - Supports image size options: portrait, landscape, square, tall. - Choose from styles: anime, cinematic, or realistic. - Easy CLI usage with Bash and Node.js.
元数据
Slug album-cover-skill
版本 1.5.7
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 15
常见问题

Album Cover Skill 是什么?

Generate ai album cover generator images with AI via the Neta AI image generation API (free trial at neta.art/open). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 184 次。

如何安装 Album Cover Skill?

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

Album Cover Skill 是免费的吗?

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

Album Cover Skill 支持哪些平台?

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

谁开发了 Album Cover Skill?

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

💬 留言讨论