App Icon Generator

v1.0.0

Generate professional app icons for iOS, Android, and web apps instantly with AI. Create polished mobile app icons, app store icons, launcher icons, PWA icon...

0· 94·1 current·1 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 blammectrappora/app-icon-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "App Icon Generator" (blammectrappora/app-icon-generator) from ClawHub.
Skill page: https://clawhub.ai/blammectrappora/app-icon-generator
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 app-icon-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install app-icon-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description (app icon generation) match the included README, SKILL.md, and the JS implementation which submits prompts to the Neta/TalesofAI image endpoints and returns an image URL.
Instruction Scope
SKILL.md and the CLI script are narrowly scoped: they require a prompt and a Neta API token (passed as --token), POST a make_image request, then poll the task endpoint until an image URL is returned. There are no instructions to read unrelated files, access other environment variables, or transmit data to unexpected domains.
Install Mechanism
No install spec or downloads are present; the skill is instruction + a small Node script. This is low-risk compared with remote installers or archives.
Credentials
No environment variables or system credentials are requested. The only secret required is a service token supplied by the user via the --token flag, which is appropriate for an API-calling image generator.
Persistence & Privilege
The skill does not request always:true or any special platform privileges. It does network calls at runtime and can be invoked by the agent per the default settings, which is expected for a callable skill.
Assessment
This skill sends your text prompt (and optional reference UUID) to the external Neta/TalesofAI API (api.talesofai.com). Only provide an API token you trust and avoid sending proprietary or sensitive content in prompts because it will be transmitted to that external service. Confirm you obtained the token from the official neta.art/open site and review that service's privacy/usage terms if you have concerns. Also ensure your runtime Node version supports global fetch or run with a compatible Node release. Otherwise, the skill appears coherent and limited to its stated purpose.

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

latestvk973gyb9byf8rfkdrkttyaja4x84vnh0
94downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

App Icon Generator

Generate professional app icons for iOS, Android, and web apps instantly with AI. Create polished mobile app icons, app store icons, launcher icons, PWA icons, and software icons. Perfect for developers, startups, indie makers, and designers who need modern, clean app icon artwork without hiring a designer.

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 app icon generator images.

Quick start

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

Options

  • --sizeportrait, landscape, square, tall (default: square)
  • --ref — reference image UUID for style inheritance

Install

npx skills add blammectrappora/app-icon-generator

Comments

Loading comments...