← Back to Skills Marketplace
omactiengartelle

Yearbook Photo Skill

by omactiengartelle · GitHub ↗ · v1.6.0 · MIT-0
cross-platform ✓ Security Clean
180
Downloads
0
Stars
0
Active Installs
8
Versions
Install in OpenClaw
/install yearbook-photo-skill
Description
Generate ai yearbook photo generator images with AI via the Neta AI image generation API (free trial at neta.art/open).
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install yearbook-photo-skill
  3. After installation, invoke the skill by name or use /yearbook-photo-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug yearbook-photo-skill
Version 1.6.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 8
Frequently Asked Questions

What is Yearbook Photo Skill?

Generate ai yearbook photo 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 180 downloads so far.

How do I install Yearbook Photo Skill?

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

Is Yearbook Photo Skill free?

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

Which platforms does Yearbook Photo Skill support?

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

Who created Yearbook Photo Skill?

It is built and maintained by omactiengartelle (@omactiengartelle); the current version is v1.6.0.

💬 Comments