replicate-integration
✓Integrate Replicate API for AI model deployment. Use when generating images with Flux, SDXL, or custom LoRA models via Replicate.
Installation
SKILL.md
Purpose Deploy and run AI models in production using Replicate's cloud platform. Specialized for image generation with Flux Dev, SDXL, custom LoRA fine-tuning, and prediction polling patterns.
❌ Don't: Poll too frequently (wastes API calls) ✅ Do: Use exponential backoff (1s → 1.5s → 2.25s → ...)
❌ Don't: Forget to handle prediction failures ✅ Do: Check status and handle errors
Integrate Replicate API for AI model deployment. Use when generating images with Flux, SDXL, or custom LoRA models via Replicate. Source: guaderrama/cabo-health-ai.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/guaderrama/cabo-health-ai --skill replicate-integration- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is replicate-integration?
Integrate Replicate API for AI model deployment. Use when generating images with Flux, SDXL, or custom LoRA models via Replicate. Source: guaderrama/cabo-health-ai.
How do I install replicate-integration?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/guaderrama/cabo-health-ai --skill replicate-integration Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/guaderrama/cabo-health-ai
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01