openai-image-gen-siliconflow
Generate images via SiliconFlow API (OpenAI compatible). Uses Qwen/Qwen-Image model.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate images via SiliconFlow API (OpenAI compatible). Uses Qwen/Qwen-Image model.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
🧠 ontology-clawra v5.1 - Local Ontology Reasoning & Learning Engine **USE THIS SKILL WHENEVER** you need structured reasoning, knowledge graph management, logical inference, or learning from interactions. This is your go-to tool for: - Building and querying ontology knowledge graphs (concepts, entities, relationships) - Performing confidence-based reasoning with evidence tracking - Recording insights and patterns from completed tasks - Local memory search and knowledge retrieval **Key Use Cases:** - Before making complex decisions: "Let me use ontology-clawra to reason about this" - After completing tasks: "Record this learning to ontology-clawra" - Building domain expertise: "Create concepts for [domain] in ontology-clawra" - Analyzing patterns: "Query ontology-clawra for similar past cases" **Core Capabilities:** ✅ Local ontology storage in `~/.openclaw/skills/ontology-clawra/memory/` ✅ Confidence calculation (CONFIRMED/ASSUMED/SPECULATIVE) ✅ Learning from user confirmations ✅ Local memory search (no ne
Complete guide to using and extending Hermes Agent — CLI usage, setup, configuration, spawning additional agents, gateway platforms, skills, voice, tools, profiles, and a concise contributor reference. Load this skill when helping users configure Hermes, troubleshoot issues, spawn agent instances, or make code contributions.
Git push to HTTPS remote using token authentication — avoids SSH setup, works in CI/automated environments.
从 GitHub 历史中彻底清除敏感文件的完整流程 — 使用 git filter-repo + force push,适用于清理意外提交的个人文件、工作文件等
清理 GitHub 历史和 ClawHub 中意外泄露的个人/工作文件
Configure WhatsApp and Telegram messaging platforms on Hermes Agent
| name | openai-image-gen-siliconflow |
| description | Generate images via SiliconFlow API (OpenAI compatible). Uses Qwen/Qwen-Image model. |
| metadata | {"openclaw":{"emoji":"🖼️","requires":{"env":["OPENAI_API_KEY"]},"primaryEnv":"OPENAI_API_KEY"}} |
使用 SiliconFlow API 生成图片,支持 Qwen/Qwen-Image 模型。
export OPENAI_API_KEY="your-siliconflow-api-key"
# 可选: 自定义 base URL
export OPENAI_BASE_URL="https://api.siliconflow.cn/v1"
python3 {baseDir}/gen.py --model "Qwen/Qwen-Image" --prompt "描述" --count 1
--model: 模型名称 (默认: Qwen/Qwen-Image)--prompt: 图片描述--count: 生成数量 (默认: 1)--size: 图片尺寸 (如 1024x1024)python3 {baseDir}/gen.py --model "Qwen/Qwen-Image" --prompt "一只可爱的猫" --count 1