Install
openclaw skills install snapbyte-digest-apiFetch personalized developer news digests from Snapbyte External API with API-key auth. Use for Hacker News digest, Reddit digest, Lobsters digest, and DEV.t...
openclaw skills install snapbyte-digest-apiUse this skill to fetch user-scoped digests from Snapbyte and present them as clean, high-signal markdown.
SNAPBYTE_API_KEY.Authorization: Bearer <SNAPBYTE_API_KEY> to Snapbyte API.https://api.snapbyte.devRun the helper script from this skill folder:
python3 scripts/snapbyte_digest.py configurations
python3 scripts/snapbyte_digest.py latest
python3 scripts/snapbyte_digest.py latest --configuration-id 12
python3 scripts/snapbyte_digest.py history --configuration-id 12 --page 1 --limit 10
python3 scripts/snapbyte_digest.py digest --id dst_abc123
python3 scripts/snapbyte_digest.py items --digest-id dst_abc123 --page 1 --limit 10
--raw.401: tell user key is missing/invalid/revoked/expired and ask them to update SNAPBYTE_API_KEY.404: tell user digest/configuration was not found.references/quickstart.md for setup and examples.