Skip to content

Lap-Platform/claude-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAP Skills Marketplace for Claude Code

1,500+ auto-generated API skills from the LAP Registry. Install once, get skills for Stripe, GitHub, Notion, OpenAI, and 1,000+ more APIs.

Quick Start

1. Add the marketplace

/plugin marketplace add lap-platform/claude-marketplace

2. Install a skill

/plugin install <skill-slug>@lap-platform

Browse available skills at registry.lap.sh.

3. Use the skill

"Use the stripe skill to create a $50 test charge"
"Use the github-repos skill to list my repositories"

How It Works

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
  1. The LAP Registry stores compiled API specs in agent-native .lap format
  2. A generation script (lap-registry/scripts/generate_marketplace.py) builds marketplace.json and individual SKILL.md files from the registry database
  3. A GitHub Actions workflow in lap-registry runs the script and pushes the output here
  4. Claude Code reads this repo as a marketplace source when you run /plugin marketplace add

Repository Structure

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.

What's Inside

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

Updates

Skills are regenerated by CI in the lap-registry repo whenever the generation workflow runs. To pull the latest:

/plugin marketplace update lap-platform

Manual Skill Installation

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.

Links

License

Apache 2.0 -- see LICENSE