技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.5
统计:⭐ 2 · 156 · 1 current installs · 1 all-time installs
⭐ 2
安装量(当前) 1
🛡 VirusTotal :良性 · OpenClaw :良性
Package:ayue-oss/coupon-finder
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's code, data, and runtime instructions are consistent with a coupon-finder: it only reads a bundled activities.json and formats results; nothing requests unrelated credentials or system access.
目的
Name/description match the provided assets: a search script (scripts/find.mjs) plus a bundled database (data/activities.json) that the skill queries and formats. The requested resources are minimal and appropriate for a coupon lookup feature.
说明范围
SKILL.md instructs the agent to extract keywords and run the local Node script (or import its functions) and return the formatted text. The script only reads the included JSON database and does not access other files, environment variables, or external endpoints at runtime (it only emits links contained in the data).
安装机制
There is no install spec (instruction-only), which is low risk. One mismatch: the skill uses a Node CLI (node find.mjs) but the manifest lists no required binaries. The agent environment must have Node.js available for the script to run; that dependency is implied but not declared.
证书
No environment variables, credentials, or config paths are requested. The skill operates on bundled data only, so no secret access is needed or requested.
持久
always:false and no install-time persistence or modifications to other skills/settings. The skill does not request elevated or permanent privileges.
综合结论
This skill appears coherent and limited: it reads a local activities.json and returns matching coupon links. Before installing or using it, note: (1) it expects Node.js to be present even though the manifest didn't declare that—ensure your agent environment can run node scripts; (2) the bundled data contains many short URLs, deep links and third-party H5 links (some using http or redirects). Those links may carry tracking parameters or redirec…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「优惠券查询·场景快取」。简介:优惠券查询与领取技能。覆盖外卖券、酒店券、打车券、咖啡券、电影票、超市券等多场景,输入需求自动匹配最优活动链接。触发词: 优惠券查询, 领取优惠券, 有什么优…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/ayue-oss/coupon-finder/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
暂无本地缓存内容,可在后台执行详情同步。