skills/FORGE-telemetry-watchdog/SKILL.md
Monitor organ telemetry freshness across the federation. Checks state.json age, biometric data staleness, and watchdog cron health. USE WHEN: "check telemetry", "WELL state stale", "vitality unknown", "watchdog status", "biometric freshness".
npx skillsauth add ariffazil/openclaw-workspace FORGE-telemetry-watchdogInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
DITEMPA BUKAN DIBERI — Forged, Not Given.
Monitor telemetry freshness across federation organs. Detects stale state.json, missing biometric data, and broken watchdog crons. Born from the 2026-07-19 discovery that WELL had been YELLOW/vitality=0.00 for 3+ weeks due to telemetry not being populated.
make prove# WELL state freshness
cat /root/WELL/state.json | python3 -c "import json,sys; d=json.load(sys.stdin); print(f'freshness: {d.get(\"freshness\")}, truth: {d.get(\"truth_status\")}, telemetry: {d.get(\"telemetry_confidence\")}')"
# WELL cron status
crontab -l | grep -i well
ls /etc/cron.d/*well* 2>/dev/null
# Run keepalive (refreshes timestamps, does NOT invent vitals)
cd /root/WELL && python3 scripts/well_auto_keepalive.py
| Organ | Cron | Script | Frequency |
|-------|------|--------|-----------|
| WELL | 0 */6 * * * | well_auto_keepalive.py | Every 6h |
| WELL | 0 */6 * * * | google_fit_bridge.py | Every 6h |
| WELL | /etc/cron.d/well-dream | dream engine | System cron |
When state.json shows "truth_status": "INSUFFICIENT_DATA" and "telemetry_confidence": "NONE":
state.test.json file contains quarantined test dataSOT: 2026-07-19 · seal_seq: 4
development
Federation-wide gold (XAUUSD) trading capability. Python stack, OANDA broker, backtesting, macro signals, RSI strategy. Every organ has a role.
development
Capital claim state management — tracks claim lifecycle across WEALTH organ.
development
Archived constitutional warga placeholder retained only for audit provenance. Do not use for active work; use the live arifOS governance and constitutional skills instead.
testing
Warga (citizen) agent skills for AAA federation members. See subdirectories for specialized warga skills.