Integrations
OpenClaw Connector Plugin Guide
Follow these steps to install and configure the AgoraMaven OpenClaw connector for email and LinkedIn delivery.
Introduction
This is a connector plugin that helps you seamlessly connect your AgoraMaven workspace with your own OpenClaw installation. This guide provides a full walkthrough for setting it up.
Video Walkthrough
Watch the video below for a complete step-by-step visual guide on installing and configuring the connector.
Prerequisites
This guide assumes that you already have OpenClaw installed on your machine. If you do not have OpenClaw installed yet, please visit https://openclaw.ai/ to install it, then return to this guide.
Get Plugin
Download the AgoraMaven Connector plugin package below and save it to your Downloads folder on your computer.
Installation
Open your terminal and install the plugin from your Downloads folder using the command below. Select your operating system to see the correct command:
openclaw plugins install npm-pack:~/Downloads/agoramaven-connector-0.6.10.tgz
openclaw plugins install npm-pack:%USERPROFILE%\Downloads\agoramaven-connector-0.6.10.tgz
Get Token
Go to your project settings in AgoraMaven, navigate to the Developer / API tab, and generate a New Token. You will need this token to link your OpenClaw installation with this project.
Final Setup
Run the setup wizard to complete the configuration. When prompted, paste the token you generated in the previous step.
openclaw agoramaven setup
Then restart the gateway to apply changes:
openclaw gateway restart
If you want to test the new LinkedIn publishing UI features, connect your LinkedIn account:
openclaw agoramaven linkedin connect
Uninstall (Optional)
If you previously had an older local version of the plugin installed, you should remove it to prevent conflicts.
openclaw plugins uninstall agoramaven-connector
Troubleshooting
"Unsupported state or unable to authenticate data"
If you receive this error during the openclaw agoramaven setup connection test, it usually means you are using a new setup token, but the plugin is trying to read an older configuration cache encrypted with a previous token. To resolve this, clear the cached state file and rerun the setup.
rm ~/.openclaw/agoramaven-connector/state.enc.json*
del /q %USERPROFILE%\.openclaw\agoramaven-connector\state.enc.json*
After running this command, run openclaw agoramaven setup again.