← 返回 Skills 市场
omactiengartelle

Yearbook Photo Skill

作者 omactiengartelle · GitHub ↗ · v1.6.0 · MIT-0
cross-platform ✓ 安全检测通过
180
总下载
0
收藏
0
当前安装
8
版本数
在 OpenClaw 中安装
/install yearbook-photo-skill
功能描述
Generate ai yearbook photo generator images with AI via the Neta AI image generation API (free trial at neta.art/open).
使用说明 (SKILL.md)

AI Yearbook Photo Generator

Generate stunning ai yearbook photo generator images from a text description. Get back a direct image URL instantly.

Token

Requires a Neta API token. Free trial available at \x3Chttps://www.neta.art/open/>.

export NETA_TOKEN=your_token_here
node \x3Cscript> "your prompt" --token "$NETA_TOKEN"

When to use

Use when someone asks to generate or create ai yearbook photo generator images.

Quick start

node yearbookphoto.js "your description here" --token YOUR_TOKEN

Options

  • --sizeportrait, landscape, square, tall (default: portrait)
  • --styleanime, cinematic, realistic (default: realistic)

Install

npx skills add omactiengartelle/yearbook-photo-skill
安全使用建议
This skill appears to do what it claims: generate yearbook-style images via a Neta/TalesOfAI API. Before installing: (1) Confirm the required env var NETA_TOKEN is present and valid (the package declares it required even though the registry summary omitted it). (2) Verify you trust the API endpoint (the code calls https://api.talesofai.cn) and are comfortable sending prompt text and the token to that host. (3) Do not paste your token into public logs or public prompts; prefer environment variables. (4) Because there is no install script, you can safely inspect the yearbookphoto.js file locally — it only performs HTTP calls and prints a URL. (5) If you plan to allow autonomous agent invocation, be aware the skill will be able to call the external API whenever the agent chooses; restrict that if you don't want automated external requests. If you want higher assurance, ask the publisher to correct the registry metadata to include NETA_TOKEN and confirm the canonical API host.
功能分析
Type: OpenClaw Skill Name: yearbook-photo-skill Version: 1.6.0 The skill is a straightforward wrapper for an AI image generation API (talesofai.cn). The code in yearbookphoto.js correctly handles argument parsing, API requests, and polling for results without any signs of malicious behavior, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name, README, SKILL.md, package.json and the included yearbookphoto.js all align: the skill generates images via a Neta/TalesOfAI API and requires an API token. The network calls (POST to /v3/make_image and polling /v1/artifact/task) are consistent with image generation.
Instruction Scope
SKILL.md and the script only instruct usage of a token and running the Node script; there are no instructions to read unrelated files, other credentials, system config, or to transmit data to unexpected third parties beyond the image API endpoints used in the code.
Install Mechanism
No install spec is provided (instruction-only with an included Node script). There are no downloads from arbitrary URLs or extraction steps in the package; recommended install via npx/clawhub is a packaging convenience, not an opaque installer.
Credentials
The skill requires a single credential (NETA_TOKEN) which is appropriate for an API-backed image generator. However, the registry metadata at the top of the submission lists no required env vars while package.json and SKILL.md both state NETA_TOKEN is required — this metadata mismatch should be corrected/confirmed before installation.
Persistence & Privilege
The skill does not request persistent/always-on privileges, does not modify other skills or system-wide settings, and is user-invocable only. Default autonomy settings are unchanged (normal for skills) but do not materially increase risk here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install yearbook-photo-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /yearbook-photo-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.6.0
yearbook-photo-skill v1.6.0 - Updated documentation to require a Neta API token, with information on obtaining a free trial. - Updated usage instructions to include new --token parameter for API authentication. - Clarified API provider as "Neta AI image generation API". - Improved quick start guide and command examples for clarity.
v1.5.0
yearbook-photo-skill v1.5.0 - Added a new `--style` option (`anime`, `cinematic`, `realistic`) to customize the yearbook photo style. - Updated documentation to include the new style option and clarified descriptions. - Minor improvements and clean-up in code and project files.
v1.4.0
- Updated dependencies in package.json. - Minor internal code changes in yearbookphoto.js.
v1.3.0
No user-visible changes in this release. - Version updated to 1.3.0 with no detected modifications to the skill files or documentation.
v1.2.0
- Updated dependencies in package.json. - Minor edits to code and README; no major user-facing feature changes.
v1.1.0
- Updated to version 1.1.0. - package.json and yearbookphoto.js files modified. - No user-facing changes documented.
v1.0.1
- Added requirement for a Neta API token, with instructions for use via environment variable or command-line flag. - Updated description for clarity on API usage and direct image URL return. - Updated documentation to reference token setup and relevant API links. - Removed mention of the unused `--style` option from available options.
v1.0.0
Initial release of AI Yearbook Photo Generator skill. - Generate AI yearbook photos from text descriptions. - Instantly receive a direct image URL. - Supports image size options: portrait, landscape, square, tall. - Supports style options: anime, cinematic, realistic. - Simple CLI usage and installation instructions provided.
元数据
Slug yearbook-photo-skill
版本 1.6.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 8
常见问题

Yearbook Photo Skill 是什么?

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

如何安装 Yearbook Photo Skill?

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

Yearbook Photo Skill 是免费的吗?

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

Yearbook Photo Skill 支持哪些平台?

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

谁开发了 Yearbook Photo Skill?

由 omactiengartelle(@omactiengartelle)开发并维护,当前版本 v1.6.0。

💬 留言讨论