bluesky-jetstream
Installation
SKILL.md
Bluesky Jetstream Firehose Skill
GF(3) Trit: -1 (MINUS - validator/filter on incoming data stream) Role: Constrain and validate Bluesky firehose events before processing
Overview
Jetstream is Bluesky's simplified JSON firehose - a WebSocket streaming API that provides real-time access to all public activity on the Bluesky network. Unlike the full atproto firehose (which uses CBOR/CAR binary encoding), Jetstream delivers plain JSON, making it accessible for rapid prototyping.
Endpoints:
- Primary:
wss://jetstream2.us-east.bsky.network/subscribe - Backup:
wss://jetstream1.us-west.bsky.network/subscribe
Source: github.com/bluesky-social/jetstream