Ai Headshot Skill

v2.1.0

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

0· 239·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/ai-headshot-skill.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Ai Headshot Skill" (blammectrappora/ai-headshot-skill) from ClawHub.
Skill page: https://clawhub.ai/blammectrappora/ai-headshot-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 ai-headshot-skill

ClawHub CLI

Package manager switcher

npx clawhub@latest install ai-headshot-skill
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (AI headshot generator) match the included code and README: the script builds an image-generation request and polls api.talesofai.com for a result URL. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and README instruct running node aiheadshot.js with a --token and optional flags; the runtime instructions only cover building and sending the image request and polling for the result. They do not ask the agent to read arbitrary files, other credentials, or system state.
Install Mechanism
There is no install spec in registry metadata (low-risk, instruction-only), but the bundle includes aiheadshot.js and package.json. The README suggests installing via npx skills add or ClawHub; nothing in the package tries to download or execute untrusted code beyond the included script.
Credentials
No environment variables or unrelated credentials are requested. The script expects a Neta API token passed via --token, which is appropriate. Note: passing secrets on the command line can expose them in process lists or shell histories; this is an operational risk but not inconsistent with the skill's stated purpose.
Persistence & Privilege
Skill does not request always=true, does not modify other skills or system configs, and has no persistent/background privileges. It runs only when invoked.
Assessment
This skill appears to do what it says: it sends your prompt and the token you provide to api.talesofai.com and prints a returned image URL. Before installing, confirm you're comfortable sharing a Neta API token with that service. Avoid exposing the token on the command line in shared environments (process listings and shell history can reveal it); prefer using short-lived tokens or other secure submission methods if available. Also ensure you run the script with a Node version that provides global fetch (Node 18+), and verify the Neta/talesofai service's privacy/usage terms if you are processing sensitive images.

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

latestvk9728zc3bppa8fae9dcfgg2xe183pxs3
239downloads
0stars
14versions
Updated 1mo ago
v2.1.0
MIT-0

AI Professional Headshot Generator

Generate stunning ai professional headshot 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 professional headshot generator images.

Quick start

node aiheadshot.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/ai-headshot-skill

Comments

Loading comments...