← 返回 Skills 市场
bob5-tensorslab

TensorLab Image

作者 bob · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
261
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
Before installing: 1) Expect this skill to upload any local images you pass (including multiple --source files) and the textual prompts to an external API — do not supply sensitive images (IDs, passports, private photos) unless you trust the service. 2) The skill requires TENSORSLAB_API_KEY (SKILL.md and script) but the registry metadata does not declare it — confirm where/how you obtain and store that key. 3) The script forces requests.Session proxies to empty strings (bypasses proxy for that session); if you are on a monitored/corporate network, confirm this behavior is acceptable. 4) Verify the API hostname in your environment (the SKILL.md references several similar domains while the script uses https://api.tensorslab.com) to avoid misconfigured endpoints. 5) If you need stronger assurance, review the full script locally, run it in an isolated environment, and test with non-sensitive images and a throwaway API key first.
功能分析
Type: OpenClaw Skill Name: tensorslab-image Version: 1.0.1 The skill bundle provides a legitimate interface for interacting with the TensorsLab image generation and editing API. The Python script (scripts/tensorslab_image.py) is well-structured, focusing on API communication, task polling, and image downloading to a local directory. The documentation (SKILL.md and references/) provides clear instructions for the AI agent to perform image-related tasks without any evidence of malicious intent, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
The code and SKILL.md match the described purpose (text→image, image→image, avatar, watermark removal, face replacement). However the registry metadata claims no required environment variables while both SKILL.md and the script require TENSORSLAB_API_KEY — an inconsistency that should be resolved before trusting the skill.
Instruction Scope
Runtime instructions and the Python script stay within the stated image-generation/editing scope: they read local image paths when provided, enhance prompts, call a remote API, poll for status, and save outputs to ./tensorslab_output. Note: the skill explicitly instructs uploading local files (including multiple --source images) to the external service, and supports sensitive operations such as watermark removal and face replacement — behaviour that is consistent with the description but can have privacy/ethical/legal implications.
Install Mechanism
No install spec; this is instruction + bundled script only. No external downloads or package installs are performed by an installer. The included script requires the 'requests' Python package; failure to have it exits with an error message.
Credentials
Only one credential is actually needed: TENSORSLAB_API_KEY, which is reasonable for an external API client. But registry metadata omits that requirement while SKILL.md and the script require it — a metadata mismatch. Also the script attempts to disable proxies for its session (session.proxies set to empty strings), which may be disproportionate in managed environments and could bypass corporate monitoring or routing.
Persistence & Privilege
The skill does not request global/always privileges, does not modify other skills, and writes only to a local output directory (./tensorslab_output) by default.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tensorslab-image
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tensorslab-image 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Improved API key check instructions with a privacy-friendly command that reports presence instead of showing the key value. - No other user-facing changes or feature updates in this version.
v1.0.0
TensorLab Skills are AI task definitions for Claude Code, focusing on multimedia generation and processing using TensorsLab's AI models. It provides comprehensive capabilities including text-to-image and image-to-image generation, advanced image editing (avatar generation, watermark removal, object erasure, face replacement), as well as text-to-video and image-to-video generation.
元数据
Slug tensorslab-image
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

TensorLab Image 是什么?

Generate and edit images using TensorsLab's AI models. Supports text-to-image, image-to-image generation, plus advanced editing: avatar generation, watermark... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 261 次。

如何安装 TensorLab Image?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tensorslab-image」即可一键安装,无需额外配置。

TensorLab Image 是免费的吗?

是的,TensorLab Image 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

TensorLab Image 支持哪些平台?

TensorLab Image 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 TensorLab Image?

由 bob(@bob5-tensorslab)开发并维护,当前版本 v1.0.1。

💬 留言讨论