当飞机在可配置半径内使用本地 ADS-B SBS/基站馈送(读取端口 30003)时发出通知。在设置或排除飞机头顶警报、配置半径/原点坐标/冷却时间或创建发送 WhatsApp 通知的 Clawdbot cron 观察程序时使用
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install moltbot-adsb-overhead或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install moltbot-adsb-overhead⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/moltbot-adsb-overhead/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: adsb-overhead description: Notify when aircraft are overhead within a configurable radius using a local ADS-B SBS/BaseStation feed (readsb port 30003). Use when setting up or troubleshooting plane-overhead alerts, configuring radius/home coordinates/cooldowns, or creating a Clawdbot cron watcher that sends WhatsApp notifications for nearby aircraft. ---
Detect aircraft overhead (within a radius) from a local readsb SBS/BaseStation TCP feed and notify via Clawdbot messaging.
This skill is designed for a periodic checker (cron) rather than a long-running daemon.
1) Run the checker for a few seconds to see if it detects aircraft near you:
python3 skills/public/adsb-overhead/scripts/sbs_overhead_check.py \
--host <SBS_HOST> --port 30003 \
--home-lat <LAT> --home-lon <LON> \
--radius-km 2 \
--listen-seconds 5 \
--cooldown-min 15
--listen-seconds.--home-lat/--home-lon (Haversine).--radius-km only if not alerted within --cooldown-min.~/.clawdbot/adsb-overhead/state.json).SBS parsing assumptions are documented in: references/sbs-fields.md.
Use a Clawdbot cron job to run periodically. The cron job should: 1) exec the script 2) If stdout is non-empty, message.send it via WhatsApp
Pseudocode for the agent:
- python3 .../sbs_overhead_check.py ...
- send a WhatsApp message with that text
Suggested polling intervals:
--listen-seconds 3..8 so each run can gather a few position frames--radius-km if you want fewer misses.--listen-seconds if your feed is busy but you’re missing position updates.--cooldown-min to prevent spam (15–60 minutes recommended).安装 ADS-B 开销 后,可以对 AI 说这些话来触发它
Help me get started with ADS-B Overhead
Explains what ADS-B Overhead does, walks through the setup, and runs a quick demo based on your current project
Use ADS-B Overhead to notify when aircraft are overhead within a configurable radius usin...
Invokes ADS-B Overhead with the right parameters and returns the result directly in the conversation
What can I do with ADS-B Overhead in my marketing & growth workflow?
Lists the top use cases for ADS-B Overhead, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/moltbot-adsb-overhead/ 目录(个人级,所有项目可用),或 .claude/skills/moltbot-adsb-overhead/(项目级)。重启 AI 客户端后,用 /moltbot-adsb-overhead 主动调用,或让 AI 根据上下文自动发现并使用。
ADS-B 开销 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
ADS-B 开销 可免费安装使用。请查阅仓库了解许可证信息。
当飞机在可配置半径内使用本地 ADS-B SBS/基站馈送(读取端口 30003)时发出通知。在设置或排除飞机头顶警报、配置半径/原点坐标/冷却时间或创建发送 WhatsApp 通知的 Clawdbot cron 观察程序时使用
ADS-B 开销 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using ADS-B Overhead
Identifies repetitive steps in your workflow and sets up ADS-B Overhead to handle them automatically