>
Add this skill
npx mdskills install typefully/typefullyComprehensive social media management skill with detailed workflows, clear CLI integration, and strong setup guidance
AI agent skills for drafting, scheduling, and managing social media posts across X, LinkedIn, Threads, Bluesky, and Mastodon. Give your AI agent the ability to manage your social media scheduling directly from your IDE or terminal.
Built on the Typefully API. Typefully is a writing and scheduling app used by 200k+ top creators and teams to grow on X, LinkedIn, Threads, and Bluesky.
Skills are markdown files that give AI agents specialized knowledge and workflows for specific tasks. Add this to your project and your AI agent will be able to create, schedule, and publish social media content.
CLI (works with Claude Code, Cursor, Windsurf, and many other agents):
npx skills add typefully/agent-skills
Other installation methods
Claude Code Plugin:
/plugin marketplace add typefully/agent-skills
Then:
/plugin install typefully@typefully-skills
Cursor:
https://github.com/typefully/agent-skills.gitManual:
Clone this repository and copy skills/typefully/ to your project's .cursor/skills/ or .claude/skills/ directory.
You'll need a Typefully API key for the setup command. Copy an existing key or create a new one at https://typefully.com/?settings=api
This configures your API key and default social set:
./scripts/typefully.js setup
Tip:
The path depends on how you installed the skill, but you can ask your agent "Help me set up the Typefully skill" to get the correct path.
You can also set the API key as an environment variable instead:
export TYPEFULLY_API_KEY=your_key_here
Ask your AI agent things like:
Run the setup command:
./scripts/typefully.js setup
Or set the environment variable manually:
export TYPEFULLY_API_KEY=your_key_here
To persist the environment variable across sessions, add it to your shell profile (~/.bashrc, ~/.zshrc, etc.).
The CLI is a zero-dependency Node.js script and requires Node.js 18+ (for built-in fetch).
Install a recent Node.js version, then retry your command.
social_set_id (run ./scripts/typefully.js social-sets:list to list them)./scripts/typefully.js drafts:list For deeper integration with Claude Code, you can also use the Typefully MCP Server which provides native tool access:
https://support.typefully.com/en/articles/13128440-typefully-mcp-server
MIT
Best experience: Claude Code
/plugin marketplace add typefully/typefullyThen /plugin menu → select skill → restart. Use /skill-name:init for first-time setup.
Other platforms
Install via CLI
npx mdskills install typefully/typefullyTypefully Skills is a free, open-source AI agent skill. >
Install Typefully Skills with a single command:
npx mdskills install typefully/typefullyThis downloads the skill files into your project and your AI agent picks them up automatically.
Typefully Skills works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.