Background Remover Claw Skill
v1.7.0Generate ai background remover images with AI via the Neta AI image generation API (free trial at neta.art/open).
⭐ 0· 309·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk972b40pfhjf24k5at636d0mr583q95p
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
