Loading...
npx -y @smithery/cli install @laulauland/bluesky-context-server --client claudebluesky_get_profileRetrieves the user's Bluesky profile information.
Read-only operation, no side effects.
bluesky_get_followsLists the accounts the user is following on Bluesky.
Read-only operation, no side effects.
bluesky_get_followersLists the accounts following the user on Bluesky.
Read-only operation, no side effects.
bluesky_get_postsRetrieves the user's recent posts on Bluesky.
Read-only operation, no side effects.
bluesky_get_personal_feedRetrieves the user's personalized Bluesky timeline/feed.
Read-only operation, no side effects.
bluesky_get_liked_postsRetrieves the posts the user has liked on Bluesky.
Read-only operation, no side effects.
bluesky_search_postsSearches for posts across Bluesky based on a query.
Read-only operation, no side effects.
bluesky_search_profilesSearches for Bluesky user profiles based on a query.
Read-only operation, no side effects.
The Bluesky Context Server is relatively safe for read operations. The main risk involves the compromise of the Bluesky app password, which could lead to unauthorized access to the user's Bluesky data. Ensure the app password is kept secure and access is limited to trusted AI assistants.