← Back to Skills Marketplace
barbaraledbettergq

Blog Image Claw Skill

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

Blog Image Generator

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

Quick start

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

Options

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

Install

npx skills add BarbaraLedbettergq/blog-image-claw-skill
Usage Guidance
This skill appears to do what it says: build prompts and call the Neta/talesofai image API and return a URL. Before installing, verify the source/trustworthiness of the package author, and be prepared to provide a Neta API token. Note the metadata vs. code mismatch: package.json/README mention NETA_TOKEN while the scripts require passing --token on the command line — confirm how your environment manager (ClawHub) injects the token if you prefer not to pass it inline. If you are concerned about data exfiltration, run the script in a network-restricted or sandboxed environment, inspect outgoing requests to api.talesofai.com, and avoid reusing high-privilege tokens; create a scoped/trial token for testing.
Capability Analysis
Type: OpenClaw Skill Name: blog-image-claw-skill Version: 2.0.1 The skill is a legitimate implementation of an AI image generator interface for the Neta AI API (talesofai.com). The scripts blogimageclaw.js and blogimg.js handle argument parsing, API requests, and task polling as described in the documentation, with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The skill is for generating images via the Neta/talesofai API and the code calls https://api.talesofai.com as expected. However, registry metadata claimed no required env vars while package.json's clawhub section and README/SKILL.md indicate a NETA_TOKEN is required — a minor metadata inconsistency.
Instruction Scope
SKILL.md and the scripts instruct the agent to build prompts and call the image API, poll for results, and print the image URL. The scripts only access the token (via --token) and the network endpoints for the image service; they do not read unrelated files or other credentials.
Install Mechanism
There is no remote download/install step in the skill bundle (instruction-only install with included JS files and package.json). No unusual or high-risk install mechanisms are present.
Credentials
The skill requires a single API token for the image service (proportionate). Note the inconsistency: package.json declares NETA_TOKEN as required for ClawHub, README/SKILL.md show examples using NETA_TOKEN or --token, but the scripts themselves expect a --token flag and do not read process.env.NETA_TOKEN directly. This mismatch is likely an authoring oversight but worth confirming.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and does not persist credentials or alter agent configuration. Autonomous invocation is enabled by default (normal) but not combined with any elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install blog-image-claw-skill
  3. After installation, invoke the skill by name or use /blog-image-claw-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
- Documentation updates in README.md and SKILL.md; no user-facing changes to functionality. - Package metadata updated in package.json.
v2.0.0
- Package version updated to 2.0.0 - Documentation files (README.md, SKILL.md) reviewed, but no substantive content changes detected - No functional or code changes introduced in this version
v1.1.2
- Updated dependencies in package.json for improved stability and security. - Made minor code adjustments in blogimg.js. - No changes to user-facing skill documentation.
v1.1.1
- Maintenance release with minor updates. - Internal code improvements in blogimageclaw.js and blogimg.js. - Updated dependencies in package.json.
v1.7.0
**Adds Neta API token support for image generation** - Now requires a Neta API token to generate images (free trial available at neta.art/open). - Updated documentation with instructions on setting and passing the token. - Enhanced skill description for clarity about API usage.
v1.6.0
Version 1.6.0 - Added `--style` option to choose image style (`anime`, `cinematic`, `realistic`) - Updated documentation for new options and API name (Neta talesofai API) - Added `blogimg.js` script file - General improvements and file updates for usability
v1.5.0
- Updated to version 1.5.0. - README.md, blogimageclaw.js, and package.json were modified. - No user-facing changes documented.
v1.4.0
- Bump version to 1.4.0 in package.json; no other changes.
v1.3.0
- No user-facing changes or new features in this version. - Internal updates only; documentation remains unchanged.
v1.2.0
blog-image-claw-skill v1.2.0 - Updated dependencies in package.json. - Internal improvements in blogimageclaw.js for better performance and maintainability.
v1.1.5
- Updated dependencies in package.json for improved stability and compatibility. - Improved internal code organization in blogimageclaw.js. - Minor documentation and metadata tweaks in README.md.
v1.1.4
blog-image-claw-skill 1.1.4 - Added requirement for a Neta API token, configurable via environment variable or command-line flag. - Updated documentation to reflect token setup instructions and new API information. - Removed the blogimg.js file. - Minor cleanup and edits for improved clarity in the SKILL.md description.
v1.1.3
- Updated dependencies in package.json for improved stability. - Minor code adjustments in blogimageclaw.js for performance or maintenance. - No changes made to documentation or usage instructions.
v1.1.0
- Updated project description and usage examples for improved clarity. - Added new main script: `blogimageclaw.js`. - Expanded image generation options with `--size` and `--style` flags. - Revised documentation with simpler quick start and install instructions.
v1.0.3
- blogimg.js updated (file contents not shown). - No changes to documentation or metadata.
v1.0.2
- Updated blogimg.js with minor changes. - No updates to documentation or requirements.
v1.0.1
- Minor update to blogimg.js file. - No changes to documentation or skill metadata.
v1.0.0
- Initial release of blog-image-claw-skill. - Automatically generates hero and inline images for blog posts by analyzing content and creating visual prompts. - Integrates with a helper script (`blogimg.js`) to produce ready-to-use image sets. - Requires a NETA_TOKEN for authentication. - Supports processing blog content via text, file, or URL.
Metadata
Slug blog-image-claw-skill
Version 2.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 18
Frequently Asked Questions

What is Blog Image Claw Skill?

Generate ai blog image 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 366 downloads so far.

How do I install Blog Image Claw Skill?

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

Is Blog Image Claw Skill free?

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

Which platforms does Blog Image Claw Skill support?

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

Who created Blog Image Claw Skill?

It is built and maintained by BarbaraLedbettergq (@barbaraledbettergq); the current version is v2.0.1.

💬 Comments