Publish Your Skills to the
Agentics Marketplace

Share your AI agent skills with thousands of businesses. Versioned, searchable, and backed by enterprise implementation support.

Start Publishing Read the Docs
1

Create Your Skill

Write a SKILL.md file with frontmatter metadata and documentation. Add any scripts your skill needs.

2

Add Metadata

Include a _meta.json with your skill's slug, version, and configuration. Define required environment variables.

3

Publish

Submit your skill for review. Once approved, it's instantly available to all marketplace users.

Skill Structure

Every skill is a folder with a SKILL.md containing frontmatter metadata and documentation, a _meta.json for versioning, and optional scripts for automation.

Skills are versioned, rollback-ready, and can be installed with a single command across npm, pnpm, or bun.

View Full Documentation
my-skill/SKILL.md
---
name: my-skill
description: A brief description of what your skill does.
homepage: https://github.com/you/my-skill
metadata: {
  "emoji": "πŸš€",
  "requires": {
    "bins": ["curl", "jq"],
    "env": ["MY_API_KEY"]
  }
}
---

# My Skill

Your skill documentation goes here.
Describe endpoints, usage, examples.
my-skill/_meta.json
{
  "ownerId": "your-unique-owner-id",
  "slug": "my-skill",
  "version": "1.0.0",
  "publishedAt": 1773153550918
}

Versioned & Rollback-Ready

Every skill publish creates an immutable version. Users can install specific versions or update to the latest. If something breaks, rolling back is one command away.

# Install specific version
npx agentics@latest install my-skill@1.0.0

# Update to latest
npx agentics@latest update my-skill

# Rollback
npx agentics@latest install my-skill@0.9.0
Why Publish on Agentics

Built for Skill Creators

🏒

Enterprise Reach

Access SMB, mid-market, and enterprise clients who are actively looking for AI agent capabilities to deploy.

πŸ”’

Security Review

Every skill goes through our security vetting process. Enterprise clients trust skills from the Agentics marketplace.

πŸ“Š

Usage Analytics

Track installs, usage patterns, and feedback from real users. Understand how your skills are being used in production.

🀝

Implementation Support

Our team helps clients integrate your skills. You build it onceβ€”we handle deployment across hundreds of clients.

πŸ’°

Revenue Sharing

Earn revenue when enterprise clients deploy your professional and enterprise-tier skills through our managed services.

πŸ”„

Auto-Updates

Publish new versions and they're automatically available. Users get update notifications and seamless upgrades.

Ready to Publish?

Join the growing community of skill creators building the future of AI agent automation.

Read the Documentation Contact Our Team