Typefully Social Media Manager for Openclaw

A powerful CLI-driven tool for managing Typefully drafts and scheduling across multiple social platforms.

chapati23
v1.0.0
Feb 25, 2026
0
920
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install typefully-drafts

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install typefully-drafts using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Typefully Social Media Manager?

The Typefully skill for Openclaw Skills provides a robust interface to the Typefully v2 API, allowing developers and content creators to automate their social media presence seamlessly. It enables the creation of complex threads, cross-platform posting to X, LinkedIn, Threads, Bluesky, and Mastodon, and precise scheduling directly from your agentic environment. By integrating this capability, Openclaw Skills users can transform raw ideas into polished, scheduled social content without leaving their terminal or development workflow.

This skill is designed to bridge the gap between technical content creation and social distribution. It handles the nuances of API authentication, thread formatting, and multi-account management, making it an essential component of any modern Openclaw Skills automation stack.

Typefully Social Media Manager Use Cases

  • Automating the creation of multi-part threads on X (formerly Twitter) using simple text separators.
  • Cross-posting product announcements across LinkedIn, Bluesky, and Mastodon simultaneously.
  • Scheduling content to the next available slot in your Typefully queue to maintain consistent engagement.
  • Managing and auditing existing drafts to maintain a high-quality posting schedule.
  • Building automated pipelines that convert technical documentation or blog posts into social drafts.

How Typefully Social Media Manager Works

  1. The skill authenticates with the Typefully v2 API using a secure API key provided in the environment or via a password store.
  2. It identifies the target social set (account) to ensure posts are directed to the correct profile.
  3. Users issue commands via the provided bash script to interact with draft objects, including creating, listing, and editing.
  4. The script processes text formatting, specifically handling the "---" delimiter to structure multi-post threads.
  5. API requests are dispatched to Typefully, and the skill returns JSON-formatted responses for logging or further automation steps.

Typefully Social Media Manager Setup

To get started with this skill in your Openclaw Skills environment, follow these steps:

# 1. Set your API key via environment variable
export TYPEFULLY_API_KEY=your-api-key-here

# 2. (Optional) Set your social set ID if you have multiple accounts
export TYPEFULLY_SOCIAL_SET_ID=123456

# 3. Verify the setup by listing your social sets
bash scripts/typefully.sh list-social-sets

Ensure that you have curl and python3 installed on your system. It is also recommended to enable Development mode in Typefully Settings to view draft IDs directly in the web interface.

Typefully Social Media Manager Data Schema & Taxonomy

The skill interacts with Typefully's data structures, primarily focusing on Draft objects and Social Sets. Below is how the data is organized:

Attribute Description Format
draft_id Unique identifier for the draft Numeric/String
text The body content of the post or thread Markdown String
platforms Target networks (x, linkedin, threads, bluesky, mastodon) Comma-separated list
schedule Publication timing ISO8601 or 'next-free-slot'
status Current state of the draft draft, scheduled, or published

Typefully Social Media Manager Advanced Features

  • Full thread support using the \n---\n delimiter for creating long-form content sequences.
  • Intelligent "next-free-slot" scheduling which respects your pre-configured Typefully queue settings.
  • Standard input (stdin) support, allowing you to pipe content from other Openclaw Skills or CLI tools directly into a draft.
  • Multi-platform synchronization, ensuring consistent messaging across different social graphs with a single command.
  • Granular draft management, including the ability to retrieve full details for a specific draft ID for auditing purposes.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*