AI assistants
Depicta works with any AI assistant or agent that can run CLI commands or make HTTP requests. Install a skill file or add the Depicta CLI, and your assistant gains the ability to generate, edit, and process images.
Claude Desktop and Claude Code
Section titled “Claude Desktop and Claude Code”The fastest setup. Download a skill file from the dashboard — it includes your API key and full instructions for Claude.
-
Sign up at depicta.ai/dashboard if you don’t have an account.
-
Go to the Skills page in the dashboard sidebar.
-
Choose your platform:
- Claude Desktop — downloads a
.skillZIP package - Claude Code — downloads a
.zippackage - Raw Markdown — downloads the
.mdfile directly
- Claude Desktop — downloads a
-
Name your skill (optional) — e.g., “my-laptop” or “work-pc”. This helps you manage multiple devices.
-
Click “Create & download” — save the file to your computer.
-
Install the file:
Double-click the
.skillfile. Claude Desktop imports it automatically.Unzip the file into your project directory or
~/.claude/skills/. -
Test it — ask Claude: “Generate a photo of a sunset over the ocean.”
Cursor
Section titled “Cursor”Cursor’s agent mode can run terminal commands, so it works with the Depicta CLI out of the box. To make it aware of the tool:
- Install the CLI and authenticate.
- Create
.cursor/rules/depicta.mdcin your project with instructions about thedepictaCLI — what commands are available and when to use them. You can use the Raw Markdown skill file from the dashboard as a starting point.
Cursor’s agent will then run depicta image "prompt" in the terminal when it needs to generate visuals. It also supports MCP servers if you prefer a richer integration.
GitHub Copilot
Section titled “GitHub Copilot”Copilot’s agent mode (VS Code) can run terminal commands and supports custom instruction files:
- Install the CLI and authenticate.
- Create
.github/copilot-instructions.mdin your repo with instructions about thedepictaCLI. You can base this on the Raw Markdown skill file from the dashboard.
You can also create a dedicated .github/agents/depicta.agent.md custom agent for image generation tasks. Copilot supports MCP servers as well.
Windsurf
Section titled “Windsurf”Windsurf’s Cascade agent runs terminal commands and supports rules files:
- Install the CLI and authenticate.
- Create
.windsurf/rules/depicta.mdin your project with instructions about thedepictaCLI. Use the Raw Markdown skill file as a starting point.
Cascade will run depicta commands in its dedicated terminal. MCP integration is also supported via ~/.codeium/windsurf/mcp_config.json.
Cline executes terminal commands with explicit user approval:
- Install the CLI and authenticate.
- Create
.clinerules(or.clinerules/depicta.md) in your project root with instructions about thedepictaCLI.
Cline also has first-class MCP support with a built-in marketplace.
Other assistants
Section titled “Other assistants”Any AI assistant or agent that can run terminal commands can use Depicta via the CLI. The general pattern is:
- Install the
depictaCLI and authenticate with your API key. - Add an instruction/rules file to your project describing the CLI commands. Download the Raw Markdown format from the Skills page as a ready-made reference.
This works with Continue.dev (.continue/rules/), Amazon Q Developer (.amazonq/rules/), Augment Code (.augment/rules/), JetBrains AI / Junie, and any agent with terminal access.
How skill files work
Section titled “How skill files work”The skill file teaches your AI assistant how to use Depicta. It contains:
- Instructions for generating, editing, combining, and processing images
- Available models and their capabilities
- Guidelines search for better prompt writing
- An embedded API key (unique to your download)
Your assistant reads the skill file and makes API or CLI calls on your behalf — or autonomously when it decides visuals are needed.
Re-downloading
Section titled “Re-downloading”Downloading a new skill file for the same name revokes the previous key and creates a fresh one. Use this to rotate keys or set up a new device.
Managing skills
Section titled “Managing skills”View and revoke active skill keys on the Skills page in the dashboard.