bsky

Automates BlueSky thread fetching and post publishing via pdsx MCP tools.

8|1|Updated Nov 7, 2025
One-click install
npx skills add https://github.com/zzstoatzz/pdsx --skill bsky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bsky
Source: https://github.com/zzstoatzz/pdsx/tree/main/skills/bsky
Command: npx skills add https://github.com/zzstoatzz/pdsx --skill bsky

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

BlueSky workflows often require manual steps to fetch threads, read posts, and publish content. This Skill provides a programmatic interface via pdsx MCP tools to automate these tasks, improving efficiency and repeatability.

Core Features & Use Cases

  • Fetch threads and read posts from BlueSky using list_records and get_record.
  • Create new posts on BlueSky with create_record, including replies when needed.
  • Use MCP endpoints to integrate with AI agents or automated pipelines for content discovery, moderation checks, and archiving.

Quick Start

Ask the tool to fetch a thread by its URI or post a new update with create_record.

Frequently Asked Questions about bsky

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

FAQPage Schema
How do I automate fetching threads and reading posts on BlueSky?

Automating BlueSky content discovery involves using pdsx MCP tools like list_records and get_record to programmatically fetch threads and read posts via specific URIs, replacing manual retrieval steps.

What is the best way to create new posts and replies on BlueSky programmatically?

Creating BlueSky posts programmatically requires the create_record MCP command, which allows automated pipelines or AI agents to publish new content and submit replies to existing threads.

Can I use MCP commands to integrate BlueSky with AI agents for content moderation?

Yes, MCP endpoints support integration with AI agents, enabling automated pipelines to handle content discovery, moderation checks, and archiving on BlueSky without manual intervention.

Does this approach require specific BlueSky collection URIs to fetch records?

Interacting with BlueSky records requires specific collection URIs passed to MCP commands, allowing targeted data retrieval for threads and posts before any content publishing occurs.

Why use pdsx MCP tools instead of direct API calls for BlueSky automation?

Using pdsx MCP tools streamlines BlueSky automation by providing a programmatic interface that improves efficiency and repeatability for fetching and publishing content compared to manual workflows.