← Back to Skills Marketplace
wondershare-boop

Tomoviee Image Redraw

by wondershare-boop · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
308
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install tomoviee-image-redraw
Description
Redraw image content using Tomoviee Image Redrawing API (`tm_redrawing`) through Wondershare OpenAPI gateway (`https://openapi.wondershare.cc`). Use when use...
Usage Guidance
This skill appears to do what it says: call Tomoviee redrawing endpoints via the Wondershare gateway. Before installing/use: 1) Verify the vendor and gateway (https://openapi.wondershare.cc and https://www.tomoviee.ai/.cn) and confirm you are comfortable sending images to that service and its data/retention policy. 2) Use dedicated API credentials with least privilege and do not embed them in public repos; the helper encodes keys as base64 (not encryption) so keep tokens secret. 3) Avoid supplying callback URLs you do not control — callbacks will cause the gateway to contact that endpoint and could leak task/output data. 4) Test with non-sensitive images first. 5) Note the metadata lacks declared env vars even though the client requires app_key/app_secret at runtime; that mismatch is informational but not malicious. If you need higher assurance, ask the publisher for an official homepage, contact info, or signed release artifacts before production use.
Capability Analysis
Type: OpenClaw Skill Name: tomoviee-image-redraw Version: 1.0.2 The skill bundle is a legitimate API client for the Tomoviee (Wondershare) AI Image Redrawing service. The Python scripts (scripts/tomoviee_redrawing_client.py and scripts/generate_auth_token.py) implement standard REST API interactions and Basic Authentication using the 'requests' library, communicating exclusively with the documented 'openapi.wondershare.cc' domain. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (image redrawing) match the included Python client and docs. The client only targets the declared gateway host (openapi.wondershare.cc) and the tm_redrawing/task endpoints.
Instruction Scope
SKILL.md and the scripts limit activity to creating/polling redrawing tasks. One thing to note: the client supports a user-supplied callback URL; if you provide a callback the gateway will make outbound requests to that URL, so avoid using callback endpoints you don't control or that would leak data. No instructions read unrelated local files or environment variables.
Install Mechanism
No install script that downloads arbitrary code; dependencies are a single pip requirement (requests). The package is delivered as Python source files — reasonable and proportional for this purpose.
Credentials
The skill does not declare required env vars or a primary credential, but the client requires an app_key and app_secret passed at runtime (scripts/generate_auth_token.py and TomovieeRedrawingClient constructor). This is proportionate to the stated purpose, but the metadata could more clearly declare the credential requirement. Also: generate_auth_token.py only base64-encodes credentials (not encryption); treat the resulting token as a secret.
Persistence & Privilege
always is false, the skill does not request persistent platform privileges, and it does not modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tomoviee-image-redraw
  3. After installation, invoke the skill by name or use /tomoviee-image-redraw
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Tomoviee-image-redraw 1.0.2 adds gateway and API source documentation, new client module, and workflow clarifications. - Added main Python client (`scripts/tomoviee_redrawing_client.py`) for the Wondershare OpenAPI gateway. - Provided a compatibility shim and updated usage examples. - Documented endpoint provenance, status codes, and parameter details in SKILL.md. - Listed dependencies in `requirements.txt`. - Updated resource references, quick start steps, and clarified recommended usage scenarios. - Ensured all API calls are routed exclusively through `openapi.wondershare.cc`.
v1.0.1
- Updated external resource links in documentation from tomoviee.cn to tomoviee.ai. - No changes to functionality or API; documentation links only.
v1.0.0
- Initial release of tomoviee-redrawing skill. - Enables redrawing specific regions of an image based on a user-provided mask (white = redraw, black = keep). - Provides Python client and API usage instructions. - Supports asynchronous workflow for task creation and result retrieval. - Includes links to official documentation and registration for API credentials.
Metadata
Slug tomoviee-image-redraw
Version 1.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Tomoviee Image Redraw?

Redraw image content using Tomoviee Image Redrawing API (`tm_redrawing`) through Wondershare OpenAPI gateway (`https://openapi.wondershare.cc`). Use when use... It is an AI Agent Skill for Claude Code / OpenClaw, with 308 downloads so far.

How do I install Tomoviee Image Redraw?

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

Is Tomoviee Image Redraw free?

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

Which platforms does Tomoviee Image Redraw support?

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

Who created Tomoviee Image Redraw?

It is built and maintained by wondershare-boop (@wondershare-boop); the current version is v1.0.2.

💬 Comments