Kandy is a powerful real-time communications platform integration that enables AI agents to manage voice, video, and messaging workflows seamlessly.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install kandy
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install kandy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Kandy skill for Openclaw Skills provides a robust bridge to the Kandy Communications Platform as a Service (CPaaS). By leveraging this skill, developers can empower their AI agents to interact with real-time communication features such as call history, voicemail, and conversation management without manually handling complex API authentication.
This integration uses Membrane as the underlying engine to automate credential management and token refreshes. This ensures that your Openclaw Skills remains focused on the logic of communication and customer engagement rather than the plumbing of OAuth or secret storage, providing a secure and scalable way to embed telecommunications into AI-driven workflows.
Install the CLI globally to enable Openclaw Skills to communicate with Kandy:
npm install -g @membranehq/cli@latest
Login and specify openclaw as the agent type to optimize the tooling:
membrane login --tenant --clientName=openclaw
Connect to the Kandy platform to initialize the managed auth lifecycle:
membrane connection ensure "https://www.kandy.io/" --json
The Kandy skill organizes data through a structured connection and action model. All interactions return standardized JSON objects for high compatibility with Openclaw Skills.
| Data Type | Description | Key Fields |
|---|---|---|
| Connection | The auth state and metadata for the Kandy link. | id, state, clientAction |
| Action | Pre-defined functions like 'List Calls' or 'Send Message'. | id, inputSchema, outputSchema |
| Request | Raw proxy data returned from direct Kandy API endpoints. | output, status, headers |
| Metadata | Information about the skill version and authorship. | version, author, homepage |
Loading
A professional business intelligence skill for retail environments that provides automated period-over-period sales analysis and performance diagnostics.

An automated auditing tool that reviews frontend code for architecture, type safety, security, and accessibility, generating detailed Markdown reports.

A structured methodology for AI agents to plan, execute, and review complex operations while automatically persisting lessons learned into long-term memory.

An automated reporting agent that aggregates data and publishes structured weekly reports directly to Enterprise WeChat (WeCom) documents.

A skill that transforms an Obsidian vault into a shared, persistent workspace where AI agents and users collaborate via markdown files rather than just chat.

A powerful command-line interface for SellerSprite that enables automated Amazon market research, keyword analysis, and competitor tracking.








































