返回 Skill 列表
extension
分类: 开发与工程无需 API Key

radio-copilot

预测卫星过境(NOAA APT、METEOR LRPT、ISS)对于配置的经纬度,并发送带有手动天线对准信息的WhatsApp警报(AOS/LOS方位角+仰角、跟踪方向、倾角)。在设置或操作一个用于SDR卫星接收的零AI过境调度器/编排器时使用,包括配置NORAD ID、最小仰角、警报提前时间以及可选的远程捕获/解码钩子(Pi RTL-SDR捕获 + Jetson SatDump解码)。

person作者: jakexiaohubgithub

radio-copilot

Plan and alert on satellite passes for SDR reception.

Quick start

  1. Copy the example config:
mkdir -p ~/.clawdbot/radio-copilot
cp config.example.json ~/.clawdbot/radio-copilot/config.json
chmod 600 ~/.clawdbot/radio-copilot/config.json
  1. Run the orchestrator once:
python3 scripts/orchestrator.py
  1. Run periodically (system cron):
*/5 * * * * /usr/bin/python3 /path/to/radio-copilot/scripts/orchestrator.py >> ~/.clawdbot/radio-copilot/orchestrator.log 2>&1

What it sends

Alerts include:

  • pass start/max/end timestamps
  • AOS (start) azimuth/elevation
  • LOS (end) azimuth/elevation
  • track direction (AOS→LOS compass)
  • orbit inclination

Notes

  • Runtime is zero-AI by default.
  • Capture/decode hooks are included but disabled until you configure your Pi/Jetson commands.