a3273283/sih-ai-photo-changer/SKILL.md
AI图片生成与编辑工具,使用Sih.AI API进行自然语言驱动的图片处理。支持换装、换背景、换脸、风格转换(动漫/粘土/油画等)、美颜修图等功能。当用户需要通过自然语言描述来编辑图片(如"把衣服换成bikini"、"背景换成海边"、"转换成动漫风格")时使用此skill。
npx skillsauth add openclaw/skills sih-image-genInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
通过自然语言描述来编辑图片,使用 scripts/image_gen.py 脚本调用API。
# 使用URL
python scripts/image_gen.py "https://example.com/image.jpg" "背景改为在海边"
# 使用本地文件
python scripts/image_gen.py "./photo.jpg" "换成动漫风格"
# 指定模型
python scripts/image_gen.py "./photo.jpg" "美颜修图" "sihai-image-27"
https://example.com/image.jpgdata:image/...;base64, 前缀)sihai-image-27API返回JSON格式,包含生成的图片URL:
{
"model": "sihai-image-27",
"created": 1773386658,
"data": [
{
"url": "https://...",
"size": "2048x2048"
}
],
"usage": {
"generated_images": 1,
"output_tokens": 16384,
"total_tokens": 16384
}
}
data:image/...;base64, 前缀tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。