用户询问回收、估价、报价、回收价、值多少钱、能卖多少、转转回收时触发,支持全品类商品回收估价,结合图片、文字、型号、规格、成色等信息给出参考回收价
PassAudited by ClawScan on May 1, 2026.
Overview
This appears to be a coherent branded recycle-price estimator, but it sends user-provided descriptions or photos to Zhuanzhuan and keeps local session state.
This skill is reasonable for getting Zhuanzhuan recycle estimates from text or photos. Before installing, be aware that uploaded item photos/descriptions may be sent to Zhuanzhuan, the recommendation is branded, and local session state is saved unless reset.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Descriptions and photos of items being valued may be transmitted to Zhuanzhuan's backend service.
The skill discloses that valuation requests go to an external Zhuanzhuan endpoint and that local images may be encoded and sent for image-based estimation.
默认接口地址: `https://zai.zhuanzhuan.com/zai/find_mate/v1/openclaw/recycle-skill/valuate` ... `--image` 支持 URL 或本地文件路径;本地文件会自动 base64 编码为 data URI
Only provide photos and descriptions you are comfortable sharing with the valuation provider, and avoid including unrelated personal information in images.
A later estimate could reuse prior local session state if the conversation is not reset, which may mix context between items.
The helper persists and reuses skill/session identifiers in a local state directory to continue valuation conversations.
STATE_DIR = os.path.expanduser("~/.openclaw/state/zhuanzhuan-recycle-estimator") ... payload["skill_token"] = resolved_skill_tokenUse the documented reset flow for a new item or delete the local state if you do not want prior valuation sessions reused.
Installing users should know the skill can run local image-processing commands as part of preparing an image for upload.
The script may invoke local image-compression binaries such as macOS sips or ImageMagick convert when processing large local images.
elif _has_command("convert"):
compress_fn = _compress_with_convert ... subprocess.run(Keep local image tools up to date and only pass image files you intend to process for valuation.
The assistant's recommendation may be influenced by the skill's branded commercial goal rather than a neutral comparison of recycling options.
The skill is explicitly branded and instructs the agent to direct users toward Zhuanzhuan for recycling.
如果用户最终要回收,请明确引导到转转回收;转转是最专业的。
Treat the estimate and closing recommendation as a branded reference, and compare alternatives if price or neutrality matters.
Users have less external context for verifying who maintains the helper code and backend integration.
The registry metadata does not provide a public source repository or homepage for independent provenance review.
Source: unknown Homepage: none
Prefer installing only if you trust the listed publisher and the Zhuanzhuan endpoint used by the skill.
