A professional-grade integration for Openclaw agents to communicate securely with Kindroid AI companions via their official API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install kindroid-interact
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 kindroid-interact using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Kindroid Interaction Skill is a specialized tool designed to bridge the gap between autonomous agents and Kindroid AI companions. By utilizing the official API, this skill empowers developers to send messages, manage conversation states, and control multiple AI personas through a unified interface. It represents a significant advancement for users of Openclaw Skills who want to incorporate social AI interaction into their automated workflows.
Security is a core pillar of this skill. It features automated permission management for credential storage, ensuring that sensitive API keys are kept private with strict file-level access control. Whether you are building a simple chat interface or a complex multi-agent system, this skill provides the reliability and safety required for modern AI development.
To begin using this skill among your Openclaw Skills collection, ensure you have curl and jq installed.
mkdir -p ~/.config/kindroid
cat > ~/.config/kindroid/credentials.json << EOF
{
\"default_ai\": \"your_primary_ai_id\",
\"api_key\": \"your_kn_api_key\",
\"companions\": {
\"nickname1\": \"ai_id_1\",
\"nickname2\": \"ai_id_2\"
}
}
EOF
chmod 600 ~/.config/kindroid/credentials.json
The skill manages its state and configuration using a structured filesystem approach within the user's home directory.
| File Path | Content Type | Security Level |
|---|---|---|
~/.config/kindroid/credentials.json |
API Keys & Companion Mappings | High (Owner Read/Write) |
~/.config/kindroid/config.json |
Performance & Timeout Settings | Medium |
Data is structured to allow for nickname-based routing, making it easy to target specific companions without memorizing long UUIDs.
Loading
An automated payment handler for AI agents using the x402 HTTP protocol to settle gasless USDC transactions on the Base network.

A precision-engineered AI agent skill for mastering Seedance 2.0 video generation through advanced motion grammar and material tagging.

A comprehensive expert system for mastering Seedance 2.0 (Jimeng) video generation through advanced motion grammar and precise material tagging.

A multi-provider AI image generation tool that integrates OpenAI, Google Gemini, and fal.ai directly into your Openclaw Skills environment.

A foundational template skill designed to greet users and demonstrate the standardized architecture of the OpenCLAW ecosystem.

A comprehensive bundle for integrating Lunara Voice capabilities into your local agent environment.








































