Overview
- Skill Key
- baokui/wan-text2image
- Author
- baokui
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/baokui/wan-text2image
- Latest Commit SHA
- d0ba45cc547bcc7800c5aff17019d17b4d666364
阿里云DashScope Wan2.6文生图工具。使用阿里云百炼平台的Wan2.6-t2i模型生成图片。 当用户需要:AI生成图片、文生图、从文字生成图像时触发。 需要DASHSCOPE_API_KEY环境变量(已在系统中配置)。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 wan-t2i 技能。 若已安装,则直接安装 wan-t2i 技能。
# Wan2.6 文生图 使用阿里云DashScope的Wan2.6-t2i模型进行文生图。 ## 环境要求 - DASHSCOPE_API_KEY:已配置在系统中 - curl:系统自带 ## 使用方式 ### 脚本调用 ```bash # 基本用法 bash ~/.openclaw/workspace/skills/wan-t2i/scripts/t2i.sh "你的提示词" # 指定反向提示词 bash ~/.openclaw/workspace/skills/wan-t2i/scripts/t2i.sh "提示词" "不想出现的内容" # 指定图片尺寸(支持:1280*1280, 720*1280, 1280*720) bash ~/.openclaw/workspace/skills/wan-t2i/scripts/t2i.sh "提示词" "" "1280*720" ``` ### 参数说明 | 参数 | 说明 | 默认值 | |------|------|--------| | 第1个 | 正向提示词(中文效果更好) | 必填 | | 第2个 | 反向提示词(不想出现的元素) | 空 | | 第3个 | 尺寸(宽*高) | 1280*1280 | ## API详情 - **模型**:wan2.6-t2i - **Endpoint**:https://dashscope.aliyuncs.com/api/v1/services/aigc/multimodal-generation/generation - **特点**:支持prompt_extend自动优化提示词 ## 示例 ```bash # 生成一张风景图 bash ~/.openclaw/workspace/skills/wan-t2i/scripts/t2i.sh "日落时的海滩,海浪轻拍沙滩" # 生成人物图 bash ~/.openclaw/workspace/skills/wan-t2i/scripts/t2i.sh "一位穿着汉服的少女" "" "720*1280" ``` ## 注意事项 1. API响应是JSON格式,包含base64编码的图片或图片URL 2. 实际使用中可能需要解析JSON获取图片 3. 建议使用中文提示词,效果更好
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.