OC.Automate.Bluesky 2.0.2

dotnet add package OC.Automate.Bluesky --version 2.0.2
                    
NuGet\Install-Package OC.Automate.Bluesky -Version 2.0.2
                    
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="2.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OC.Automate.Bluesky" Version="2.0.2" />
                    
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 2.0.2
                    
#r "nuget: OC.Automate.Bluesky, 2.0.2"
                    
#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@2.0.2
                    
#: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=2.0.2
                    
Install as a Cake Addin
#tool nuget:?package=OC.Automate.Bluesky&version=2.0.2
                    
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. 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 App Password you generated in step 1.
  5. Click Test connection to verify.

3. (Optional) Store values in appsettings

Instead of entering values directly, you can store them under Umbraco Automate's built-in Variables (non-sensitive) and Secrets (sensitive) config sections:

{
  "Umbraco": {
    "Automate": {
      "Variables": {
        "BlueskyPdsUrl": "https://bsky.social"
      },
      "Secrets": {
        "BlueskyAppPassword": "your-app-password-here"
      }
    }
  }
}

Then reference them in the connection fields using $ syntax:

Field Reference
PDS URL $Umbraco:Automate:Variables:BlueskyPdsUrl
App Password $Umbraco:Automate:Secrets:BlueskyAppPassword

The key names (BlueskyPdsUrl, BlueskyAppPassword) are your choice — they just have to match the $ reference. For production, supply secrets via environment variables:

Umbraco__Automate__Secrets__BlueskyAppPassword=your-app-password-here

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.

Migrating from 1.x

Version 2.x replaces the package-specific config section with Umbraco Automate's built-in Variables/Secrets pattern:

  • The OwainCodes:Automate:Bluesky:AppPasswords / Umbraco:Automate:Providers:OCAutomateBluesky config sections are no longer read — remove them.
  • The Connection Name field is gone. The app password is now entered directly on the connection, either as a literal value or as a $Umbraco:Automate:Secrets:... reference (see above).
  • Existing Bluesky connections must be edited (or recreated) in the backoffice to add the app password.

Compatibility

Package version Umbraco Automate Umbraco CMS
2.x 17.x – 18.x 17.x – 18.x
1.x 17.x – 18.x 17.x – 18.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
2.0.2 90 7/17/2026
2.0.1 103 7/16/2026
2.0.0 88 7/15/2026
1.0.4 111 6/28/2026
1.0.3 165 6/18/2026
1.0.2 124 6/18/2026