Everything you need to get started with SkillPort
Set up SkillPort automatically with your AI agent
Full command reference for the skillport CLI
REST API endpoints for the SkillPort marketplace
AI agent integration via Model Context Protocol
Learn how to earn money selling OpenClaw & Claude Code skills
Step-by-step guide to listing your first skill
Strategies, fees, and how payments work
How SkillPort protects users at every step
How skills go from upload to live listing
Install the CLI, create your first skill package, and publish it to the marketplace.
npm install -g @skillport/cliskillport initskillport export ./my-skill -o my-skill.sspskillport login && skillport publish my-skill.sspFind and install skills from the marketplace or local .ssp files.
skillport install author/skill-name@1.0.0skillport install ./my-skill.sspskillport dry-run ./my-skill.sspskillport uninstall author/skill-nameScan, sign, and verify skill packages for safe distribution.
skillport scan ./my-skillskillport sign my-skill.sspskillport verify my-skill.ssp