Schedule via Typefully

Automate scheduling X-thread posts and LinkedIn updates to Typefully drafts.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill schedule-via-typefully
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Schedule via Typefully
Source: https://github.com/BedaBeda-Growth/bedabeda-growth-site/tree/main/skills/schedule-typefully
Command: npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill schedule-via-typefully

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates scheduling of multi-thread posts on X and LinkedIn by routing content to the correct Typefully social set using the existing content pipeline.

Core Features & Use Cases

  • Deterministic social-set routing: personal vs brand accounts with hard rules.
  • Drafts and scheduling: schedule posts to the correct social set, with optional immediate posting.
  • End-to-end workflow: load auth, parse threads, confirm with Nick, call the drafts API, and retrieve a review URL.

Quick Start

Provide a thread file and run the Typefully scheduling workflow to publish or draft posts.

Frequently Asked Questions about Schedule via Typefully

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

FAQPage Schema
How do I automate scheduling X threads and LinkedIn updates to Typefully?

You can automate scheduling X threads and LinkedIn updates by routing content to Typefully via the v2 API. The workflow parses your thread file, loads your TYPEFULLY_API_KEY, confirms the post, sends a draft, and returns a review URL.

Can I route posts to different personal and brand accounts in Typefully?

Yes, deterministic social-set routing applies hard rules to direct content to either personal or brand accounts. This ensures your X threads and LinkedIn updates publish from the correct Typefully social set every time.

What do I need to set up before scheduling posts via the Typefully API?

Before scheduling posts via the Typefully API, you need a valid TYPEFULLY_API_KEY loaded from your environment and a configured Typefully URL. Providing a parsed thread file is also required to initiate the workflow and generate a reviewable draft.

Does the Typefully scheduling workflow post immediately or create drafts?

The workflow creates drafts by default by sending your parsed thread to the Typefully /drafts endpoint. It returns a draft URL for review, though immediate posting is optionally supported within the content pipeline.

How does the Typefully content pipeline handle authentication and confirmation?

The Typefully content pipeline handles authentication by loading your API key from the environment, parsing the thread file, and confirming with you before posting. It then calls the drafts API and retrieves the review URL for final approval.