Open source. MIT licensed. Zero dependencies. A single Node.js script.
Join 10,000+ customers
Sign up on Typefully, connect your social accounts, and create an API key in settings.
Run this command or ask your agent to install:
npx skills add typefully/agent-skillsAdd your API key and your agent can draft, schedule, and publish across all platforms.
Want to connect the Claude or ChatGPT desktop apps instead? Use our MCP server →
Your agent writes posts and threads that match your tone, creating drafts you can edit in Typefully before publishing.
Schedule for specific times or publish immediately to X, LinkedIn, Threads, Bluesky, and Mastodon — all from a single command.
List scheduled posts, check draft status, and organize your queue — all from your IDE or terminal.
npx skills add typefully/agent-skillsOr install via the plugin marketplace:
/plugin marketplace add typefully/agent-skillsHere's how it looks:
Draft a tweet about our new feature launch
Claude
I pulled your recent posts to match your tone. Here's a draft:
We just shipped something we've been working on for months — and it's a big one. Here's what changed and why it matters.
You can edit it here: typefully.com/d/12345
I've made some tweaks, schedule it for tomorrow at 9am
Claude
Done! Scheduled for tomorrow at 9:00 AM (EST). I'll publish it to X and LinkedIn.
If you use OpenClaw, add Typefully skills directly from your chat. Just ask your agent:
Read the README carefully https://github.com/typefully/agent-skills and install the Typefully skill so you'll have social media capabilities, and help me set it up
OpenClaw will install the skill and help you configure it.
Just pushed a feature? Ask your agent to draft the announcement and schedule it across platforms without leaving your IDE.
Build custom workflows that generate and schedule content as part of your CI/CD pipeline, deployment scripts, or daily routines.
Agencies and content teams use the API to batch-create drafts, manage multiple accounts, and keep a consistent publishing schedule.
Developers building apps with social publishing needs can use the Typefully skill as a lightweight, well-documented starting point.
Run ./scripts/typefully.js setup after installing the skill, or set the environment variable manually: export TYPEFULLY_API_KEY=your_key_here. You can create or copy your API key at typefully.com → Settings → API.
Node.js 18 or later. The CLI uses built-in fetch, which shipped in Node 18.
Yes. The underlying Typefully API works with any HTTP client. The skill files just teach AI agents how to use it.
The skill is a markdown file that gives any AI agent instructions for using the Typefully API via a CLI script. The MCP server provides native tool access for apps that support the Model Context Protocol (like Claude Desktop). Same capabilities, different integration method.
The skill is open source (MIT). You need a Typefully account for the API key. Free accounts work.