Agent skill · Backend & API

bria-ai

AI image generation, editing, and background removal API via Bria.ai — remove backgrounds to get transparent PNGs and cutouts, generate images from text prompts, and edit photos with natural language instructions. Also create product photography and lifestyle shots, replace or blur backgrounds, upscale resolution, restyle, and batch-generate visual assets. Use this skill whenever the user wants to remove a background, create transparent PNGs, generate, edit, modify, or transform any image — including hero images, banners, social media visuals, product photos, illustrations, icons, thumbnails,

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill bria-ai --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Version: 1.2.7
Declared author: Bria AI
Path: skills/ai-ml/bria-ai/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Bria — AI Image Generation, Editing & Background Removal Commercially safe, royalty-free image generation and editing through 20+ API endpoints. Generate from text, edit with natural language, remove backgrounds, create product shots, and build automated image pipelines. ## When to Use This Skill Use this skill when the user wants to: - **Generate images** — "create an image of...", "make me a banner", "generate a hero image", "I need a product photo" - **Edit images** — "change the background", "make it look like winter", "add a vase to the table", "remove the person" - **Remove/replace backgrounds** — "make the background transparent", "cut out the product", "replace with a studio background" - **Product photography** — "create a lifestyle shot", "place this product in a kitchen scene", "e-commerce packshot" - **Enhance/transform** — "upscale this image", "make it higher resolution", "restyle as oil painting", "change the lighting" - **Batch/pipeline** — "generate 10 product images", "process all these images", "remove backgrounds in bulk" This skill handles the full spectrum of AI image operations. If the user mentions images, photos, visuals, or any visual content creation —

What's inside
Steps it walks through
  1. When to Use This Skill
  2. What You Can Build
  3. Setup — API Key Check
  4. Step 1: Check if the key exists (without printing the key)
  5. Step 2: If the key is missing, guide the user
  6. Core Capabilities
  7. Quick Reference
  8. Generate an Image (FIBO)
  9. Remove Background (RMBG-2.0)
  10. Edit Image (FIBO-Edit) - No Mask Required
  11. Edit Image Region with Mask (GenFill)
  12. Expand Image (Outpainting)
  13. Upscale Image
  14. Create Product Lifestyle Shot
Ships with 1 file
  • metadata.json
Commands it runs
if [ -z "$BRIA_API_KEY" ]; then
echo "BRIA_API_KEY is not set"
else
echo "BRIA_API_KEY is set"
fi
curl -X POST "https://engine.prod.bria-api.com/v2/image/generate" \
curl -X POST "https://engine.prod.bria-api.com/v2/image/edit/remove_background" \
curl -X POST "https://engine.prod.bria-api.com/v2/image/edit" \
curl -X POST "https://engine.prod.bria-api.com/v2/image/edit/gen_fill" \
curl -X POST "https://engine.prod.bria-api.com/v2/image/edit/expand" \
More from claude-skill-registry
All skills →
About this skill
What does the bria-ai skill do?

AI image generation, editing, and background removal API via Bria.ai — remove backgrounds to get transparent PNGs and cutouts, generate images from text prompts, and edit photos with natural language instructions. Also create product photography and lifestyle shots, replace or blur backgrounds, upscale resolution, restyle, and batch-generate visual assets. Use this skill whenever the user wants to remove a background, create transparent PNGs, generate, edit, modify, or transform any image — including hero images, banners, social media visuals, product photos, illustrations, icons, thumbnails,

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill bria-ai --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going