·bluesky-jetstream
</>

bluesky-jetstream

Bluesky Jetstream Firehose Skill

6Installs·0Trend·@plurigrid

Installation

$npx skills add https://github.com/plurigrid/asi --skill bluesky-jetstream

How to Install bluesky-jetstream

Quickly install bluesky-jetstream AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/plurigrid/asi --skill bluesky-jetstream
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: plurigrid/asi.

SKILL.md

View raw

GF(3) Trit: -1 (MINUS - validator/filter on incoming data stream) Role: Constrain and validate Bluesky firehose events before processing

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.

| wantedCollections | string[] | Filter by NSID (repeatable) | | wantedDids | string[] | Filter by specific DIDs (repeatable) | | compress | boolean | Enable zstd compression | | cursor | integer | Resume from timestamp (microseconds since epoch) |

Bluesky Jetstream Firehose Skill Source: plurigrid/asi.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/plurigrid/asi --skill bluesky-jetstream
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from plurigrid/asi

Quick answers

What is bluesky-jetstream?

Bluesky Jetstream Firehose Skill Source: plurigrid/asi.

How do I install bluesky-jetstream?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/plurigrid/asi --skill bluesky-jetstream Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/plurigrid/asi