← 返回 Skills 市场
Background Remover Claw Skill
作者
BarbaraLedbettergq
· GitHub ↗
· v1.7.0
· MIT-0
435
总下载
0
收藏
1
当前安装
11
版本数
在 OpenClaw 中安装
/install background-remover-claw-skill
功能描述
Generate ai background remover images with AI via the Neta AI image generation API (free trial at neta.art/open).
使用说明 (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
--size—portrait,landscape,square,tall(default:square)
Install
npx skills add BarbaraLedbettergq/background-remover-claw-skill
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install background-remover-claw-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/background-remover-claw-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Background Remover Claw Skill 是什么?
Generate ai background remover images with AI via the Neta AI image generation API (free trial at neta.art/open). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 435 次。
如何安装 Background Remover Claw Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install background-remover-claw-skill」即可一键安装,无需额外配置。
Background Remover Claw Skill 是免费的吗?
是的,Background Remover Claw Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Background Remover Claw Skill 支持哪些平台?
Background Remover Claw Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Background Remover Claw Skill?
由 BarbaraLedbettergq(@barbaraledbettergq)开发并维护,当前版本 v1.7.0。
推荐 Skills