FAQ
bria-skill is a Claude Code plugin with 5 hand-picked skills for content work, indexed on Flowy. Install it with the command on its page. It includes bria-ai, image-utils, remove-background. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Repo: Bria-AI/bria-skill
Generate, edit, and precisely control images directly from your AI coding agent using Bria.ai's commercially-safe models. Unlike black-box generators, Bria gives you fine-grained control: edit specific objects, mask regions, control lighting/season/style independently, and chain operations in pipelines.
Works with: Claude Code, Cursor, Cline, Codex, and 37+ other agents
Claude Code (plugin): add the marketplace, then install the plugin:
/plugin marketplace add Bria-AI/bria-skill
/plugin install bria-ai@bria-skills
The marketplace also bundles the remove-background, vgl, and image-utils plugins โ install any of them the same way (e.g. /plugin install remove-background@bria-skills).
Other agents (Cursor, Cline, Codex, and 37+ more):
npx skills add bria-ai/bria-skill
Sign up at platform.bria.ai and create an API key.
export BRIA_API_KEY="your-key-here"
Or just start using the skill โ it will walk you through setup automatically.
Ask your agent to generate images, remove backgrounds, edit photos, and more. The skill handles the rest.
| Skill | Description |
|---|---|
| bria-ai | Controllable image generation & editing โ 18+ capabilities including text-to-image, object-level editing, background removal, upscaling, restyling, relighting, and product photography |
| remove-background | Dedicated background removal โ transparent PNGs, cutouts, and foreground extraction powered by RMBG 2.0. Fastest path for background removal tasks |
| vgl | Maximum generation control โ structured JSON (Visual Generation Language) that explicitly defines objects, lighting, camera, composition, and style for deterministic, reproducible results |
| image-utils | Classic image manipulation โ resize, crop, composite, watermarks, format conversion with Python Pillow |
| Capability | Control Level | Example |
|---|---|---|
| Generate images from text | Prompt + aspect ratio + VGL structured JSON | "A modern office with natural lighting, 16:9" |
| Edit specific objects | Object-level โ add, replace, or remove by name | "Replace the red mug with a blue one" |
| Edit by instruction | Image-level โ natural language control | "Change the mug color to red" |
| Edit masked regions | Pixel-level โ paint exactly where to change | Inpaint only the sky, leave everything else |
| Remove backgrounds | Automatic โ clean transparent PNGs | One API call, no manual masking |
| Control lighting | Independent โ change light without touching content | Golden hour, spotlight, dramatic shadows |
| Control style | Independent โ restyle without changing structure | Oil painting, anime, cartoon, 3D render |
| Control season | Independent โ change season/weather only | Spring blossoms, winter snow |
| Expand images | Directional โ extend boundaries with context | Outpaint to 16:9 from a square |
| Product photography | Scene control โ place products in any setting | "Modern kitchen countertop, morning light" |
| Upscale resolution | 2x or 4x โ preserves details | Super resolution enhancement |
| Pipeline chaining | Multi-step โ compose operations in sequence | Generate -> remove BG -> lifestyle shot |
Building a website? Ask: "Generate a hero image for a SaaS landing page, 16:9, modern and clean"
E-commerce catalog? Ask: "Remove the background from this product photo and place it in a kitchen scene"
Batch assets? Ask: "Generate product photos for these 5 items and create transparent PNGs for each"
Presentations? Ask: "Create a slide visual showing data analytics, blue gradient, corporate style"
claude mcp add bria-skills -- npx -y bria-skills
Download the skill folders to ~/.cursor/skills/. Each skill is a folder containing a SKILL.md file.
Copy the skills/ directory contents to your agent's skills directory.
pip install Pillow requestsMIT
.claude/
.claude-plugin/
marketplace.json
agents/
api-skill-tester.md
.github/
workflows/
publish-npm.yml
release-skills.yml
.gitignore
.husky/
pre-commit
bin/
cli.js
kiro/
bria-ai/
POWER.md
steering/
api-endpoints.md
bria-client-bash.sh
bria-client-python.py
bria-client-typescript.ts
workflows.md
image-utils/
POWER.md
steering/
image-utils-python.py
README.md
vgl/
POWER.md
steering/
schema-reference.md
package-lock.json
package.json
preambles/
auth-device-flow.md
image-input-handling.md
README.md
skills/
bria-ai/
LICENSE.txt
references/
api-endpoints.md
code-examples/
bria_client.sh
SKILL.md
image-utils/
references/
code-examples/
image_utils.py
SKILL.md
remove-background/
LICENSE.txt
references/
api-endpoints.md
code-examples/
bria_client.sh
SKILL.md
vgl/
references/
schema-reference.md
SKILL.md
video-remove-background/
LICENSE.txt
references/
api-endpoints.md
code-examples/
bria_video_client.sh
SKILL.mdยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic