uniqlo(优衣库)-product-query

v1.0.2

Query Uniqlo discounted products for men, women, kids, and baby clothing. Generates a Markdown file with product images, prices, discount rates, and purchase...

1· 110·0 current·0 all-time
byg_pyAng@gpyangyoujun
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
CryptoCan make purchases
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included code and README. The code calls Uniqlo's Chinese search API, implements size/category parsing, filters by discount, and writes Markdown output — all consistent with the advertised functionality. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to query the Uniqlo CN API, optionally filter by size, and save outputs to a local unique/ folder. The runtime instructions and the Python implementation stay within that scope and do not read unrelated system files or environment variables.
Install Mechanism
No install spec; only a small requirements.txt listing requests. There are no downloads from arbitrary URLs or extraction steps. This is the low-risk, instruction-only style with a single standard dependency.
Credentials
The skill requires no environment variables, secrets, or config paths. The operations (HTTP requests to Uniqlo API and local file writes) are proportionate to the stated task.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges or attempt to modify other skills or global agent settings. Autonomous invocation is permitted (platform default) and appropriate for this skill.
Assessment
This skill appears to do exactly what it says: query Uniqlo's Chinese API and produce a Markdown report saved under a local unique/ directory. There are no credential requests or obscure installs. Consider the following before installing: (1) it will make network requests to i.uniqlo.cn — ensure you are comfortable with that outbound traffic; (2) it writes files to the current working directory under unique/ — ensure that location is acceptable; (3) respect Uniqlo's API usage/terms and rate limits (the code includes a 2s delay). If you need logging or different output locations, review and adjust the Python file before enabling automatic invocation.

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

latestvk974p3wp9j00ev9jk4hzv22q1184n155

License

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

Comments