ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified social Safety 4/5

typefully

Create, schedule, list, edit, and delete drafts on Typefully. Supports single tweets, threads, and multi-platform posts (X, LinkedIn, Threads, Bluesky, Mastodon). Use when user wants to draft, schedule, or manage social media posts via Typefully.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chapati23/typefully-skill
Or

What This Skill Does

The Typefully skill for OpenClaw provides a powerful, automated interface for managing social media content via the Typefully v2 API. It enables users to create, schedule, list, edit, and delete social media drafts directly from their terminal or via AI-agent workflows. This skill supports multi-platform publishing, including X (formerly Twitter), LinkedIn, Threads, Bluesky, and Mastodon. It is designed to streamline the social media content lifecycle, allowing users to move from writing in their preferred editor to staging posts for specific time slots or immediate publication without ever leaving the command-line interface.

Installation

To integrate this skill, use the following command: clawhub install openclaw/skills/skills/chapati23/typefully-skill. After installation, configure your credentials by setting the TYPEFULLY_API_KEY environment variable or by adding it to your system's password store. Optionally, set the TYPEFULLY_SOCIAL_SET_ID to target specific accounts. For the best experience, ensure that "Development mode" is toggled on in your Typefully account settings to expose unique draft IDs, which are required for editing, scheduling, and deletion operations.

Use Cases

This skill is ideal for content creators, social media managers, and developers looking to automate their distribution. Common use cases include: scripting automated "daily update" threads, syncing blog content to multiple social platforms simultaneously, scheduling posts for specific time slots to optimize engagement, and managing a backlog of drafts during high-volume periods. By treating social media drafts as programmable assets, you can build complex workflows that fetch content from local files or other data sources and push them directly to your Typefully queue.

Example Prompts

  1. "Typefully, draft a new thread about my latest software release and schedule it for the next free slot on X and LinkedIn."
  2. "Show me all the current drafts waiting in my Typefully account, limit the results to the last 5."
  3. "Edit draft 8196074 to change the text to 'Actually, let's delay this announcement until next week' and schedule it for March 1st, 2026."

Tips & Limitations

When creating threads, remember to use the \n---\n delimiter to separate individual posts. The script outputs raw JSON, so piping the output into jq is highly recommended for readability. If you manage multiple social sets (accounts), you must identify the correct ID using the list-social-sets command, as the script will throw an error if it detects ambiguity. Be cautious with the now scheduling keyword, as it publishes immediately to the live social networks. Always verify content within the Typefully UI if you are performing complex bulk operations.

Metadata

Author@chapati23
Stars3875
Views0
Updated2026-04-07
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-chapati23-typefully-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#social#automation#scheduling#typefully#marketing
Safety Score: 4/5

Flags: network-access, external-api