← Back to Skills Marketplace
bob5-tensorslab

Tensorslab Image

by bob · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
254
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tl-image
Description
Generate and edit images using TensorsLab's AI models. Supports text-to-image, image-to-image generation, plus advanced editing: avatar generation, watermark...
Usage Guidance
This skill appears to be a normal API client for TensorsLab, but two things to check before installing: (1) registry metadata does not list the required TENSORSLAB_API_KEY even though SKILL.md and the script require it — confirm the skill will only use that one API key and that the registry entry is corrected; (2) the publisher/source/homepage are missing, so verify the author and the API domain (api.tensorslab.com) are legitimate. Be mindful that features like watermark removal and face replacement can have privacy or legal implications — don't upload sensitive or copyrighted images unless you have rights to them. If you proceed, scope the API key (use a limited key), run the script in an isolated environment, and review network traffic (or the included code) to confirm no unexpected endpoints are contacted.
Capability Analysis
Type: OpenClaw Skill Name: tl-image Version: 0.1.0 The skill bundle provides a legitimate interface for TensorsLab's image generation and editing API. The Python script (scripts/tensorslab_image.py) handles API requests, task polling, and image downloads to a local directory as described in the documentation. The instructions in SKILL.md and scenarios.md are well-aligned with the stated purpose of enhancing user prompts for high-quality image output and do not contain any malicious instructions or data exfiltration logic.
Capability Assessment
Purpose & Capability
The skill's stated purpose (TensorsLab image generation) matches what the code and README do (call https://api.tensorslab.com, upload local images, download outputs). However the registry metadata lists no required environment variables while SKILL.md and the script explicitly require TENSORSLAB_API_KEY — this inconsistency is unexplained and should be resolved before trusting the skill.
Instruction Scope
SKILL.md and the script stay within the image-generation/editing scope: they read local image files, upload them to the TensorsLab API, poll task status, and save outputs locally. That scope includes higher-risk operations (watermark removal, object erasure, face replacement) which are legitimate features but have privacy/legal implications; the instructions do not ask for unrelated system data or other credentials.
Install Mechanism
There is no install spec (instruction-only), and the bundled Python script only requires the common 'requests' package (SKILL.md tells the user to pip install requests). No remote installers, URL downloads, or opaque binaries are present.
Credentials
The code and SKILL.md require a single credential (TENSORSLAB_API_KEY) — appropriate and proportionate for a remote API client — but the registry metadata fails to declare this required env var. The missing declaration is a mismatch that reduces transparency. No other unrelated secrets are requested.
Persistence & Privilege
Skill does not request always: true and does not modify other skills or system-wide settings. It writes output files to a local directory and uses a single API key; this is typical for a CLI client and within expected privilege boundaries.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tl-image
  3. After installation, invoke the skill by name or use /tl-image
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of TensorsLab Image Skill. - Generate and edit images with TensorsLab models (text-to-image, image-to-image). - Supports advanced tasks: avatar creation, watermark removal, object erasure, face replacement, and more. - Automatic prompt enhancement for high-quality results, with progress updates and easy local file saving. - Flexible model selection and resolution options. - Requires TENSORSLAB_API_KEY environment variable for use.
Metadata
Slug tl-image
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Tensorslab Image?

Generate and edit images using TensorsLab's AI models. Supports text-to-image, image-to-image generation, plus advanced editing: avatar generation, watermark... It is an AI Agent Skill for Claude Code / OpenClaw, with 254 downloads so far.

How do I install Tensorslab Image?

Run "/install tl-image" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tensorslab Image free?

Yes, Tensorslab Image is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tensorslab Image support?

Tensorslab Image is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tensorslab Image?

It is built and maintained by bob (@bob5-tensorslab); the current version is v0.1.0.

💬 Comments