3d Anime Poster Generator

v1.0.0

Create stunning 3D anime posters with volumetric lighting, cinematic depth, and dynamic compositions. Perfect for wallpapers, merch designs, print-on-demand...

0· 91·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/3d-anime-poster-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "3d Anime Poster Generator" (omactiengartelle/3d-anime-poster-generator) from ClawHub.
Skill page: https://clawhub.ai/omactiengartelle/3d-anime-poster-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 3d-anime-poster-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install 3d-anime-poster-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description promise (3D anime poster generation) matches the code and README: the script POSTs to an image-generation API (api.talesofai.com) and polls for a result. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md and README instruct running the included Node script with a --token flag and a prompt. The runtime instructions and code are narrowly scoped to constructing API requests and polling results. Note: the token is passed on the command line (--token), which can expose it to other local users/processes via process listings on multi-user systems.
Install Mechanism
There is no install spec; the package is distributed as source files (node script + docs). No remote downloads or archives are executed during install, minimizing install-time risk.
Credentials
No environment variables or unrelated credentials are required. The only secret is the Neta API token, which the skill expects as a CLI argument; this is proportionate to its stated function, but CLI tokens can leak via process listings—using an env var or protected storage is safer.
Persistence & Privilege
Skill does not request persistent platform privileges (always:false) and does not modify other skills or system configurations. Autonomous invocation is permitted (platform default) but not combined with other high-risk behaviors.
Assessment
This skill appears to be what it says: a small Node script that sends your prompt and a provided Neta/TalesOfAI token to api.talesofai.com and returns an image URL. Before installing, consider: (1) verify you trust the API provider (neta.art / talesofai) and their privacy/usage terms; (2) avoid passing sensitive tokens on the command line if you’re on a multi-user system (use an environment variable or other secret mechanism instead) because command-line flags can be visible to other users; (3) review the included script (it’s short and readable) to confirm nothing unexpected is sent to other endpoints; and (4) ensure your Node runtime supports global fetch (Node 18+). If you need stricter guarantees about secret handling or provenance, request a published homepage/source repository or a maintainer identity before use.

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

latestvk97bwd7bna2av2hhh52qx7v0s184t2s5
91downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

3D Anime Poster Generator

Create stunning 3D anime posters with volumetric lighting, cinematic depth, and dynamic compositions. Perfect for wallpapers, merch designs, print-on-demand art, anime fan posters, cyberpunk-style artwork, and decorative prints. AI-powered 3D anime art poster maker and 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 3d anime poster generator images.

Quick start

node 3danimepostergenerator.js "your description here" --token YOUR_TOKEN

Options

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

Install

npx skills add omactiengartelle/3d-anime-poster-generator

Comments

Loading comments...