Bluesky CLI Interact with Bluesky/AT Protocol from the command line. Setup First-time setup requires an app password from Bluesky: 1. Go to bsky.app → Settings → Privacy and Security → App Passwords 2. Create a new app password 3. Run: Security: Password is NOT stored. The CLI exports a session token on login, which auto-refreshes. Your app password only exists in memory during login. Commands Output Format Timeline and search results show: Installation The skill uses a Python virtual environment. On first run: Then run commands via: Or use the wrapper script: ---