post-bluesky

Post text content to Bluesky via the AT Protocol with optional hashtags.

10|Updated Jul 22, 2025
One-click install
npx skills add https://github.com/bdambrosio/Cognitive_workbench --skill post-bluesky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-bluesky
Source: https://github.com/bdambrosio/Cognitive_workbench/tree/main/src/tools/post-bluesky
Command: npx skills add https://github.com/bdambrosio/Cognitive_workbench --skill post-bluesky

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to automatically post text updates to the Bluesky social network, streamlining your content sharing workflow.

Core Features & Use Cases

  • Direct Posting: Send text content directly to your Bluesky feed.
  • Tagging: Include relevant hashtags to increase visibility.
  • Content Source Flexibility: Post literal text or content from previous steps.
  • Use Case: Automatically share a summary of your daily progress or a link to a newly published article on Bluesky.

Quick Start

Post the following message to Bluesky: "Just finished a great coding session!".

Frequently Asked Questions about post-bluesky

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate posting to Bluesky from a workflow?

Automate posting to Bluesky by sending text content through the AT Protocol. This Skill handles text truncation to comply with platform limits and supports posting literal strings or content from previous workflow steps.

Can I include hashtags when I share content on the Bluesky social network?

Yes, you can include hashtags when sharing content on the Bluesky social network. The Skill supports optional hashtag inclusion to increase the visibility of your automated posts.

Do I need environment variables to post text to Bluesky via the AT Protocol?

Yes, environment variables are required for authentication to post text to Bluesky via the AT Protocol. You must configure these credentials in your environment before executing the posting workflow.

What is the best way to share daily progress updates on Bluesky automatically?

The best way to share daily progress updates on Bluesky automatically is to pass generated content from prior steps into this Skill. It processes the text and publishes it directly to your feed.

How does text truncation work when posting long content to Bluesky?

Text truncation automatically shortens long content to comply with Bluesky platform limits before posting. This ensures your text updates are successfully published without exceeding character constraints.

Are there limitations when sending literal strings to the Bluesky feed?

The main limitation when sending literal strings to the Bluesky feed is the platform's character limit. The Skill handles text truncation automatically, but extremely long inputs will be shortened to comply.