← Back to Skills Marketplace
barbaraledbettergq

Background Remover Claw Skill

by BarbaraLedbettergq · GitHub ↗ · v1.7.0 · MIT-0
cross-platform ✓ Security Clean
435
Downloads
0
Stars
1
Active Installs
11
Versions
Install in OpenClaw
/install background-remover-claw-skill
Description
Generate ai background remover images with AI via the Neta AI image generation API (free trial at neta.art/open).
README (SKILL.md)

Background Remover

Generate stunning ai background remover images from a text description. Get back a direct image URL instantly.

Token

Requires a Neta API token. Free trial available at \x3Chttps://www.neta.art/open/>.

export NETA_TOKEN=your_token_here
node \x3Cscript> "your prompt" --token "$NETA_TOKEN"

When to use

Use when someone asks to generate or create ai background remover images.

Quick start

node backgroundremoverclaw.js "your description here" --token YOUR_TOKEN

Options

  • --sizeportrait, landscape, square, tall (default: square)

Install

npx skills add BarbaraLedbettergq/background-remover-claw-skill
Usage Guidance
This skill appears to do what it says: it sends prompts and (optionally) picture UUIDs to the Neta/TalesOfAI API to generate images and run a background-removal step. Before installing, confirm you trust the third-party service (api.talesofai.cn / neta.art) because images and prompts are uploaded to that service. Provide a dedicated NETA_TOKEN (avoid reusing high-privilege or long-lived tokens used elsewhere). Note a small metadata inconsistency: the top-level registry metadata said no env vars required, but the package and SKILL.md require NETA_TOKEN — treat the token as required. Also note there is no homepage or verified source listed; consider inspecting the repo referenced in the README (BarbaraLedbettergq/background-remover-claw-skill) or running the scripts in a sandbox before using with sensitive data or production tokens.
Capability Analysis
Type: OpenClaw Skill Name: background-remover-claw-skill Version: 1.7.0 The skill provides a legitimate interface for the Neta AI image generation and background removal API (api.talesofai.cn). The scripts backgroundremoverclaw.js and bgremove.js implement standard API interaction patterns, including authentication via tokens, job submission, and status polling, with no evidence of malicious behavior, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the included code and README: both scripts call Neta/TalesOfAI endpoints to generate images and run a background-removal step. The only credential used is an API token (NETA_TOKEN), which is exactly what this kind of API integration would legitimately need.
Instruction Scope
SKILL.md and the CLI scripts instruct the agent/user to provide a NETA token and run the Node scripts. The runtime instructions and code only perform network calls to the API host (api.talesofai.cn) and poll for task results; they do not read arbitrary local files or reference unrelated environment variables. Accepting a reference/picture UUID is expected behavior for image editing workflows.
Install Mechanism
No install spec is provided (instruction-only + included code). Nothing in the package downloads arbitrary third-party archives or runs remote installers, so installation risk is low. The package is distributed as source files included in the bundle.
Credentials
The code and SKILL.md require a NETA_TOKEN, and package.json declares NETA_TOKEN as required. However, the top-level registry metadata in the provided bundle stated "Required env vars: none" and "Primary credential: none," which is inconsistent. Aside from that mismatch, the skill requests only one credential (NETA_TOKEN), which is proportionate to its purpose.
Persistence & Privilege
The skill is not always-enabled (always: false) and is user-invocable. It does not request any elevated platform privileges, nor does it attempt to modify other skills or system-wide configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install background-remover-claw-skill
  3. After installation, invoke the skill by name or use /background-remover-claw-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.7.0
**Now requires a Neta API token and updates description for clarity.** - Requires users to provide a Neta API token for operation (free trial details included). - Updated description to reference the Neta AI image generation API directly. - Added documentation on how to set and use the `NETA_TOKEN` environment variable. - Clarified usage instructions and example commands. - Removed the `--style` option from documentation.
v1.6.0
- Updated dependencies in package.json. - Minor code changes in bgremove.js. No changes to SKILL.md content.
v1.5.0
Version 1.5.0 – Adds new features and enhances customization. - Added support for the new `--style` option (`anime`, `cinematic`, `realistic`) - Updated description to clarify AI and API usage - Refined documentation in SKILL.md and README.md - Added `bgremove.js` file for additional functionality or modularization
v1.4.0
- Updated dependencies in package.json. - Minor internal improvements in backgroundremoverclaw.js. - No changes to usage, features, or SKILL.md.
v1.3.0
- Updated dependencies in package.json for improved compatibility. - Minor updates and formatting changes in backgroundremoverclaw.js. - No significant user-facing changes documented in this release.
v1.2.0
- Updated dependencies in package.json. - Minor code or internal adjustments in backgroundremoverclaw.js. - No user-facing changes or new features.
v1.1.5
- Updated dependencies in package.json. - Minor internal improvements to backgroundremoverclaw.js. - No visible changes to documentation or usage.
v1.1.4
- Updated description for clarity and accuracy regarding Neta AI API usage. - Added requirement for a Neta API token via `NETA_TOKEN` environment variable or `--token` flag. - Provided links for obtaining a Neta API token (global and China-specific). - Removed unused file: bgremove.js.
v1.1.3
- Updated dependencies in package.json. - Minor code or documentation adjustments in backgroundremoverclaw.js. - README.md updated with no major content changes.
v1.1.0
**Summary:** Adds text-to-background-removal and refines documentation. - Now supports generating background-removed images from text descriptions (not just by picture UUID). - New main script added: `backgroundremoverclaw.js`. - Usage and options updated in documentation: supports style and size parameters. - README and SKILL.md fully rewritten for clarity and improved quick start instructions. - Installation command updated.
v1.0.0
- Initial release of background-remover-claw-skill. - Instantly remove backgrounds from AI-generated images using a picture UUID. - Easy CLI usage: `node bgremove.js remove <picture_uuid>`. - Returns transparent-background image URL in JSON format. - Designed to chain seamlessly after image-generation-claw-skill. - Requires NETA_TOKEN for authentication.
Metadata
Slug background-remover-claw-skill
Version 1.7.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 11
Frequently Asked Questions

What is Background Remover Claw Skill?

Generate ai background remover images with AI via the Neta AI image generation API (free trial at neta.art/open). It is an AI Agent Skill for Claude Code / OpenClaw, with 435 downloads so far.

How do I install Background Remover Claw Skill?

Run "/install background-remover-claw-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Background Remover Claw Skill free?

Yes, Background Remover Claw Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Background Remover Claw Skill support?

Background Remover Claw Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Background Remover Claw Skill?

It is built and maintained by BarbaraLedbettergq (@barbaraledbettergq); the current version is v1.7.0.

💬 Comments