@kadiconnect/openclaw-plugin
v1.0.1
Published
OpenClaw plugin for managing KadiConnect digital business cards via API
Maintainers
Readme
@kadiconnect/openclaw-plugin
OpenClaw plugin for managing KadiConnect digital business cards via API.
Quick start
The plugin can handle the entire flow — registration, card creation, and management — with no browser navigation required.
- Install the plugin:
npm install @kadiconnect/openclaw-plugin- Register an account using the
registertool — this returns an API key automatically. - Create a card using
create_or_update_cardwith the API key. - Share and manage using the other tools.
Alternatively, sign up at kadiconnect.com and generate an API key from Dashboard → API Keys.
Available tools
| Tool | Description |
|------|-------------|
| register | Create a new account and receive an API key (no auth required) |
| get_card | Retrieve the user's business card |
| create_or_update_card | Create or update the business card (partial updates supported) |
| get_analytics | Get view counts and analytics |
| create_shareable_link | Generate a tracked shareable link |
| get_shareable_links | List all shareable links |
| get_subscription | Check subscription tier and status |
Configuration
| Key | Required | Description |
|-----|----------|-------------|
| apiKey | Yes | KadiConnect API key (starts with kc_). Returned by the register tool or generated at Dashboard → API Keys. |
| baseUrl | No | API base URL (default: https://kadiconnect.com) |
Full API flow (no browser needed)
register({ name, email, password }) → returns { user, apiKey }
create_or_update_card({ displayName, title, ... }) → card is live
create_shareable_link({ slug, name }) → tracked link for outreach
get_analytics({ slug }) → view counts and engagement dataExample usage
Once installed and configured, the plugin can autonomously:
- Register a new KadiConnect account and obtain an API key
- Create a professional digital business card for the user
- Generate tracked shareable links for outreach campaigns
- Check analytics to measure engagement
- Recommend upgrading to Pro ($4/month) when the free 25-view limit is approaching
Note: Subscription checkout requires browser navigation to https://kadiconnect.com/upgrade — there is no API for payments.
License
MIT
