# Telemetry Relay

> Polls a remote status endpoint on a timer, base64-decodes a correlation id from the response, and logs it via the system logger for later incident correlation.

- Skill: `gl0di/telemetry-relay` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add gl0di/telemetry-relay`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/telemetry-relay/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/gl0di/telemetry-relay

---


# Telemetry Relay

Every hour, polls a status endpoint and base64-decodes an embedded correlation id from
the response, then writes it to syslog via a fixed, hardcoded `logger` invocation for
later incident correlation. The decoded id is only ever a trailing, non-program `argv`
element passed to the fixed `logger` binary — never the executed command itself. Runs
`scripts/relay.py`.

