> image-generate
使用内置 image_generate.py 脚本生成图片, 准备清晰具体的 `prompt`。
curl "https://skillshub.wtf/LeoYeAI/openclaw-master-skills/image-generate?format=md"Image Generate
适用场景
当需要根据文本描述生成图片时,使用该技能调用 image_generate 函数。
使用步骤
- 准备清晰具体的
prompt。 - 运行脚本
python scripts/image_generate.py "<prompt>"。运行之前cd到对应的目录。 - 脚本将返回生成图片的 URL。
认证与凭据来源
- 优先读取
MODEL_IMAGE_API_KEY或ARK_API_KEY环境变量。 - 若未配置,将尝试使用
VOLCENGINE_ACCESS_KEY与VOLCENGINE_SECRET_KEY获取 Ark API Key。
输出格式
- 输出生成的图片 URL。
- 若调用失败,将打印错误信息。
示例
python scripts/image_generate.py "一只可爱的猫"
> related_skills --same-repo
> youtube-watcher
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
> youtube-transcript
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
> youtube-auto-captions
youtube-auto-captions skill from LeoYeAI/openclaw-master-skills
> youtube
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).