Manages ATProto records and Bluesky content through a streamlined CLI interface.
This skill integrates the pdsx CLI to provide Claude with powerful capabilities for interacting with the AT Protocol. It enables seamless CRUD operations on social media records, allowing users to list, create, update, and delete posts, profiles, and likes. With support for batch operations via JSONL and flexible output formatting, it serves as an essential tool for developers building on Bluesky or managing decentralized identity records without manual API complexity.
주요 기능
01Multiple output formats including JSON, YAML, and formatted tables
02Full CRUD operations for ATProto records (list, get, create, update, delete)
03Direct media and blob upload capabilities for images and video
04Pre-configured support for common collections like posts, follows, and likes
057 GitHub stars
06Batch processing support via JSONL and stdin piping
사용 사례
01Performing bulk updates or deletions of social media history
02Debugging and inspecting ATProto record structures during development
03Automating Bluesky post scheduling and account management