技能详情(站内镜像,无评论)
作者:Samantha @assistant-design
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 246 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :可疑 · OpenClaw :可疑
Package:assistant-design/clawflight
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :可疑
OpenClaw 评估
The skill mostly does what it claims (flight search via Amadeus + affiliate links) but has multiple internal inconsistencies (registry metadata, SKILL.md, and code disagree about required credentials, affiliate integration, and data paths), so you should verify those details before installing.
目的
The skill's stated purpose (finding Starlink-equipped flights) is consistent with the included code which calls Amadeus for flight offers and filters carriers by a local airlines DB. However the registry metadata declares no required environment variables while both SKILL.md and clawflight.js require AMADEUS_CLIENT_ID and AMADEUS_CLIENT_SECRET (the script exits if those are missing). This mismatch is a coherence problem: the skill will not run…
说明范围
SKILL.md instructs installing and exporting AMADEUS_CLIENT_ID/SECRET (which the code needs) but also tells users to obtain a KIWI_API_KEY and mentions Kiwi.com as an affiliate source. The JS code, however, does not use a KIWI_API_KEY anywhere and generates Skyscanner deep links only (generateAffiliateLink uses skyscanner.com and a fixed ref). SKILL.md also describes a cron-driven 'post-flight nudge' and a database location at ~/clawd/projects/…
安装机制
This is instruction-only in registry terms (no install spec), but includes a Node.js script and package.json; the SKILL.md tells users to run npm install. Dependencies are limited to axios and commander (typical for this use). There's no remote download or extract from arbitrary URLs. Installation risk is standard for a local Node package.
证书
The code legitimately needs AMADEUS_CLIENT_ID and AMADEUS_CLIENT_SECRET plus an optional AMADEUS_ENV. The registry incorrectly lists no required env vars. SKILL.md asks users to obtain a Kiwi API key, but the code never reads KIWI_API_KEY (the affiliate links are Skyscanner-based and use a hard-coded ref). The code also writes a cached token file (.amadeus-token.json) and local JSON databases (saved-flights.json, ratings.json) under its projec…
持久
always:false (normal). The skill stores an OAuth token cache (.amadeus-token.json) and user-saved flights/ratings under its data folder (writeFileSync usage). It does not modify other skills or system-wide settings. The SKILL.md mentions a cron job and weekly updates ('Samantha cron'), but there is no code to set up cron; persistence is limited to files in the package's data directory.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「ClawFlight」。简介:Find flights with Starlink satellite WiFi. Filters to Starlink-equipped airline…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/assistant-design/clawflight/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
暂无本地缓存内容,可在后台执行详情同步。