← 返回 Skills 市场
blammectrappora

Ai Headshot Skill

作者 blammectrappora · GitHub ↗ · v2.1.0 · MIT-0
cross-platform ✓ 安全检测通过
243
总下载
0
收藏
0
当前安装
14
版本数
在 OpenClaw 中安装
/install ai-headshot-skill
功能描述
Generate ai professional headshot generator images with AI via the Neta AI image generation API (free trial at neta.art/open).
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-headshot-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-headshot-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug ai-headshot-skill
版本 2.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 14
常见问题

Ai Headshot Skill 是什么?

Generate ai professional headshot generator images with AI via the Neta AI image generation API (free trial at neta.art/open). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 243 次。

如何安装 Ai Headshot Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-headshot-skill」即可一键安装,无需额外配置。

Ai Headshot Skill 是免费的吗?

是的,Ai Headshot Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ai Headshot Skill 支持哪些平台?

Ai Headshot Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ai Headshot Skill?

由 blammectrappora(@blammectrappora)开发并维护,当前版本 v2.1.0。

💬 留言讨论