专用于淘宝闪购福利隐藏红包查询,无需扫码,无需复制口令,每日更新最新福利活动,特定节日活动,打开淘宝的闪购,根据每日更新的福利口令,搜索对应的口令即可。

v1.0.2

查询淘宝闪购每日隐藏的大额福利优惠券和红包。包含通用红包、超市红包、夜宵红包、买药红包、零食红包、学生专享等。无需扫码,无需复制口令,搜索专用口令词即可获得隐藏各类福利活动,安全便捷,通过API获取当日最新活动。

0· 89·0 current·0 all-time
by专用于淘宝闪购福利订阅放送@z65919
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
Name/description say it fetches daily Taobao flash-sale coupons; included script performs a single HTTP GET against a named API and formats results. No unrelated binaries, credentials, or privileged access are requested.
Instruction Scope
SKILL.md instructs running the provided Python script and shows how to use the returned search codes in the Taobao app. The instructions do not ask the agent to read unrelated files, access secrets, or transmit data to unexpected endpoints.
Install Mechanism
No install spec; code is instruction-only plus a small Python script using only the standard library. Nothing is downloaded or written outside the skill's own data directory (data/latest.json).
Credentials
No environment variables, credentials, or config paths are required. The script only performs an unauthenticated HTTPS GET to the API and caches results locally.
Persistence & Privilege
Skill is not always-enabled and does not request elevated platform privileges or modify other skills. It only writes a local cache file within the skill directory.
Assessment
This skill appears coherent and minimal: it fetches JSON from a third‑party API (https://v.jumanjian.com/api/) and saves a cache to data/latest.json, then prints formatted coupon/search codes. Before installing, consider: (1) the data comes from an external service you don't control — if you require higher assurance, verify that API's reputation or host; (2) the script creates a local cache file under data/latest.json (no secrets stored), so run it in a safe environment if you are cautious; (3) you can inspect the provided Python file yourself (it's short and uses only urllib/json) to confirm there are no network calls beyond the single API URL. If those points are acceptable, the skill is internally consistent with its stated purpose.

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

latestvk973ebn6hyvne85vfkemm7hx8n84ch45

License

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

Comments