← Back to Skills Marketplace
blammectrappora

Noir Photo Generator

by blammectrappora · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
133
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install noir-photo-generator
Description
Generate dramatic film noir style portraits and scenes with AI. Perfect for creating 1940s detective aesthetic photos, black and white cinematic portraits, v...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: noir-photo-generator Version: 1.0.0 The skill is a straightforward wrapper for the Neta AI image generation API (api.talesofai.com). The code in noirphotogenerator.js correctly handles user-provided tokens and prompts to generate images, with no evidence of data exfiltration, malicious execution, or obfuscation.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install noir-photo-generator
  3. After installation, invoke the skill by name or use /noir-photo-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of noir-photo-generator. - Generate dramatic film noir style portraits and scenes using the Neta AI image generation API. - Supports image sizing options: portrait, landscape, square, tall. - Allows style inheritance via reference image UUIDs. - Requires Neta API token; easy setup and quick start instructions included. - Ideal for vintage, 1940s detective, black & white cinematic, and atmospheric artwork.
Metadata
Slug noir-photo-generator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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, v... It is an AI Agent Skill for Claude Code / OpenClaw, with 133 downloads so far.

How do I install Noir Photo Generator?

Run "/install noir-photo-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Noir Photo Generator free?

Yes, Noir Photo Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Noir Photo Generator support?

Noir Photo Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Noir Photo Generator?

It is built and maintained by blammectrappora (@blammectrappora); the current version is v1.0.0.

💬 Comments