/ Annuaire / Playground / bria-skill
● Communauté Bria-AI ⚡ Instantané

bria-skill

par Bria-AI · Bria-AI/bria-skill

Commercial-grade image generation + editing: 18+ capabilities including object replace, background remove (RMBG-2.0), upscale, restyle, relight, product photography — 37+ agent compatibility.

Bria skill wraps Bria AI's commercial-safe image stack (Fibo, RMBG-2.0, VGL structured prompts) for AI coding agents. Covers text-to-image, object-level editing (replace/remove by name), background removal to transparent PNG, 2x/4x upscaling, relighting, restyling, and product photography. Pipeline chaining lets you compose ops. Free tier available.

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

bria-skill.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "bria-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Bria-AI/bria-skill",
        "~/.claude/skills/bria-skill"
      ],
      "_inferred": true
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "bria-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Bria-AI/bria-skill",
        "~/.claude/skills/bria-skill"
      ],
      "_inferred": true
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "bria-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Bria-AI/bria-skill",
        "~/.claude/skills/bria-skill"
      ],
      "_inferred": true
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bria-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Bria-AI/bria-skill",
        "~/.claude/skills/bria-skill"
      ],
      "_inferred": true
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "bria-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Bria-AI/bria-skill",
        "~/.claude/skills/bria-skill"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "bria-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/Bria-AI/bria-skill",
          "~/.claude/skills/bria-skill"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add bria-skill -- git clone https://github.com/Bria-AI/bria-skill ~/.claude/skills/bria-skill

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : bria-skill

Turn a phone-shot product photo into a studio-quality listing image

👤 E-commerce teams without a photo budget ⏱ ~30 min beginner

Quand l'utiliser : You have a product photo but it needs studio treatment.

Prérequis
  • Bria API key — Sign up at platform.bria.ai; free tier available
  • Skill installed — npx skills add bria-ai/bria-skill OR clone directly
Déroulement
  1. Remove background
    Use bria-skill RMBG-2.0 on product.jpg — clean transparent PNG.✓ Copié
    → Transparent PNG returned
  2. Relight + restyle
    Composite onto a soft-gradient background, three-quarter lighting, subtle shadow.✓ Copié
    → Studio-grade output
  3. Upscale for hero
    Upscale 2x for the product page hero.✓ Copié
    → High-res final

Résultat : Listing-ready hero image in minutes.

Pièges
  • Over-editing kills the real product — Keep changes subtle; customers spot over-smoothing

Replace or remove an object in an image by name

👤 Marketers iterating on creatives ⏱ ~10 min beginner

Quand l'utiliser : You have an image but one element is wrong.

Déroulement
  1. Describe the edit
    In scene.jpg, replace the coffee mug on the desk with a water bottle.✓ Copié
    → Edit applied; surrounding context preserved

Résultat : Clean edit that doesn't look photoshopped.

Pièges
  • Ambiguous object references ('the blue thing') — Be specific — 'the mug in the lower-left'

Adjust lighting / season for a campaign variant

👤 Content teams refreshing campaigns ⏱ ~20 min intermediate

Quand l'utiliser : Existing campaign shot; need a winter variant without a reshoot.

Déroulement
  1. Relight
    Take campaign.jpg; change lighting to golden-hour low-angle.✓ Copié
    → Lighting shifted convincingly
  2. Seasonal touches
    Add subtle snow / winter atmosphere without changing the subject.✓ Copié
    → Seasonal variant

Résultat : Campaign variant shipped in one chat.

Combinaisons

Associez-le à d'autres MCPs pour un effet X10

Generate novel visuals with the other skill, then refine edits with Bria's deterministic ops

Generate with Nano Banana; run bria remove_background + relight.✓ Copié
bria-skill + filesystem

Batch over a directory of product shots

Run the product-photography pipeline on every jpg in products/.✓ Copié

Outils

Ce que ce MCP expose

OutilEntréesQuand appelerCoût
text_to_image prompt (VGL structured ok) New visual Bria credits
remove_background image Need cutout Bria credits
object_replace image, target name, replacement Change specific item Bria credits
upscale image, factor (2x|4x) Before print / hero Bria credits
restyle image, style ref Campaign variants Bria credits
relight image, lighting descriptor Atmosphere change Bria credits
pipeline ordered ops Multi-step edits Sum of ops

Coût et limites

Coût d'exécution

Quota d'API
Bria free tier + paid credits
Tokens par appel
Low orchestration; Bria cost dominates
Monétaire
Free tier generous for small tests; paid for production
Astuce
Pipeline ops efficiently — remove_background + upscale in one chain amortizes setup

Sécurité

Permissions, secrets, portée

Stockage des identifiants : BRIA_API_KEY in env
Sortie de données : Images go to platform.bria.ai

Dépannage

Erreurs courantes et correctifs

Object replace misses the target

Be more specific in the target description; add position hints

RMBG artifacts on fine hair / fur

Use a refine pass or second model specialized for hair

401

BRIA_API_KEY missing/expired

Vérifier : curl -H 'api-token: $BRIA_API_KEY' https://engine.prod.bria-api.com/v1/account

Alternatives

bria-skill vs autres

AlternativeQuand l'utiliserCompromis
Ultimate AI Media GeneratorYou want multi-model generation more than clean editing primitivesLess commercial-safe by default

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills