📦 Free AI Tattoo Generator – Create Custom Tattoo Designs from Text or Image – API-powered — Free AI Tattoo Generator — AI文身设计生成
v1.0.0基于API的AI文身设计生成器,可通过文本提示或参考图片创建个性化文身设计并进行试穿。支持图像上传,每请求最多生成16种设计变体。
0· 25·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidence该技能的请求和运行时指令与其描述(API支持的文身图像生成器)相符,且仅要求提供单个服务API密钥,但上传个人照片时应谨慎,只有在信任weShop服务时才提供WESHOP_API_KEY。
评估建议
该技能与其声明的目的相符,但在安装前需注意:仅在信任WeShop时才提供WESHOP_API_KEY;将密钥设置为环境变量而非直接在聊天中粘贴;注意使用参考照片会将图片上传至openapi.weshop.ai(如果图片敏感请查看WeShop的隐私/保留政策);如WeShop支持,首选最小范围/密钥,如停止使用技能请轮换密钥。详细分析 ▾
✓ 用途与能力
名称/描述(AI文身生成器)与声明的端点(openapi.weshop.ai代理运行和图片上传)一致。要求WESHOP_API_KEY符合托管API服务的做法。
ℹ 指令范围
指令专注于调用openapi.weshop.ai并轮询运行状态。SKILL.md提到通过POST /openapi/agent/assets/images上传本地图片——这意味着代理可能会将用户图片发送到外部API;该技能未指示读取任意系统文件或其他凭证,但用户应注意使用个人图片时图片将离开其设备。
✓ 安装机制
无安装规范和代码文件——纯指令形式。该技能本身不会写入磁盘或下载任何内容。
✓ 凭证需求
仅声明了一个必需的环境变量(WESHOP_API_KEY),这对于API支持的技能是合适的。README明确警告仅将密钥发送给openapi.weshop.ai。
✓ 持久化与权限
always为false,该技能不请求提升的或持久的平台权限。它不会修改其他技能或系统设置。
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/14
ai-tattoo-generator-openapi-skill 首次发布。支持从文本提示或参考图片创建文身设计试穿。支持图像上传,每请求最多生成16种变体。安全的API密钥处理;仅允许密钥用于openapi.weshop.ai。包含清晰的端点和运行参数文档。详见 https://www.weshop.ai/tools/ai-tattoo-generator。
● 无害
安装命令
点击复制官方npx clawhub@latest install ai-tattoo-generator-openapi-skill
镜像加速npx clawhub@latest install ai-tattoo-generator-openapi-skill --registry https://cn.longxiaskill.com镜像同步中
技能文档
This skill provides capabilities to generate AI-powered tattoo designs using the WeShop AI Tattoo Generator API.
Capabilities
- Text-to-Tattoo: Generate tattoo designs from text prompts
- Image-to-Tattoo: Create tattoo designs from reference images
- Multiple Variations: Generate up to 16 design variations per request
- Design Try-On: Visualize tattoo designs on body parts
Setup
Prerequisites
- A WeShop API key (WESHOP_API_KEY)
Configuration
Set your WeShop API key as an environment variable:
export WESHOP_API_KEY="your-api-key-here"
Or pass it directly to the skill when prompted.
Usage
Generate Tattoo from Text
Create a tattoo design for a rose flower with thorns
Generate Tattoo from Image
Create a tattoo design based on the attached image
API Details
Endpoints
- Base URL:
https://openapi.weshop.ai - Agent Run:
POST /openapi/agent/runs - Image Upload:
POST /openapi/agent/assets/images - Status Poll:
GET /openapi/agent/runs/{run_id}
Run Parameters
| Parameter | Type | Description |
|---|---|---|
| text | string | Text prompt for tattoo design |
| image_url | string | Reference image URL (optional) |
| num_variations | number | Number of variations (1-16) |
Security
- Only use your WESHOP_API_KEY with openapi.weshop.ai
- Never share your API key in public forums or chats
- Rotate your API key periodically
- Check WeShop's privacy policy for data retention details
Resources
Troubleshooting
Common Issues
- API Key Error: Ensure WESHOP_API_KEY is set correctly
- Image Upload Failed: Check image format and size (max 10MB)
- Rate Limited: Wait a moment and retry
Support
For issues, contact WeShop support or check their documentation.