← Back to Skills Marketplace
omactiengartelle

Album Cover Skill

by omactiengartelle · GitHub ↗ · v1.5.7 · MIT-0
cross-platform ⚠ suspicious
184
Downloads
0
Stars
0
Active Installs
15
Versions
Install in OpenClaw
/install album-cover-skill
Description
Generate ai album cover generator images with AI via the Neta AI image generation API (free trial at neta.art/open).
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install album-cover-skill
  3. After installation, invoke the skill by name or use /album-cover-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug album-cover-skill
Version 1.5.7
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 15
Frequently Asked Questions

What is Album Cover Skill?

Generate ai album cover generator images with AI via the Neta AI image generation API (free trial at neta.art/open). It is an AI Agent Skill for Claude Code / OpenClaw, with 184 downloads so far.

How do I install Album Cover Skill?

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

Is Album Cover Skill free?

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

Which platforms does Album Cover Skill support?

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

Who created Album Cover Skill?

It is built and maintained by omactiengartelle (@omactiengartelle); the current version is v1.5.7.

💬 Comments