bluesky-reader

Fetch public Bluesky posts via the AT Protocol API and output JSON.

415|44|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/notque/claude-code-toolkit --skill bluesky-reader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bluesky-reader
Source: https://github.com/notque/claude-code-toolkit/tree/main/skills/bluesky-reader
Command: npx skills add https://github.com/notque/claude-code-toolkit --skill bluesky-reader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Enable researchers and developers to access Bluesky public content without authentication by reading posts through the AT Protocol API.

Core Features & Use Cases

  • Read public Bluesky profiles via the AT Protocol API with no credentials
  • Fetch recent posts from a specific profile
  • Search a profile's posts by keyword for topic monitoring
  • Output data in JSON for pipeline integration

Quick Start

Provide a public Bluesky handle to fetch recent posts and, if desired, search by keyword to filter results.

Frequently Asked Questions about bluesky-reader

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

FAQPage Schema
How do I read public Bluesky posts via the AT Protocol without authentication?

You can read public Bluesky posts via the AT Protocol by fetching data from a public endpoint, which requires no credentials or authentication to access public profile content.

How do I fetch recent posts from a specific Bluesky profile?

Fetch recent posts from a specific Bluesky profile by providing the public handle to the AT Protocol API, which retrieves the user's latest content and outputs structured JSON results.

Can I search Bluesky posts by keyword for topic monitoring?

Yes, you can search Bluesky posts by keyword. The tool fetches recent posts from a profile and supports local keyword search to filter results for topic monitoring.

Do I need API credentials to access the Bluesky public feed?

No API credentials are needed to access the Bluesky public feed. The tool uses a public AT Protocol endpoint to read public profiles and fetch posts without authentication.

What format does the Bluesky reader output for data pipelines?

The Bluesky reader outputs data in JSON format. This structured output is suitable for downstream processing and integration into data pipelines.