Ham Radio DX Monitor ๐ป
name: ham-radio-dx
by capt-marbles ยท published 2026-03-22
$ claw add gh:capt-marbles/capt-marbles-amateur-radio-dx---
name: ham-radio-dx
description: Monitor DX clusters for rare station spots, track active DX expeditions, and get daily band activity digests for amateur radio operators.
version: 1.0.0
author: captmarbles
---
# Ham Radio DX Monitor ๐ป
Monitor DX clusters in real-time, get notified of rare DX stations, and track active DX expeditions. Perfect for ham radio operators who want to catch rare contacts!
Features
๐ก **Live DX Spots** - Connect to global DX cluster network
๐ **Rare DX Alerts** - Notify when rare stations appear
๐ **Daily Digest** - Band activity summary
๐บ๏ธ **DX Expeditions** - Track active expeditions
โฐ **Automated Monitoring** - Run via cron for alerts
Quick Start
Watch Live Spots
# Get latest DX spots
python3 dx-monitor.py watch
# Specific cluster node
python3 dx-monitor.py watch --cluster ea7jxh
# Use your callsign
python3 dx-monitor.py watch --callsign KN4XYZ
# Only show NEW spots (filters duplicates)
python3 dx-monitor.py watch --new-only**Output:**
๐ก Latest DX Spots from EA7JXH
20m SSB 14.195 K1ABC - CQ Contest
40m CW 7.015 VP8/G3XYZ - Falklands
15m FT8 21.074 ZL2ABC - New ZealandDaily Digest
python3 dx-monitor.py digest**Output:**
# ๐ก DX Digest - 2026-01-27
## Band Activity (last 100 spots)
20m โโโโโโโโโโโโ 24
40m โโโโโโโโ 16
15m โโโโโโ 12
10m โโโโ 8
## Rare DX Spotted
๐ VP8/G3XYZ 40m 7.015 - Falklands Expedition
๐ ZL2ABC 15m 21.074 - New ZealandDX Cluster Nodes
Available clusters:
Automated Monitoring
Using OpenClaw Cron (Recommended)
Use the OpenClaw cron tool to set up monitoring:
# Create a cron job for DX alerts (every 5 minutes)
cron add --name "DX Monitor" --schedule "*/5 * * * *" --payload 'systemEvent:Check DX cluster for rare spots' --sessionTarget mainManual Cron (Alternative)
If using system cron, run as a non-privileged user:
# Add to crontab (as your user, not root)
crontab -e
# Add these lines:
*/5 * * * * cd ~/clawd && python3 skills/ham-radio-dx/dx-monitor.py watch --new-only --callsign YOUR_CALL >> ~/dx-alerts.log 2>&1
# Daily digest at 9am
0 9 * * * cd ~/clawd && python3 skills/ham-radio-dx/dx-monitor.py digest >> ~/dx-digest-$(date +\%Y-\%m-\%d).txt 2>&1**Note:** State is saved to `~/dx-monitor-state.json` (in your home directory, not /tmp).
Example Prompts for Clawdbot
Rare DX Prefixes to Watch
**Most Wanted:**
**Other Rare:**
DX Expedition Resources
Track active expeditions:
Band Plans
Common DX frequencies:
Tips
1. **Use Your Callsign** - Some clusters require valid callsigns
2. **Check Multiple Clusters** - Coverage varies by region
3. **Filter by Band** - Focus on bands you can work
4. **Track Rare Prefixes** - Set up alerts for most-wanted
5. **Morning Check** - Best DX often in early morning
Technical Details
๐ค NEW: AI-Enhanced Mode
**Propagation prediction + DXCC filtering now available!**
# Setup your station (one time)
python3 dx-ai-enhanced.py setup
# Watch for workable DX with AI scoring
python3 dx-ai-enhanced.py watch**Features:**
See [README-AI.md](README-AI.md) for full documentation.
---
Future Ideas
73 and good DX! ๐ป๐
More tools from the same signal band
Order food/drinks (็น้ค) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...