← Back to Skills Marketplace
sherrihidalgolt

Og Image Skill

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

OG Image Generator

Generate stunning og image generator ai 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 og image generator images.

Quick start

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

Options

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

Install

npx skills add SherriHidalgolt/og-image-skill
Usage Guidance
This skill appears to do what it claims: call the Neta/TalesOfAI image API and return an image URL. Before installing, verify the source (the README references a GitHub owner and the registry owner ID differs), and decide how you want to supply your API token: the script expects --token on the command line (avoid exposing secrets on shared shells or in logs). Be aware package.json advertises a NETA_TOKEN env var for installers (clawhub) even though the script doesn't read it — some install tooling may prompt you to set that env var. If you have sensitive data or strict network policies, confirm outbound access to api.talesofai.com and cdn.talesofai.cn is acceptable. Otherwise this skill is internally consistent and proportionate to its purpose.
Capability Assessment
Purpose & Capability
The skill's name, README, SKILL.md, and code all describe generating images via the Neta/TalesOfAI API (api.talesofai.com) and the code performs exactly that. Minor inconsistency: registry metadata shows no required env vars, while package.json declares a NETA_TOKEN env entry; the runtime script expects a --token flag rather than reading an env var. These are documentation/packaging mismatches, not functional red flags.
Instruction Scope
SKILL.md tells users to run the Node script with a --token flag and gives sensible CLI options. The file header in SKILL.md lists 'tools: Bash' but the provided script is a Node program — another minor doc mismatch. The instructions and script only send the prompt and optional ref UUID to the external image API and print the returned image URL; they do not read unrelated files or attempt to exfiltrate other data.
Install Mechanism
There is no install spec that downloads arbitrary code at runtime; the package is distributed as source files (ogimage.js, package.json, README). The README suggests installing via npx/clawhub which is typical. No remote arbitrary archive downloads or suspicious install URLs are present.
Credentials
The script requires a single API token to call the image service (passed via --token). This is proportionate. The only mismatch is that package.json advertises a NETA_TOKEN environment variable as 'required' (clawhub.env) while the runtime script does not read that env var — it uses the CLI flag only. No unrelated credentials are requested.
Persistence & Privilege
The skill does not request persistent/always-on privileges, does not modify other skills or system settings, and does not attempt to store tokens or alter agent config. Autonomous invocation is allowed (platform default) but there are no additional elevated privileges requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install og-image-skill
  3. After installation, invoke the skill by name or use /og-image-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.2
og-image-skill v2.0.2 - Updated documentation in SKILL.md for improved clarity and token usage instructions. - No code or feature changes; package metadata and docs updated only.
v2.0.1
- Updated documentation in README.md and SKILL.md for clarity and formatting. - No changes to core functionality.
v2.0.0
og-image-skill 2.0.0 - Updated package metadata and documentation files. - No functional changes to the skill's logic or features.
v1.0.2
- Updated package.json (details not specified). - No user-facing changes in functionality or documentation.
v1.0.1
- Updated dependencies in package.json. - Minor code or configuration updates in ogimage.js.
v1.5.0
**Added Neta API token support and updated usage instructions** - Now requires a Neta API token for image generation; free trial info included. - Added documentation on how to set and use the token when running the script. - Updated description to clarify use of the Neta AI API. - Improved quick start and usage examples in the documentation.
v1.4.0
og-image-skill v1.4.0 - Added support for a new `--style` option: choose between `anime`, `cinematic`, or `realistic` image styles (default: cinematic). - Updated description to clarify AI capabilities and Neta API name. - Documentation improvements and clarified usage options in SKILL.md and README.md.
v1.3.0
og-image-skill 1.3.0 - Internal updates to ogimage.js and package.json. - No changes to user-facing features or documentation.
v1.2.0
og-image-skill 1.2.0 - Updated dependencies in package.json. - Improved code and documentation consistency. - Minor changes to ogimage.js and README.md for clarity.
v1.1.0
- Bumped version to 1.1.0. - No user-facing changes documented in SKILL.md.
v1.0.5
- Updated dependencies in package.json. - Minor edits and formatting changes made in README.md. - Internal improvements to ogimage.js; no user-facing changes noted.
v1.0.4
og-image-skill v1.0.4 - Updated description and documentation to clarify use of the Neta AI API and image generation output. - Added requirement for a Neta API token, with instructions for setting it via environment variable or flag. - Removed reference to the deprecated `--style` option from the usage guide.
v1.0.3
og-image-skill v1.0.3 - Updated dependencies in package.json. - Minor code or documentation updates across README.md and ogimage.js. - No major feature changes or new options added.
v1.0.0
og-image-skill 1.0.0 - Initial release. - Generate OG image AI images from text descriptions via Neta talesofai API. - Supports image size options: portrait, landscape, square, tall (default: landscape). - Supports image style options: anime, cinematic, realistic (default: cinematic). - Returns direct image URL instantly. - Includes quick-start and installation instructions.
Metadata
Slug og-image-skill
Version 2.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 14
Frequently Asked Questions

What is Og Image Skill?

Generate og image generator ai 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 429 downloads so far.

How do I install Og Image Skill?

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

Is Og Image Skill free?

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

Which platforms does Og Image Skill support?

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

Who created Og Image Skill?

It is built and maintained by SherriHidalgolt (@sherrihidalgolt); the current version is v2.0.2.

💬 Comments