An AI-driven automation skill for generating stylized XiaoHongShu social media images using template-based browser rendering.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install visnote-image-creator
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install visnote-image-creator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The VisNote Images Creator is a sophisticated technical asset within the ecosystem of Openclaw Skills designed to streamline social media content production. It bridges the gap between raw text descriptions and high-quality visual assets by leveraging Playwright-driven browser automation and a dynamic template registry. By analyzing user intent, the skill identifies whether a user needs a high-impact cover, a detailed tutorial layout, or a comparison chart, and then orchestrates the entire rendering process.
This skill is particularly valuable for creators and marketers who need to maintain a consistent visual identity on platforms like XiaoHongShu without manual design overhead. It ensures that every generated image adheres to professional design standards while remaining fully customizable through simple natural language commands.
To begin using this capability within your Openclaw Skills workflow, you must first configure your credentials. Create a config.json file in your project root with your VisNote API key:
cat > config.json << 'EOF'
{
"apikey": "your_api_key_here"
}
EOF
Additionally, ensure the runtime environment has the necessary browser dependencies installed:
npm install playwright
npx playwright install chromium
The skill manages data through a structured JSON schema that maps user inputs to template fields. This ensures that even partial user input results in a professional-looking output by falling back to template defaults.
| Field | Description | Type |
|---|---|---|
templateId |
The unique ID of the design layout (e.g., 'yellow', 'academic-notes') | String |
title |
The primary headline of the image, supporting manual line breaks | String |
subtitle |
Secondary text providing context or additional details | String |
tag |
Social media category tags (e.g., 'Daily Sharing', 'Tutorial') | String |
color |
Custom branding color in Hex format | String |
author |
User handle or credit often preceded by the @ symbol | String |
Loading
HostLink enables secure, authenticated execution of host-level commands directly from within an OpenClaw container.

An automated workflow that transforms silent screen recordings into polished, narrated product demos using neural text-to-speech.

A literary AI assistant that delivers curated daily poems, translations, and technical rhythm analysis across Chinese and English traditions.

A lightweight, local monitoring tool for tracking real-time health metrics and hardware performance on Linux and ARM-based gateway hosts.

An advanced learning system that transforms AI coding sessions into reusable knowledge through atomic instincts and confidence scoring.

A sophisticated prompt construction engine that synthesizes chapter outlines, character dossiers, and voice profiles into actionable instructions for AI writing agents.








































