Lola by Lobster Trap
AI CONTEXT PACKAGE MANAGER

Write skills
once. Use them
everywhere.

If an agent's skills were an RPM, Lola is the DNF for it. Write portable skill and context packages once, install them anywhere.

Read the docs → Apache-2.0 · Python 3.13+
~/work/payments-api
$ lola mod add https://github.com/myorg/sec-skills.git
Added sec-skills
$ lola install sec-skills
Installing sec-skills → ~/work/payments-api
claude-code
security-review
/audit-deps
@threat-modeler
cursor
security-review
gemini-cli
instructions
Installed to 3 assistants
TARGETS

Six assistants, one format

Lola converts skills, commands, and agents into each tool's native layout on install.

ASSISTANT SKILLS COMMANDS AGENTS
Claude CodeYesYesYes
Copilot CLIYesYesYes
Copilot (VS Code)YesYes project onlyYes
CursorYesYesYes
Gemini CLIYesYesN/A
OpenCodeYesYesYes
PACKAGES

Skills, and everything around them

SKILLs are not everything. You also need MCP settings, personas, and commands.

AGENT SKILL

One focused capability

A standalone SKILL.md following the AgentSkills.io standard, plus the assets it needs.

my-skill/
  SKILL.md
  scripts/
  reference/
  assets/
AI CONTEXT MODULE

A complete agent context

A superset of a skill: many skills plus the main spec, commands, and MCP config, as one distributable unit.

my-project/
  module/
    AGENTS.md      # main instructions
    skills/        # one or many skills
    commands/      # slash commands
    mcps.json      # MCP settings
MARKETPLACES

Any catalog, not just ours

A marketplace is one YAML file at a URL. Register as many as you like, search across all of them, enable and disable them per machine.

# register any catalog
$ lola market add general \
https://.../general-market.yml
# then search and install from it
$ lola mod search workflow
$ lola install lola-manager -a claude-code
market ls see everything registered
market update refresh the local cache
market set --disable keep it, skip it in search

When a module appears in more than one marketplace, Lola asks which one you meant.

KNOWN MARKETPLACES
Red Hat Product Security

Curated collection by Red Hat Product Security. Four modules today — a module builder, an OpenSSF security skill, an OWASP-aware review assistant, and a lazy-loading demo — and growing by pull request.

RedHatProductSecurity/lola-market →

Running your own catalog? Open a pull request and we will list it here.

AI AS CODE

Declare it, commit it, sync it

Agent settings, MCP config, skills, and context dependencies — all managed as code.

# .lola-req
python-tools>=1.0.0
https://github.com/user/module.git@main
https://github.com/quay/ai-helpers.git@main#subdirectory=plugins/dev
https://github.com/user/repo.git#assistant=claude-code,cursor
subdirectory= install from inside a monorepo
assistant= target only the tools you want
@main pin a git ref, or a version range
$ lola sync
COMMUNITY

The trap is open.
Come build in it.

Lola is Apache-2.0 and community-governed. Host your own marketplace, publish a module, or come argue about skill signing with us on Matrix.

Join #lola-ai on Matrix Browse marketplaces
A lobster throwing a party inside a lobster trap