Open source · MIT

Agent skills for Antwork

Install the plugin, approve one consent screen, and your assistant can draft, schedule and publish for you.

01

What they are

Antwork is an MCP server, so any AI can already call it. The skills are the missing half: they teach your assistant the right tool order, the draft-then-publish two-step, and the per-platform limits — so the post ships correctly the first time.

The skills are MIT and live on GitHub. The product is not: they teach your assistant how to drive Antwork, they do not replace it.

View on GitHub

02

Install

The repo is also a Claude Code plugin marketplace. Installing the plugin connects the Antwork MCP server and loads every skill and agent in one step.

/plugin marketplace add iker-gonzalez/antwork-skills
/plugin install antwork-skills@antwork

Complete the OAuth prompt and you are done. Prefer not to use the plugin system? The repo ships an install script that copies the skills into ~/.claude/ instead. A free Antwork account is enough — there is no paid gate on MCP access.

03

What's in it

6
SkillWhat it does
antworkThe orchestrator. Routes /antwork <command> to whichever skill fits what you asked for.
antwork-poster · antwork-calendar · antwork-campaignDrafting, batch scheduling across a week or month, and multi-post launch sequences.
antwork-voice · antwork-ideas · antwork-repurposeLearning an account’s voice from its own posts, generating ideas grounded in what actually performed, and turning one long piece into platform-native versions.
antwork-analytics · antwork-auditPerformance reporting, and a five-dimension audit that scores engagement, voice consistency, cadence, content quality and platform coverage.
antwork-setup · antwork-media · antwork-engageConnecting accounts and fixing broken ones, attaching images and video, and replying or retrying failed posts.
5 audit subagents + 5 templatesThe audit runs as parallel read-only agents, each owning one dimension, with markdown templates for the reports they produce.
04

Questions

4

Do I need a paid Antwork account?

No. Your first two connected accounts are free forever, with unlimited posts and workspaces, and there is no plan gate on MCP access. Beyond two accounts it is $5 per account per month — the limits change, not the capability.

Which assistants can use this?

The plugin is Claude Code specific. The underlying MCP server works with Claude, ChatGPT, OpenClaw, Cursor, VS Code, Windsurf and Gemini CLI — each has its own setup page in the docs.

Is Antwork itself open source?

Not today. The skills, the agents and the plugin are MIT-licensed and public. The hosted product is not, and there is no self-hostable build.

Can I contribute a skill?

Yes. Each skill is a SKILL.md file with YAML frontmatter and markdown instructions. Pull requests are welcome on GitHub.