Query Uniqlo discounted products for men, women, kids, and baby clothing. Generates a Markdown file with product images, prices, discount rates, and purchase...
Security Analysis
high confidenceThe skill's code, instructions, and requirements are coherent with its stated purpose (querying Uniqlo CN discounted products and generating a Markdown report); it requests no credentials and has no suspicious install behavior.
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.
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.
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.
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.
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.
Guidance
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.
Latest Release
v1.0.2
No user-facing changes in this version. No file changes were detected.
Popular Skills
Published by @gpyangyoujun on ClawHub