Discover, download, and extend your LucidLink environment. Official scripts, plugins, and desktop apps from the LucidLink team — ready to use.
$ pip install lucidlink Collecting lucidlink Downloading lucidlink-0.8.9-py3-none-any.whl Successfully installed lucidlink-0.8.9 $ python3 from lucidlink import FilespaceClient client = FilespaceClient( workspace_url="https://app.lucidlink.com", token="your-service-account-token" ) files = client.list("/projects/") # [File(name='campaign-2026/'), ...]
Find the right tool for your workflow
Popular picks from the catalog
The Admin Assistant plugin system is open. Any Python script with a plugin.json manifest can be loaded from your local plugins directory. Build automation workflows tailored to your organization.
my-plugin/ ├── plugin.json # name, description, inputs ├── plugin.py # Python script └── requirements.txt # optional deps # Drop into: ~/LucidLink/plugins/my-plugin/
Built something useful on the LucidLink Developer Platform? Submit your tool for review — we'll security-scan and approve it before publishing to the Hub.
Learn more about submissions