AI agents compared

Every AI agent ClawDocx covers, side by side: who makes it, what it costs, whether you can write your own skills, and when each fact was last checked.

Personal agents

Personal agents compared
PlatformMakerStatusPrice fromYour own skillsDocsLast verified
ChatGPTOpenAIGenerally availableFree; Go $8, Plus $20 and Pro from $100 a month; Business $20 per user a month billed annuallyYes: SKILL.md folders, plugin.json plugins (Agent Plugins schema) and custom MCP serversChatGPT docs
ClaudeAnthropicGenerally availableFree; Pro $20 a month ($17 a month billed annually); Max from $100 a monthYes: ZIP uploads of a skill folder (`skill.md` in the help centre, `SKILL.md` in platform docs), custom connectors (remote MCP servers) and plugins with an optional `.claude-plugin/plugin.json` manifestClaude docs
Gemini SparkGoogleBetaGoogle AI Pro at $19.99 a month or Ultra from $99.99 a month; no free accessYes: Upload a SKILL.md, or a .zip with SKILL.md at the root, or create a skill in the Gemini app; custom remote MCP apps (US, English only)Gemini Spark docs
Grok BotSpaceXAI, running on Cursor's infrastructure and accountsBetaIncluded with Cursor Pro ($20 a month) and higher plans; free Cursor accounts get a usage-credit trial inside a 7-day windowYes: Skills made in chat or by demonstration (Teach a task), with no documented file format; plugins are connected from the Plugins sidebar or an in-chat Connect cardGrok Bot docs
InstinctSpear Street Technology, Inc. (doing business as Instinct)Invite onlyNo published price; PYMNTS reports the CEO has said he does not want to charge users, and the terms let the company revise pricing at any timeNo: None documented: instinct.com publishes no developer documentationNo public docs
Meta MuseMetaGenerally availableFree up to 100M Muse tokens a week; Power $20/month (500M a week) and Maximum $100/month (3B a week)No: Meta writes the SKILLs behind its built-in connectors, and Muse builds custom connectors on request for services with an API or CLIMeta Muse docs

Coding agents

Coding agents compared
PlatformMakerStatusPrice fromYour own skillsDocsLast verified
Claude CodeAnthropicGenerally availableIncluded with Claude Pro ($20 a month, $17 billed annually) and Max (from $100 a month); or Anthropic API billingYes: Agent Skills SKILL.md in .claude/skills, plus plugins that bundle skills, agents, hooks and MCP serversClaude Code docs
CursorAnysphere (Cursor), a SpaceX subsidiary since August 2026Generally availableHobby free; Pro $20, Pro+ $60 and Ultra $200 a month; Teams from $40 per user a monthYes: SKILL.md in .agents/skills or .cursor/skills (.claude/skills and .codex/skills for compatibility), .mdc rules, subagents, hooks.json, MCP and pluginsCursor docs
Google AntigravityGoogleGenerally availableFree individual plan; Google AI Pro ($20) and Ultra ($100 or $200 a month) raise limits, per Google's May 2026 plan postYes: SKILL.md folders in .agents/skills, plugin.json plugins, mcp_config.json, hooks.json, Markdown subagents and rulesGoogle Antigravity docs
OpenAI CodexOpenAIGenerally availableIncluded in every ChatGPT plan, from Free; Plus $20 a month; Pro from $100 a monthYes: SKILL.md folders in .agents/skills, plugin.json plugins, MCP servers in config.toml, hooks.json and AGENTS.md instructionsOpenAI Codex docs

Self-hosted agents

Self-hosted agents compared
PlatformMakerStatusPrice fromYour own skillsDocsLast verified
Hermes AgentNous ResearchOpen sourceFree (MIT); you pay your model provider, or use Nous Portal from $20 a monthYes: SKILL.md folders compatible with agentskills.io, Python plugins with a plugin.yaml manifest, and MCP serversHermes Agent docs
OpenClawOpenClaw FoundationOpen sourceFree and open source (MIT); model costs depend on the provider you connectYes: Agent Skills SKILL.md with an optional metadata.openclaw block; shareable on ClawHubOpenClaw docs

Standards

Standards compared
PlatformMakerStatusPrice fromYour own skillsDocsLast verified
Agent SkillsOpen spec started by Anthropic, published at agentskills.ioOpen specificationFree; code Apache-2.0, docs CC-BY-4.0Yes: A SKILL.md folder: YAML frontmatter (name, description) plus Markdown instructions, with optional scripts/, references/ and assets/Agent Skills docs
MCPAgentic AI Foundation (Linux Foundation), originally AnthropicOpen specificationFree and open source; each host sets its own limits (Claude's Free plan allows one custom connector)Yes: MCP servers built with the official SDKs, MCP Apps (ui:// HTML resources) and Agent Skills served over MCP through the Skills extensionMCP docs

Frequently asked questions

What is the difference between a coding agent and a self-hosted agent?
The two terms answer different questions. A coding agent is built to work inside a code repository: it reads files, edits code, runs commands and tests, and can commit the result. Self-hosted describes where an agent runs: on a machine you own rather than on a vendor's service, so your data, your credentials and your choice of model stay with you. A platform can be one, the other or both, and ClawDocx groups each platform under a single primary category, so an agent that is both is listed once, under whichever of the two it is best known for.
What does Last verified mean on a ClawDocx platform page?
Every ClawDocx page about an AI agent platform ends its key facts with a Last verified date. That is the day someone at ClawDocx last checked the facts on that page, among them the maker, the release status, the starting price and the skill format, against the vendor's own documentation and pricing pages.
Can one skill work in several AI agents?
Often, yes. Many agents read the Agent Skills format: a folder with a SKILL.md file of YAML frontmatter and Markdown instructions. Each agent adds its own optional fields and looks in its own folders, so check the skill format a platform documents before you copy a skill across.