AI Image & Video Generator | WIME

v1.0.1

WIME AI 电商创作平台 OpenAPI。提供两个核心能力:1)抠图 — 上传本地图片(或 URL)自动抠图,返回透明背景图 URL;2)商拍图 — 自动抠图后生成多张 AI 商拍图。触发场景:用户提到抠图、商拍图、商品图、WIME、电商图片处理时激活。

10· 99·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (cutout + product-shot generation) match the required AK/SK, base URL, and included helper scripts (auth/signing and image-crop). Requesting WIME_AK and WIME_SK is appropriate and the included files implement the documented API signing and image cropping needed for the stated features.
Instruction Scope
SKILL.md instructions stick to image ingestion (local path or HTTP URL), uploading, calling cutout/draw APIs, cropping alpha channels, polling results, and cleaning temporary files. The only external I/O is downloading user-provided URLs and uploading images to WIME — both are necessary for the described capabilities. The docs explicitly require deletion of temp files and call out signing/serialization details.
Install Mechanism
No install spec provided (instruction-only + included Python helpers). There are only two small Python scripts bundled; there is no network installation/download of arbitrary archives or external binaries, which keeps install risk low.
Credentials
The skill requires WIME_AK, WIME_SK, and an optional WIME_BASE_URL — these are exactly the credentials needed to call WIME's OpenAPI. No unrelated secrets or system-level credentials are requested.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges or persistently modify other skills. It does not claim autonomous always-on installation beyond normal agent invocation.
Assessment
This skill appears to do what it says: upload images, call WIME's cutout/draw endpoints, and crop alpha regions. Before installing: 1) Only provide WIME_AK/WIME_SK if you trust WIME and intend to use their service; treat the keys like any API secret and scope/rotate them if possible. 2) The skill downloads user-supplied URLs to /tmp and uploads image data to WIME — avoid supplying sensitive local file paths or URLs you don't trust. 3) Run the bundled scripts (wime_auth.py, crop_alpha.py) in a sandbox or review them (they are small and readable) if you have high security requirements. 4) Monitor usage and API logs on the WIME side after first use to detect unexpected activity. If you need stronger isolation, run this skill in an environment that restricts network access to only the WIME endpoints.

Like a lobster shell, security has layers — review code before you run it.

latestvk97a1xnbjwf7msrtg7sbxdjqz583n6pg

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🛍️ Clawdis
EnvWIME_AK, WIME_SK, WIME_BASE_URL
Primary envWIME_AK

Comments