🧪 Skills
Blog Image Claw Skill
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.
v1.0.3
Description
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. version: 1.0.0 metadata: openclaw: requires: env: - NETA_TOKEN bins: - node primaryEnv: NETA_TOKEN emoji: "📝" homepage: https://github.com/BarbaraLedbettergq/blog-image-claw-skill
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
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
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!