← 返回 Skills 市场
Blog Image Claw Skill
作者
BarbaraLedbettergq
· GitHub ↗
· v2.0.1
· MIT-0
366
总下载
0
收藏
1
当前安装
18
版本数
在 OpenClaw 中安装
/install 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).
使用说明 (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
--size—portrait,landscape,square,tall(default:landscape)--style—anime,cinematic,realistic(default:cinematic)
Install
npx skills add BarbaraLedbettergq/blog-image-claw-skill
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install blog-image-claw-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/blog-image-claw-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 366 次。
如何安装 Blog Image Claw Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install blog-image-claw-skill」即可一键安装,无需额外配置。
Blog Image Claw Skill 是免费的吗?
是的,Blog Image Claw Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Blog Image Claw Skill 支持哪些平台?
Blog Image Claw Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Blog Image Claw Skill?
由 BarbaraLedbettergq(@barbaraledbettergq)开发并维护,当前版本 v2.0.1。
推荐 Skills