1,500+ auto-generated API skills from the LAP Registry. Install once, get skills for Stripe, GitHub, Notion, OpenAI, and 1,000+ more APIs.
/plugin marketplace add lap-platform/claude-marketplace
/plugin install <skill-slug>@lap-platform
Browse available skills at registry.lap.sh.
"Use the stripe skill to create a $50 test charge"
"Use the github-repos skill to list my repositories"
LAP Registry (registry.lap.sh)
|
| generate_marketplace.py (CI)
v
marketplace.json + plugins/
|
| gh repo commit
v
Lap-Platform/claude-marketplace (this repo)
|
| /plugin marketplace add ...
v
Your Claude Code installation
- The LAP Registry stores compiled API specs in agent-native
.lapformat - A generation script (
lap-registry/scripts/generate_marketplace.py) buildsmarketplace.jsonand individualSKILL.mdfiles from the registry database - A GitHub Actions workflow in
lap-registryruns the script and pushes the output here - Claude Code reads this repo as a marketplace source when you run
/plugin marketplace add
claude-marketplace/
marketplace.json # Root manifest -- lists all plugins
plugins/
<skill-slug>/
plugin.json # Per-plugin metadata
skills/
<skill-slug>/
SKILL.md # The skill file Claude Code reads
README.md
LICENSE
.gitignore
Each API becomes its own plugin directory under plugins/. The marketplace.json at the root indexes them all.
Skills are auto-generated from API specs compiled by the LAP compiler. Categories include:
- Payments -- Stripe, PayPal, Square
- Dev tools -- GitHub, GitLab, Bitbucket
- Productivity -- Notion, Airtable, Asana
- AI/ML -- OpenAI, Anthropic, Hugging Face
- Communication -- Slack, Discord, Twilio
- And 1,000+ more
Skills are regenerated by CI in the lap-registry repo whenever the generation workflow runs. To pull the latest:
/plugin marketplace update lap-platform
Prefer to install one skill at a time? Browse registry.lap.sh, find the skill, and copy its SKILL.md to ~/.claude/skills/<slug>/SKILL.md.
- LAP Homepage: https://lap.sh
- Registry: https://registry.lap.sh
- LAP Spec: https://github.com/Lap-Platform/LAP
- Issues: https://github.com/Lap-Platform/claude-marketplace/issues
Apache 2.0 -- see LICENSE