← Back to Skills Marketplace
wondershare-boop

Tomoviee Image Recognition

by wondershare-boop · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
388
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install tomoviee-image-recognition
Description
Auto-generate masks for objects/regions in images. Use when users request image_recognition operations or related tasks.
Usage Guidance
This skill appears to implement image-mask generation, but there are several packaging and documentation inconsistencies you should check before use: 1) Verify the actual network endpoint the code calls (openapi.wondershare.cc) is the service you intend to trust—SKILL.md links to tomoviee.ai which does not match the client URL. 2) Inspect the included Python files yourself; the client exposes low-level methods (_make_request/get_result/poll_until_complete) but the README examples show higher-level functions that are not implemented. 3) Only provide real app_key/app_secret credentials if you trust the API operator; credentials will be sent as HTTP Basic auth to the external API. If unsure, test with throwaway credentials and non-sensitive images first. 4) Fix or confirm the import/file name mismatch before running to avoid running unexpected code. If you want a clean install, ask the publisher to clarify the endpoint/branding and to update the docs so code and examples match.
Capability Analysis
Type: OpenClaw Skill Name: tomoviee-image-recognition Version: 1.0.2 The skill bundle provides a legitimate integration for the Tomoviee AI image recognition API. The Python client (tomoviee_recognition_client.py) and utility scripts (generate_auth_token.py) follow standard API interaction patterns, and the documentation (SKILL.md, image_apis.md) is consistent with the stated purpose of generating image masks. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
The declared purpose (auto-generate masks / image recognition) matches the provided client code and reference docs: the client posts images and prompts to an image-recognition endpoint and returns mask results. However there is a branding/endpoint mismatch: SKILL.md and external links reference tomoviee.ai, while the client posts to https://openapi.wondershare.cc. That may be benign (Tomoviee could be a Wondershare product) but it's an unexplained discrepancy worth verifying. Also the packaged reference docs describe many higher-level convenience methods (image_to_image, image_redrawing, image_recognition) but the actual client implements only low-level _make_request/get_result/poll_until_complete.
Instruction Scope
SKILL.md instructs running the included scripts and using a Python client, which is appropriate. But there are concrete inconsistencies in the runtime instructions: the Quick Start import refers to scripts/tomoviee_image_recognition_client.py (file not present) while the actual file is scripts/tomoviee_recognition_client.py. The docs show high-level methods (client.image_recognition, client.image_to_image) that are not implemented in the provided client class; instead only _make_request/get_result/poll_until_complete exist. These mismatches make the instructions unclear and give the agent broad discretion to call low-level endpoints. The instructions do not ask to read unrelated local files or environment variables.
Install Mechanism
No install spec; this is an instruction-and-scripts skill (no downloaded archives or third-party installers). All code is included in the bundle and nothing will be fetched during install. Risk from installation is low, though the included scripts will perform network requests at runtime.
Credentials
The skill declares no required environment variables or primary credential, which is consistent with the included client expecting the caller to pass an app_key/app_secret at runtime. That is proportional for an API client. However: the skill will require you to supply your app_key/app_secret to the scripts or code; those credentials will be sent (as Basic <base64>) to the openapi.wondershare.cc endpoints. Verify you trust that endpoint before providing secrets.
Persistence & Privilege
always is false and the skill does not request persistent agent-wide privileges or modify other skills. The skill does not attempt to store tokens in agent config or enable itself automatically. Normal autonomous invocation remains possible (platform default).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tomoviee-image-recognition
  3. After installation, invoke the skill by name or use /tomoviee-image-recognition
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Added _meta.json for improved metadata management. - Included compiled Python cache file scripts/__pycache__/tomoviee_recognition_client.cpython-312.pyc. - No changes to the documentation or core functionality.
v1.0.1
- Updated external resource URLs from tomoviee.cn to tomoviee.ai in the documentation. - No other changes to features or functionality.
v1.0.0
- Initial release of tomoviee-image-recognition skill. - Provides automatic mask generation for objects and regions in images. - Python client and sample API usage included for quick integration. - Supports multiple control types: edge, pose, subject, and depth. - Async workflow with task status monitoring and result extraction. - Documentation links and resources included for further guidance.
Metadata
Slug tomoviee-image-recognition
Version 1.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Tomoviee Image Recognition?

Auto-generate masks for objects/regions in images. Use when users request image_recognition operations or related tasks. It is an AI Agent Skill for Claude Code / OpenClaw, with 388 downloads so far.

How do I install Tomoviee Image Recognition?

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

Is Tomoviee Image Recognition free?

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

Which platforms does Tomoviee Image Recognition support?

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

Who created Tomoviee Image Recognition?

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

💬 Comments