Bluesky Search

Query the ATProtocol public API for Bluesky profiles, posts, and threads.

23|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/cpfiffer/central --skill bluesky-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Bluesky Search
Source: https://github.com/cpfiffer/central/tree/main/.skills/bsky-search
Command: npx skills add https://github.com/cpfiffer/central --skill bluesky-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Bluesky Search makes it easy to discover public data on Bluesky/ATProtocol without authentication, reducing time spent locating relevant profiles, posts, and conversations.

Core Features & Use Cases

  • Public actor search to find profiles and handles
  • Retrieve recent feeds and view threads for context
  • Quick discovery for research, monitoring, and due-diligence tasks

Quick Start

Run a query with the Python script to search Bluesky data, e.g., python3 scripts/search.py users "comind".

Frequently Asked Questions about Bluesky Search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Bluesky public data without authentication?

You can search Bluesky public data without authentication by querying the ATProtocol public API to fetch and format profiles, posts, and threads. The script scripts/search.py calls public endpoints directly to retrieve results.

Can I retrieve Bluesky feeds and view threads using the ATProtocol public API?

Yes, you can retrieve recent feeds and view threads using the ATProtocol public API. The script fetches public posts and conversation context to support research, discovery, and monitoring tasks.

What's the best way to find Bluesky profiles and handles for research tasks?

The best way to find Bluesky profiles and handles is to run a public actor search against ATProtocol endpoints. The script formats and displays matching profiles so you can review them quickly.

Do I need an API key to query ATProtocol public endpoints for posts?

No, you do not need an API key to query ATProtocol public endpoints for posts. The script accesses public Bluesky data directly, removing the authentication barrier for locating relevant profiles and conversations.

Are there limitations to monitoring public conversations on Bluesky without authentication?

Monitoring public conversations on Bluesky without authentication is limited to public profiles, feeds, and threads available through the ATProtocol API. Private posts or restricted feeds are not accessible without proper authentication credentials.