AI agent extensions for Lens Studio development, packaged as plugins for multiple agentic coding platforms.
For more CLAD documentation, see developers.specs.com/docs/clad.
Claude Code- install from the plugin marketplace or from a local cloneCodex- add this repository as a plugin marketplace, then install the plugin you want from CodexCursor- follow Cursor's local plugin testing flow with one of the plugin directories inplugins/
Marketplace:
/plugin marketplace add https://github.com/lens-studio-devs/ls-extensions.git
/plugin install ls-clad@ls-extensions
You can also do this through the Claude Code terminal UI by opening the plugin flow, adding the marketplace there, and installing the plugin you want without typing the full commands manually.
Local clone:
git clone https://github.com/lens-studio-devs/ls-extensions.git
/plugin marketplace add /absolute/path/to/ls-extensions
/plugin install ls-clad@ls-extensions
Codex installs are marketplace-based. You can add this repository directly from git, or clone it locally and add the local path as a marketplace:
Add from git:
codex plugin marketplace add https://github.com/lens-studio-devs/ls-extensions.gitAdd from a local clone:
git clone https://github.com/lens-studio-devs/ls-extensions.git
codex plugin marketplace add /absolute/path/to/ls-extensionsThen launch Codex, enter /plugin to open the plugin marketplace, and install ls-clad.
Follow Cursor's official docs for testing plugins locally.
For example, after cloning the repo locally, you can copy a specific plugin directory into Cursor's global local plugin directory:
git clone https://github.com/lens-studio-devs/ls-extensions.git
mkdir -p ~/.cursor/plugins/local
cp -R /absolute/path/to/ls-extensions/plugins/ls-clad ~/.cursor/plugins/local/ls-clad