← Back to Skills Marketplace
blammectrappora

Ai Headshot Skill

by blammectrappora · GitHub ↗ · v2.1.0 · MIT-0
cross-platform ✓ Security Clean
243
Downloads
0
Stars
0
Active Installs
14
Versions
Install in OpenClaw
/install ai-headshot-skill
Description
Generate ai professional headshot generator images with AI via the Neta AI image generation API (free trial at neta.art/open).
README (SKILL.md)

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 \x3Chttps://www.neta.art/open/>). Pass it via the --token flag.

node \x3Cscript> "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
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: ai-headshot-skill Version: 2.1.0 The skill is a straightforward implementation for generating AI headshots using the Neta AI API (api.talesofai.com). The core logic in `aiheadshot.js` involves standard API interactions: sending a POST request with a user-provided token and polling a status endpoint for the resulting image URL. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-headshot-skill
  3. After installation, invoke the skill by name or use /ai-headshot-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.1.0
Remove clawhub.env, clean docs for security compliance
v2.0.1
- Updated README.md for improved clarity and formatting. - Incremented version number in package.json to 2.0.1.
v2.0.0
ai-headshot-skill 2.0.0 - Version bump to 2.0.0. - Documentation updates in README.md and package.json. - No major feature or interface changes observed.
v1.0.2
- Updated package.json with version bump to 1.0.2. - No functional or documentation changes in SKILL.md.
v1.0.1
- Updated dependencies in package.json for improved stability and compatibility. - Minor internal updates in aiheadshot.js; no user-facing changes.
v1.5.0
ai-headshot-skill v1.5.0 - Updated documentation to clarify Neta API token requirement, including setup instructions and free trial info. - Improved clarity in skill description and usage examples.
v1.4.0
ai-headshot-skill v1.4.0 - Added support for selecting image style with a new `--style` option (choices: anime, cinematic, realistic). - Updated description and documentation for clarity and new features. - Removed Neta API token setup instructions from documentation. - General improvements and refinements in documentation and configuration.
v1.3.0
- Updated dependencies in package.json. - Internal improvements in aiheadshot.js for stability or performance. No changes to user-facing features or documentation.
v1.2.0
ai-headshot-skill v1.2.0 - Updated dependencies in package.json for improved stability. - Minor code and documentation cleanup. - No changes to usage or user-facing features.
v1.1.0
- Added version bump to package.json for new release (1.1.0). - Internal code or dependency changes in aiheadshot.js—no changes to documentation or usage.
v1.0.5
ai-headshot-skill v1.0.5 - Updated dependencies in package.json - Improved code in aiheadshot.js for stability and compatibility - README.md and documentation refreshed for clarity and accuracy
v1.0.4
Version 1.0.4 - Updated the skill description to clarify usage of the Neta AI API and return format. - Added token authentication instructions, including environment variable and flag options. - Provided links to Neta API token pages for both global and China users. - Removed the "style" option from listed user options in the documentation.
v1.0.3
- Minor updates and maintenance release. - Updated dependencies in package.json. - README and documentation improvements for clarity. - No changes to skill options or usage.
v1.0.0
Initial release of ai-headshot-skill. - Generate professional AI headshot images from text descriptions. - Instantly receive a direct image URL for your generated headshot. - Supports customizable options for image size and style. - Powered by the Neta talesofai API.
Metadata
Slug ai-headshot-skill
Version 2.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 14
Frequently Asked Questions

What is Ai Headshot Skill?

Generate ai professional headshot generator images with AI via the Neta AI image generation API (free trial at neta.art/open). It is an AI Agent Skill for Claude Code / OpenClaw, with 243 downloads so far.

How do I install Ai Headshot Skill?

Run "/install ai-headshot-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ai Headshot Skill free?

Yes, Ai Headshot Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ai Headshot Skill support?

Ai Headshot Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ai Headshot Skill?

It is built and maintained by blammectrappora (@blammectrappora); the current version is v2.1.0.

💬 Comments