yollomi-ai-api
Generates AI images and videos through the Yollomi API, utilizing a unified endpoint for diverse model options.
Install this skill
Security score
The yollomi-ai-api skill was audited on Feb 14, 2026 and we found 11 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 24 | **Headers**: `Authorization: Bearer ${YOLLOMI_API_KEY}` or `X-API-Key: ${YOLLOMI_API_KEY}` |
Template literal with variable interpolation in command context
| 46 | ```bash |
Template literal with variable interpolation in command context
| 54 | ```bash |
Template literal with variable interpolation in command context
| 62 | ```bash |
Curl to non-GitHub URL
| 47 | curl -X POST "${YOLLOMI_BASE_URL:-https://yollomi.com}/api/v1/generate" \ |
Curl to non-GitHub URL
| 55 | curl -X POST "${YOLLOMI_BASE_URL:-https://yollomi.com}/api/v1/generate" \ |
Curl to non-GitHub URL
| 63 | curl -X POST "${YOLLOMI_BASE_URL:-https://yollomi.com}/api/v1/generate" \ |
External URL reference
| 47 | curl -X POST "${YOLLOMI_BASE_URL:-https://yollomi.com}/api/v1/generate" \ |
External URL reference
| 55 | curl -X POST "${YOLLOMI_BASE_URL:-https://yollomi.com}/api/v1/generate" \ |
External URL reference
| 58 | -d '{"type":"image","modelId":"remove-bg","imageUrl":"https://example.com/photo.jpg"}' |
External URL reference
| 63 | curl -X POST "${YOLLOMI_BASE_URL:-https://yollomi.com}/api/v1/generate" \ |
Install this skill with one command
/learn @openclaw/yollomi