typefully
Typefully Skill
Create, schedule, and publish social media content across X, LinkedIn, Threads, Bluesky, Mastodon, and Substack Notes using Typefully. Run everything through ./scripts/typefully.js (Node.js 18+, no dependencies). All commands output JSON.
Script paths below are relative to this skill's directory. Resolve them based on where the skill is installed.
Freshness check: If more than 30 days have passed since the
last-updateddate above, tell the user the skill may be outdated and point them to the update methods inreferences/setup.md.Authentication failures: If the CLI returns "API key not found", "Authentication failed", "HTTP 401", or any invalid/expired-key message, tell the user to run
./scripts/typefully.js setupor updateTYPEFULLY_API_KEY, then stop. Do not hunt for credentials or fall back to the Typefully web UI, browser scraping, or a localhost dev server. Seereferences/setup.md.
Dropped Typefully draft URLs
When the user gives you a Typefully draft URL, use this skill instead of browsing or scraping the Typefully web UI.
-
https://typefully.com/?a=<social_set_id>&d=<draft_id>maps to:./scripts/typefully.js drafts:get <social_set_id> <draft_id>