bluesky

BlueSky API nodes for n8n

Package Information

Released: 2/22/2025
Downloads: 88 weekly / 217 monthly
Latest Version: 2.8.3
Author: cmuench

Documentation

Banner image

n8n-nodes-bluesky

This repository contains the code for the n8n nodes that interact with the Bluesky API.

Installation

pnpm install @muench-dev/n8n-nodes-bluesky

In n8n community edition, you can install the nodes in the settings page.

Features

  • User
    • Block User
    • Get Profile
    • Mute User
    • Un-mute User
  • Feed
    • Get Author Feed
    • Get Timeline of current user
  • Post
    • Create Post
    • Like
    • Unlike
    • Repost
    • Delete Repost

Screenshots

images

Use Cases

RSS Feed to Bluesky

You can use the RSS Trigger node to get the latest posts from an RSS feed and then use the Create Post node to post them to Bluesky.

images

Use Open Graph Tags to get the image and description of the post.

images

Discussion