{
  "schemaVersion": "1.0",
  "item": {
    "slug": "background-removal",
    "name": "Background Removal",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/okaris/background-removal",
    "canonicalUrl": "https://clawhub.ai/okaris/background-removal",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/background-removal",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=background-removal",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/background-removal"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/background-removal",
    "agentPageUrl": "https://openagent3.xyz/skills/background-removal/agent",
    "manifestUrl": "https://openagent3.xyz/skills/background-removal/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/background-removal/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Background Removal",
        "body": "Remove backgrounds from images via inference.sh CLI."
      },
      {
        "title": "Quick Start",
        "body": "curl -fsSL https://cli.inference.sh | sh && infsh login\n\ninfsh app run infsh/birefnet --input '{\"image_url\": \"https://your-photo.jpg\"}'\n\nInstall note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available."
      },
      {
        "title": "How To",
        "body": "Use Reve for image editing including background changes:\n\ninfsh app run falai/reve --input '{\n  \"prompt\": \"remove the background, make it transparent\",\n  \"image_url\": \"https://portrait.jpg\"\n}'\n\nOr change background directly:\n\ninfsh app run falai/reve --input '{\n  \"prompt\": \"change the background to a beach\",\n  \"image_url\": \"https://product-photo.jpg\"\n}'"
      },
      {
        "title": "Workflow: Generate and Edit",
        "body": "# 1. Generate an image\ninfsh app run falai/flux-dev-lora --input '{\"prompt\": \"a cute robot mascot\"}' > robot.json\n\n# 2. Edit with Reve\ninfsh app run falai/reve --input '{\n  \"prompt\": \"remove background, transparent\",\n  \"image_url\": \"<url-from-step-1>\"\n}'"
      },
      {
        "title": "Use Cases",
        "body": "E-commerce: Clean product photos\nPortraits: Professional headshots\nMarketing: Assets for design\nSocial Media: Profile pictures\nDesign: Elements for compositions"
      },
      {
        "title": "Output",
        "body": "Returns a PNG with transparent background."
      },
      {
        "title": "Related Skills",
        "body": "# Full platform skill (all 150+ apps)\nnpx skills add inference-sh/skills@inference-sh\n\n# Image generation\nnpx skills add inference-sh/skills@ai-image-generation\n\n# FLUX models (including inpainting)\nnpx skills add inference-sh/skills@flux-image\n\n# Upscaling\nnpx skills add inference-sh/skills@image-upscaling\n\nBrowse all image apps: infsh app list --category image"
      },
      {
        "title": "Documentation",
        "body": "Running Apps - How to run apps via CLI\nImage Generation Example - Complete image workflow guide\nApps Overview - Understanding the app ecosystem"
      }
    ],
    "body": "Background Removal\n\nRemove backgrounds from images via inference.sh CLI.\n\nQuick Start\ncurl -fsSL https://cli.inference.sh | sh && infsh login\n\ninfsh app run infsh/birefnet --input '{\"image_url\": \"https://your-photo.jpg\"}'\n\n\nInstall note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available.\n\nHow To\n\nUse Reve for image editing including background changes:\n\ninfsh app run falai/reve --input '{\n  \"prompt\": \"remove the background, make it transparent\",\n  \"image_url\": \"https://portrait.jpg\"\n}'\n\n\nOr change background directly:\n\ninfsh app run falai/reve --input '{\n  \"prompt\": \"change the background to a beach\",\n  \"image_url\": \"https://product-photo.jpg\"\n}'\n\nWorkflow: Generate and Edit\n# 1. Generate an image\ninfsh app run falai/flux-dev-lora --input '{\"prompt\": \"a cute robot mascot\"}' > robot.json\n\n# 2. Edit with Reve\ninfsh app run falai/reve --input '{\n  \"prompt\": \"remove background, transparent\",\n  \"image_url\": \"<url-from-step-1>\"\n}'\n\nUse Cases\nE-commerce: Clean product photos\nPortraits: Professional headshots\nMarketing: Assets for design\nSocial Media: Profile pictures\nDesign: Elements for compositions\nOutput\n\nReturns a PNG with transparent background.\n\nRelated Skills\n# Full platform skill (all 150+ apps)\nnpx skills add inference-sh/skills@inference-sh\n\n# Image generation\nnpx skills add inference-sh/skills@ai-image-generation\n\n# FLUX models (including inpainting)\nnpx skills add inference-sh/skills@flux-image\n\n# Upscaling\nnpx skills add inference-sh/skills@image-upscaling\n\n\nBrowse all image apps: infsh app list --category image\n\nDocumentation\nRunning Apps - How to run apps via CLI\nImage Generation Example - Complete image workflow guide\nApps Overview - Understanding the app ecosystem"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/okaris/background-removal",
    "publisherUrl": "https://clawhub.ai/okaris/background-removal",
    "owner": "okaris",
    "version": "0.1.5",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/background-removal",
    "downloadUrl": "https://openagent3.xyz/downloads/background-removal",
    "agentUrl": "https://openagent3.xyz/skills/background-removal/agent",
    "manifestUrl": "https://openagent3.xyz/skills/background-removal/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/background-removal/agent.md"
  }
}