Auto-generate matching hero and inline images for blog posts. The agent reads the content, derives visual prompts, and produces a ready-to-use image set.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill blog-image-claw-skill --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Blog Image Claw Skill?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-blog-image-claw-skill)More formats (shields.io, HTML) on the badges page.
---
name: blog-image-claw-skill
description: "Auto-generate matching hero and inline images for blog posts. The agent reads the content, derives visual prompts, and produces a ready-to-use image set."
---
# Blog Image Claw Skill
The agent reads blog content (text, file, or URL), derives visual prompts for the hero and each key section, then calls `blogimg.js` to generate images.
## Helper script
```bash
node blogimg.js gen "<visual_prompt>" --size header|inline
# → {"status":"SUCCESS","url":"https://...","width":1024,"height":576}
```
The agent handles all content analysis. The script only calls the image generation API.
## Setup
```
NETA_TOKEN=your_token_here
```
in `~/.openclaw/workspace/.env`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!