Album Cover Skill

v1.5.7

Generate ai album cover generator images with AI via the Neta AI image generation API (free trial at neta.art/open).

0· 189·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 omactiengartelle/album-cover-skill.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Album Cover Skill" (omactiengartelle/album-cover-skill) from ClawHub.
Skill page: https://clawhub.ai/omactiengartelle/album-cover-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 album-cover-skill

ClawHub CLI

Package manager switcher

npx clawhub@latest install album-cover-skill
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.
albumcover.js:28
Environment variable access combined with network send.
Confirmed safe by external scanners
Static analysis detected API credential-access patterns, but both VirusTotal and OpenClaw confirmed this skill is safe. These patterns are common in legitimate API integration skills.

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

latestvk970q1rmmc1174pxpeemgw6s6n83pnqx
189downloads
0stars
15versions
Updated 1mo ago
v1.5.7
MIT-0

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 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 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

Comments

Loading comments...