04-17 10:51 · Clawhub,OpenClaw,技能,AI,图像,技术
基于文字描述的图片生成技能,支持多种风格和模型
Generate images using multiple AI models — Midjourney (via Legnext.ai), Flux, Nano Banana Pro (Gemini), Ideogram, Recraft, and more via fal.ai. Intelligently...
Like a lobster shell, security has layers — review code before you run it.
This skill generates images using the best AI model for each use case.Model selection is the most important decision— read the dispatch logic carefully before generating.
Always select the model based on the user's actual need, not just the request surface.
UseNano Bananawhenever the user's request involves:
Nano Banana uses Google's Gemini 3 Pro multimodal architecture, which understands context holistically rather than keyword-matching. It supports up to 14 reference images for maintaining character and scene consistency.
exec timeout: Set at least120 secondsfor Midjourney and Nano Banana; 30 seconds is sufficient for Flux Schnell.
Always use sync mode (no--async). The script waits internally until complete.
CRITICAL — image field meanings:
"放大第N张" / "要第N张" / "give me image N" = sendimageUrls[N-1]directly. Do NOT call generate.js again.
🎨 生成完成!这是 4 张图的预览:预览图你喜欢哪一张?回复 1、2、3 或 4,我直接发给你高清单图。
When user picks image N:
Use for storyboards, character series, and any context-dependent multi-image generation.
How to build a storyboard series:
Example storyboard workflow:
SendimageUrldirectly to the user (no grid, single image).
Best for photorealistic standalone images. Output format same as Nano Banana (singleimageUrl).
Best for images containing text (logos, posters, signs).
Best for vector-style, icons, flat design.
For Midjourney: Addcinematic lighting,ultra detailed,--v 7,--style raw. Legnext supports all MJ parameters.
For Nano Banana: Use natural language descriptions. Describe the character consistently across frames (hair color, clothing, expression). Mention "same style as reference" or "consistent with previous frame".
For Flux: Addmasterpiece,highly detailed,sharp focus,professional photography,8k.
For Ideogram: Be explicit about text content, font style, layout, and color scheme.
For Recraft: Specifyvector illustration,flat design,icon style,minimal.
User: "帮我画一只赛博朋克猫"
→ Single artistic image →Midjourney→ Tell user "🎨 正在用 Midjourney 生成,约 30 秒..."
→ Send grid preview, ask which one they want
User: "帮我生成一套分镜图,讲述一个女孩在魔法森林的冒险"
→ Multiple frames with story continuity →Nano Banana→ Tell user "🎨 这类有上下文关联的分镜图用 Gemini 生成,能保持角色一致性..."
→ Generate frame by frame, using previous frames as reference images
User: "要第2张" / "放大第2张" (after Midjourney generation)
→ SendimageUrls[1]directly. No need to call generate.js again.
User: "做一个 App 图标,蓝色系扁平风格"
→ Vector/icon →Recraft
User: "生成一张带有'欢迎光临'文字的门牌图"
→ Text in image →Ideogram
User: "快速生成个草稿看看效果"
→ Speed priority →Flux Schnell(<2s)
User: "生成一张产品海报,白色背景,一瓶香水"
→ Photorealistic product →Flux Pro
▸ 展开全文
04-17 10:51 · Clawhub,OpenClaw,技能,微博,技术
OpenClaw微博发帖自动化技能,支持格式校验、定时发帖等功能
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
发微博(新浪微博)。当用户说"发微博"、"发条微博"、"发到微博"、"发一条微博"、"帮我发微博"、"发到微博"时触发。使用浏览器自动发微博。
Like a lobster shell, security has layers — review code before you run it.
▸ 展开全文
04-16 00:00 · 技术迭代,生态扩展,内容生成,平台竞争,技能模块
根据文字描述或参考图片生成视频的技能
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
AI视频生成与编辑,使用火山引擎 Doubao Seedance 模型。支持文生视频、图生视频、有声视频。当用户要求生成视频、制作视频、文生视频、图生视频时使用此 skill。
Like a lobster shell, security has layers — review code before you run it.
▸ 展开全文
04-16 00:00 · 技术升级,平台生态,AI技能,检索增强,产品更新
生产级长期记忆管理技能,支持智能提取、混合检索等功能
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
This skill should be used when working with memory-lancedb-pro, a production-grade long-term memory MCP plugin for OpenClaw AI agents. Use when installing, c...
Like a lobster shell, security has layers — review code before you run it.
▸ 展开全文
04-16 00:00 · 技术迭代,平台生态,内容生成,技能扩展,AI工具集成
基于文字描述的图片生成技能,支持多种风格和模型
Generate images using multiple AI models — Midjourney (via Legnext.ai), Flux, Nano Banana Pro (Gemini), Ideogram, Recraft, and more via fal.ai. Intelligently...
Like a lobster shell, security has layers — review code before you run it.
▸ 展开全文
04-16 00:00 · 技能发布,流程自动化,社交媒体,平台更新,功能增强
OpenClaw微博发帖自动化技能,支持格式校验、定时发帖等功能
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
发微博(新浪微博)。当用户说"发微博"、"发条微博"、"发到微博"、"发一条微博"、"帮我发微博"、"发到微博"时触发。使用浏览器自动发微博。
Like a lobster shell, security has layers — review code before you run it.
▸ 展开全文
03-27 00:02 · Clawhub,OpenClaw,技能,工具,天气,技术
获取当前天气和天气预报的实用技能
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description claim 'no API key required' and the instructions call only to wttr.in and open-meteo (both free/no-key). However, SKILL.md metadata lists curl as a required binary while the registry metadata shows 'Required binaries: none' — a small inconsistency (curl is reasonably required for the documented usage).
Instruction Scope
SKILL.md only instructs making HTTP requests to wttr.in and open-meteo and saving an optional PNG to /tmp; it does not instruct reading unrelated files, accessing credentials, or sending data to unexpected endpoints.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes disk footprint and is appropriate for a curl-based weather helper.
Credentials
The skill requests no environment variables or credentials, which is proportionate to its function. (curl availability is the only operational dependency.)
Persistence & Privilege
always:false and no special persistence requested. The skill can be invoked autonomously by the agent per platform defaults, but it does not request elevated or permanent privileges.
Assessment
This skill uses curl to fetch weather from wttr.in and Open‑Meteo and does not request any keys or install software. Before installing: ensure you are comfortable with the agent making outbound HTTP requests (queries will include the location you ask for), confirm curl is available on the host if you want the one-liners to work, and note the small metadata mismatch (registry says no required binaries while SKILL.md lists curl). If you want to avoid network access or remote logging of queried locations, do not enable this skill or restrict the agent's network permissions.Like a lobster shell, security has layers — review code before you run it.
latestvk97b2hmpej53w1qhpm2fsk5d9n7yjpz5
▸ 展开全文
03-27 00:02 · Clawhub,OpenClaw,技能,AI,视频,技术
根据文字描述或参考图片生成视频的技能
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
AI视频生成与编辑,使用火山引擎 Doubao Seedance 模型。支持文生视频、图生视频、有声视频。当用户要求生成视频、制作视频、文生视频、图生视频时使用此 skill。
Like a lobster shell, security has layers — review code before you run it.
▸ 展开全文
03-27 00:02 · Clawhub,OpenClaw,技能,AI,记忆,技术
生产级长期记忆管理技能,支持智能提取、混合检索等功能
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
This skill should be used when working with memory-lancedb-pro, a production-grade long-term memory MCP plugin for OpenClaw AI agents. Use when installing, c...
Like a lobster shell, security has layers — review code before you run it.
▸ 展开全文
03-27 00:02 · Clawhub,OpenClaw,技能,AI,图像,技术
基于文字描述的图片生成技能,支持多种风格和模型
Generate images using multiple AI models — Midjourney (via Legnext.ai), Flux, Nano Banana Pro (Gemini), Ideogram, Recraft, and more via fal.ai. Intelligently...
Like a lobster shell, security has layers — review code before you run it.
▸ 展开全文