packages/docs/connectors/lens.md
Registry note:
@elizaos/plugin-lensis not currently listed in the Eliza plugin registry (plugins.json). The package may be available from npm or a separate elizaOS plugin repository. Verify availability before configuring.
Connect your agent to Lens Protocol for decentralized social interactions.
Availability:
@elizaos/plugin-lensis an on-demand elizaOS plugin resolved from the remote plugin registry. It is not included in Eliza's bundledplugins.jsonindex. The plugin auto-installs at runtime when an API key is detected.
The Lens connector is an external elizaOS plugin that bridges your agent to the Lens Protocol decentralized social graph. It is registered in the auto-enable map, but @elizaos/plugin-lens is not yet published or bundled -- this connector is planned but not yet functional.
eliza plugins install @elizaos/plugin-lens
Obtain API credentials from the Lens Protocol developer portal.
{
"connectors": {
"lens": {
"apiKey": "your-lens-api-key"
}
}
}
Or via environment variable:
export LENS_API_KEY=your-lens-api-key
The Lens connector will auto-enable once the API key is configured.
| Variable | Required | Description |
|---|---|---|
LENS_API_KEY | Yes | Lens Protocol API key |
connectors.lens in your config or set the LENS_API_KEY environment variable