Install this agent skill, inspect Recraft fields, then run jobs through the RunAPI CLI.
Model Reference · CLI · SDK
Upscale images and remove backgrounds with Recraft crisp upscale and background removal. This skill helps Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents integrate Recraft through RunAPI.
The canonical agent file is skills/recraft/SKILL.md.
npx skills add runapi-ai/recraft -gOr paste this prompt to your AI agent:
Install the recraft skill for me:
1. Clone https://github.com/runapi-ai/recraft
2. Copy the skills/recraft/ directory into your
user-level skills directory (e.g. ~/.claude/skills/
for Claude Code, ~/.codex/skills/ for Codex).
3. Verify that SKILL.md is present.
4. Confirm the install path when done.
import { RecraftClient } from '@runapi.ai/recraft';
const client = new RecraftClient();
const result = await client.upscaleImage.run({
model: 'recraft-crisp-upscale',
image_url: 'https://cdn.example.com/photo.jpg',
});- Model page: https://runapi.ai/models/recraft
- Product docs: https://runapi.ai/docs#recraft
- SDK docs: https://runapi.ai/docs#sdk-recraft
- SDK repository: https://github.com/runapi-ai/recraft-sdk
- Pricing and rate limits: https://runapi.ai/models/recraft/crisp-upscale
- Provider comparison: https://runapi.ai/providers/recraft
- Browse all RunAPI models and skills: https://runapi.ai/models
- Keep API keys in
RUNAPI_API_KEYor RunAPI CLI config; never commit secrets. - Prefer
create,get, andrunJSON passthrough patterns instead of inventing flags for every model parameter. - For recraft api pricing, rate-limit, and commercial-usage answers, link to the variant page rather than the repository README.
Licensed under the Apache License, Version 2.0.