Noir Photo Generator

v1.0.0

Generate dramatic film noir style portraits and scenes with AI. Perfect for creating 1940s detective aesthetic photos, black and white cinematic portraits, v...

0· 119·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 blammectrappora/noir-photo-generator.

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

Canonical install target

openclaw skills install blammectrappora/noir-photo-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install noir-photo-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, README, SKILL.md, and the JS implementation all describe text-to-image generation using the Neta image API. The script requires a single API token (passed via --token) which is appropriate for this purpose. There are minor naming inconsistencies (SKILL.md points to neta.art/open while the code talks to api.talesofai.com and sets x-platform:'nieta-app/web'), but these are plausibly the same service surface rather than evidence of unrelated capability requests.
Instruction Scope
SKILL.md instructs the agent/user to run the included node script with a token flag and optional size/ref. The instructions do not ask the agent to read arbitrary files, system credentials, or transmit data to unrelated endpoints beyond the image API. The runtime JS follows those instructions and only sends the provided prompt/token and optional ref to the API.
Install Mechanism
There is no install spec; this is effectively instruction-plus-script. No packages are downloaded automatically by the skill, and package.json only contains basic metadata. Risk is limited to running the provided script locally.
Credentials
No environment variables or unrelated credentials are requested. The only secret required is the service API token (passed via --token) which is proportional to an image-generation integration.
Persistence & Privilege
The skill is not always-enabled, does not require elevated privileges, and does not attempt to modify other skills or system-wide configuration. It makes network requests only to the image API and performs transient polling for job results.
Assessment
This skill appears to do what it claims: call an AI image API to generate film-noir images. Before using it, (1) verify you obtained your API token from the official service (SKILL.md points to neta.art/open; the code calls api.talesofai.com — confirm those endpoints match the provider you trust), (2) inspect the script locally before running and run it in a safe environment if you are unsure, (3) avoid exposing your token in shared logs or screenshots and revoke it if you suspect misuse, and (4) be aware the script will make outbound network requests to the API to submit and poll for images (no other system files or credentials are accessed). If any endpoint or provider looks unfamiliar, do not run the script until you confirm its origin.

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

latestvk971t8zp217t9saw165gen08vh857p4v
119downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Film Noir Photo Generator

Generate dramatic film noir style portraits and scenes with AI. Perfect for creating 1940s detective aesthetic photos, black and white cinematic portraits, vintage crime fiction artwork, moody atmospheric shots with venetian blind shadows, rain-soaked streets, and classic Hollywood noir vibes for social media, book covers, posters, and creative projects.

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 film noir photo generator images.

Quick start

node noirphotogenerator.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 blammectrappora/noir-photo-generator

Comments

Loading comments...