← Back to Skills Marketplace
233
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install test-skill-1
Description
Remove image background to transparent PNG. Powered by RMBG-2.0, commercially-safe model. Extract subjects for overlays, product photography, logos, and cuto...
Usage Guidance
This skill appears to do what it says (remove image backgrounds), but take these precautions before installing or using it:
- Confirm the auth server and API endpoints (metadata lists https://auth.bria.ai and engine.prod.bria-api.com). If the sources/homepage are unknown, verify them independently.
- Be aware it will create and store a token at ~/.bria/credentials. If you don't want long-lived credentials on disk, do not authenticate or remove the file after use.
- The skill tells you to upload local images to an unspecified hosting service. That step could leak private images if you choose an untrusted host — decide which host to use or refuse to upload sensitive files.
- It requires network access to the Bria endpoints and will poll the auth server during device authorization; review network policies or run in a sandbox if you need isolation.
- If you want more assurance, request the skill author/publisher, a homepage or repository link, and a declaration of required config paths/env vars. If those are missing or the author is unknown, treat the skill more cautiously.
Capability Analysis
Type: OpenClaw Skill
Name: test-skill-1
Version: 1.0.0
The skill bundle provides instructions for an AI agent to perform image background removal using the Bria AI service. It implements a standard OAuth2 device authorization flow, manages credentials locally in `~/.bria/credentials`, and interacts with legitimate Bria AI endpoints (auth.bria.ai and engine.prod.bria-api.com). The code logic in SKILL.md is transparent and aligns entirely with the stated purpose without evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
The skill claims to remove image backgrounds and its runtime instructions call the Bria image API — that is coherent. However the skill accesses a local credentials file (~/.bria/credentials) and writes a persistent API token there even though 'required config paths' were not declared in the metadata. Declaring config paths or required env vars would be expected for a skill that stores credentials.
Instruction Scope
The SKILL.md instructs the agent to read and write ~/.bria/credentials and to perform a device-auth flow (polling the auth server). It also tells the operator to upload local images to 'a hosting service' but does not specify one — this vagueness could cause images to be uploaded to arbitrary third-party hosts, risking data exposure. The instructions also assume curl and python3 are available and include loops that poll external endpoints.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing will be written to disk by an installer. This is lower risk than skills that download and install binaries.
Credentials
The skill does not declare required environment variables, yet it reads/uses BRIA_AUTH_SERVER (with a default) and expects to set/use BRIA_API_KEY (persisted to disk). It does not request unrelated credentials. The missing declaration of the credential path and env usage is a proportionality / transparency issue.
Persistence & Privilege
The skill persists an API token to ~/.bria/credentials, giving it ongoing access to the Bria API until that file is removed. The skill does not request 'always: true' or other elevated platform privileges and does not modify other skills, but persistent token storage is a lasting presence worth noting.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install test-skill-1 - After installation, invoke the skill by name or use
/test-skill-1 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the remove-bg skill.
- Enables background removal from images, returning transparent PNGs using the RMBG-2.0 model.
- Includes secure, production-ready authentication via Bria device authorization (with credential file setup).
- Supports both synchronous and asynchronous processing with status polling.
- Easy integration for overlays, product photography, logos, and cutouts.
Metadata
Frequently Asked Questions
What is Don't download?
Remove image background to transparent PNG. Powered by RMBG-2.0, commercially-safe model. Extract subjects for overlays, product photography, logos, and cuto... It is an AI Agent Skill for Claude Code / OpenClaw, with 233 downloads so far.
How do I install Don't download?
Run "/install test-skill-1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Don't download free?
Yes, Don't download is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Don't download support?
Don't download is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Don't download?
It is built and maintained by Levdavid1 (@levdavid1); the current version is v1.0.0.
More Skills