Alibaba Ai Search

v2.0.0

Perform intelligent product search and discovery on Alibaba using natural language queries and AI-powered recommendations with traffic tracking.

0· 140·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The declared purpose (Alibaba AI Mode product search with traffic tracking) aligns with the files and instructions: SKILL.md and scripts consistently require adding traffic_type=ags_llm to generated URLs. Minor inconsistencies: SKILL.md examples reference aimode.alibaba.com and sale.alibaba.com pages, while scripts/build_url.py constructs a www.alibaba.com/trade/search URL — this is plausible but should be noted. release.sh embeds VERSION="1.0.0" while registry metadata lists version 2.0.0 (cosmetic mismatch).
Instruction Scope
SKILL.md instructs only to build/navigate to Alibaba URLs, enter queries, and review results. There are no instructions to read arbitrary files, access unrelated environment variables, or transmit data to endpoints outside Alibaba; the runtime instructions are narrowly scoped.
Install Mechanism
No install spec; this is an instruction-only skill with small helper scripts for packaging and URL building. The provided scripts are simple (packaging and URL construction). release.sh calls clawdhub publish (a developer convenience) but that is not part of runtime behavior.
Credentials
The skill requests no environment variables, no credentials, and no config paths. Nothing in the code attempts to read secrets or external config.
Persistence & Privilege
The skill does not request always: true and does not modify other skills or system settings. Autonomous invocation is allowed by default (normal) but there are no extra privileges requested.
Assessment
This skill is narrowly scoped and does what it claims: it helps build Alibaba search URLs that include an analytics/tracking parameter (traffic_type=ags_llm). Things to consider before installing: (1) the tracking parameter will attribute searches/traffic to the ags_llm tag — if you or automated agents send queries, Alibaba will see them and may record analytics; (2) there are minor cosmetic mismatches between SKILL.md examples and the Python URL builder (different Alibaba endpoints) and a version string difference in release.sh — these are not security issues but you may want to confirm the exact target URLs match your expectations; (3) release.sh uses clawdhub publish which would require your ClawHub credentials if you run it locally — that script is only for publishing, not for runtime. If you need the skill to handle private queries, avoid sending sensitive data to the remote site since queries are transmitted to Alibaba as normal web traffic.

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

aivk97bk7w7z8q9nbc680wdfnsax1832x9balibabavk97bk7w7z8q9nbc680wdfnsax1832x9blatestvk97bk7w7z8q9nbc680wdfnsax1832x9bsearchvk97bk7w7z8q9nbc680wdfnsax1832x9b

License

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

Comments