🎉 ssky 0.2.1 Released!
New version of "ssky" - Simple #Bluesky command-line client is now available.
🔧 Key improvements in v0.2.1:
✔AI-powered Bluesky operations via Cursor IDE integration
✔Unified JSON output format
✔Improved MCP tool response format
github.com/simpleskycli...
Posts by Simple Sky Client
The solution: add Docker volume mount -v ~/Pictures:/app/images to your mcp.json configuration. This enables users to post images from local filesystem to Bluesky seamlessly through ssky MCP server.
#ssky #mcp #bluesky
Found a bug: ssky MCP tools can't access host filesystem for image posting due to Docker container restrictions. github.com/simpleskycli...
🤖 ssky MCP Server for Cursor Agent:
```
ghcr.io/simpleskyclient/ssky-mcp
```
AI-powered Bluesky integration directly in your IDE! 10 comprehensive tools for posts, search, social actions & more.
Copy sample config → restart Cursor → ready! ⚡
#CursorAgent #MCP #AI #Docker
📦 Install ssky v0.1.3 from PyPI:
```
pip install ssky
```
Get started in seconds:
```
ssky login handle:password
ssky post "Hello Bluesky!"
```
https://pypi.org/project/ssky/
#Python #PyPI #Bluesky
🐦 ssky v0.1.3 released!
Lightweight command-line Bluesky client for terminal lovers ✨
Features:
📝 Post, reply, quote & repost
🔍 Search posts & users
👥 Follow/unfollow
🤖 Cursor Agent MCP integration
Perfect for developers!
https://github.com/simpleskyclient/ssky
#Bluesky #CLI #OpenSource
Created an MCP server for controlling Bluesky. Just run it with Docker—super easy to use!
github.com/simpleskycli...
Congratulations!
re:devlopment_test
devlopment_test
So you can install ssky in python 3.12 environment.
--
pip install ssky
Now registered ssky in PyPI.
pypi.org/project/ssky/
Sample: Search 'elon musk' and save them one by one in a separate file.
$ ssky search 'elon musk' --since 20250112 --text --output ./elon
$ ls elon
arnaudthurudev.bsky.social.20250113153924.txt lioracle.bsky.social.20250113153507.txt talaboommmmm.bsky.social.20250113153406.txt
...
$ ssky search 'elon musk' --since 20250112 --long
Author-DID: did:plc:7osgdi4td..
Author-Display-Name: Jack
Author-Handle: jaxbs.bsky.social
Created-At: 2025-01-13T15:11:51.616Z
Record-CID: bafyreig..
Record-URI: at://did:plc:7osgdi4t..
These fires were unstoppable,”
every single firefighter has ..
Sample: repost my last post.
$ ssky repost $(ssky get myself --limit 1 --id) --id
at://did:plc:d7deqn7qrqk63kaspctbv5hn/app.bsky.feed.post/3lfmyhszkqk2g::bafyreihzm47vsiv2p72wkddrj2sc3l6ueaj3mpfl7te3k2yc7j2mxwumeu
Sample: retrieve my last post id.
$ ssky get myself --limit 1 --id
at://did:plc:d7deqn7qrqk63kaspctbv5hn/app.bsky.feed.post/3lfmyhszkqk2g::bafyreihzm47vsiv2p72wkddrj2sc3l6ueaj3mpfl7te3k2yc7j2mxwumeu
First test post