OC.Automate.Bluesky 1.0.3

dotnet add package OC.Automate.Bluesky --version 1.0.3
                    
NuGet\Install-Package OC.Automate.Bluesky -Version 1.0.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OC.Automate.Bluesky" Version="1.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OC.Automate.Bluesky" Version="1.0.3" />
                    
Directory.Packages.props
<PackageReference Include="OC.Automate.Bluesky" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OC.Automate.Bluesky --version 1.0.3
                    
#r "nuget: OC.Automate.Bluesky, 1.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package OC.Automate.Bluesky@1.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OC.Automate.Bluesky&version=1.0.3
                    
Install as a Cake Addin
#tool nuget:?package=OC.Automate.Bluesky&version=1.0.3
                    
Install as a Cake Tool

OC.Automate.Bluesky

A Bluesky connection type and action for Umbraco Automate.

Post to Bluesky as part of an automation workflow — for example, automatically posting when a blog post is published.

Installation

dotnet add package OC.Automate.Bluesky

No further setup required. The composer registers itself automatically via Umbraco's IComposer discovery.

Setup

1. Generate a Bluesky app password

In your Bluesky account go to Settings → Privacy and Security → App Passwords and create a new app password. Copy the generated password.

2. Add the app password to appsettings

App passwords are stored in configuration, not the backoffice. Add the following to your appsettings.json (or appsettings.Production.json):

{
  "OwainCodes:Automate:Bluesky": {
    "AppPasswords": {
      "myaccount": "your-app-password-here"
    }
  }
}

The key (myaccount above) is a name you choose — you will reference it when creating the connection in the backoffice. You can add multiple entries if you need to post from more than one account.

For production it is recommended to supply passwords via environment variables rather than a config file:

OwainCodes__Automate__Bluesky__AppPasswords__myaccount=your-app-password-here

3. Create the connection in the backoffice

  1. Go to Automate → Connections and create a new Bluesky connection.
  2. Enter the PDS URL (defaults to https://bsky.social).
  3. Enter your Identifier — your Bluesky handle (e.g. yourname.bsky.social) or email.
  4. Enter the Connection Name — this must match the key you used in appsettings (e.g. myaccount).
  5. Click Test connection to verify.

Usage

Add the Send Bluesky Post action to any automation and select your Bluesky connection. Available fields:

Field Description
Content The post text (max 300 characters). Supports ${ binding } expressions.
Post URL Optional URL appended to the post on a new line.
Content Warning Optional label: sexual, nudity, porn, or graphic-media.

Compatibility

Package version Umbraco Automate Umbraco CMS
1.x 17.x 17.x

License

MIT

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.3 56 6/18/2026
1.0.2 52 6/18/2026