Elys App

OpenClaw Elys channel plugin. Connects to the Elys App messaging platform.

The Elys App plugin connects OpenClaw to Elys — an AI-powered companion and communication platform that blends messaging with personal AI interaction. Elys positions itself as a digital companion that helps users discover themselves through understanding their mind, emotions, relationships, and life. The platform has gained traction particularly in Chinese-speaking communities and among users interested in AI companion experiences. The plugin implements OpenClaw's channel extension protocol, bridging the Elys messaging infrastructure with the OpenClaw gateway. Messages sent through the Elys app are relayed to OpenClaw for processing, and responses are delivered back through the Elys platform. This allows users to leverage OpenClaw's full AI agent capabilities — web search, file management, calendar integration, and more — through the Elys app interface they're already comfortable with. With approximately 1,179 weekly downloads and active development at version 1.10.6, Elys is one of the more popular community channel plugins. It's maintained by @natureselect and has seen consistent updates. The high download count relative to the platform's niche suggests strong adoption within the Elys user community, likely driven by users who want to extend their Elys experience with OpenClaw's powerful agent capabilities. Best suited for existing Elys App users who want to augment their AI companion with OpenClaw's tool-use capabilities. Not recommended as a primary channel for users who aren't already invested in the Elys ecosystem.

Tags: channel, messaging

Use Cases

  • AI companion with full OpenClaw agent capabilities (web search, file management, scheduling)
  • Personal AI assistant accessible through the Elys mobile app
  • Extended AI interaction for Elys users who want tool-use beyond conversation
  • Bilingual AI assistant for Chinese-English users in the Elys ecosystem

Tips

  • Use Elys as a secondary channel alongside Telegram or WhatsApp for broader coverage
  • The high download count suggests an active community — check npm issues for troubleshooting help
  • Test with the latest Elys app version to ensure API compatibility
  • Keep the plugin updated — version 1.10.x has seen frequent patches
  • Consider this plugin if you're building AI companion experiences and want OpenClaw's tool-use backend

Known Issues & Gotchas

  • Elys is not a mainstream messaging platform — don't expect Telegram-level API documentation
  • The plugin may require specific Elys API versions — check compatibility before upgrading
  • Message formatting from OpenClaw may not render identically in the Elys app UI
  • Rate limiting on the Elys API side is not well documented — monitor for 429 errors
  • Elys platform updates may break plugin compatibility — pin your plugin version in production

Alternatives

  • WeChat (plugin-wechat)
  • Telegram
  • OpenClaw App (plugin-openclaw-app)

Community Feedback

Elys is a friend who helps you discover yourself by understanding your mind, your emotions, your relationships, and your life.

— Elys Website

Elys AI is a conversational platform designed to function as a personalized digital companion. The application leverages artificial intelligence for deep personal understanding.

— TrendHunter

Elys = AI WeChat + Message in a bottle. Having a 24/7 companion to casually chat with is a compelling use case for the always-connected generation.

— Reddit r/SaaS

Frequently Asked Questions

What is Elys App and who uses it?

Elys is an AI-powered companion messaging platform popular in Chinese-speaking communities. It's designed as a personal digital companion that helps users explore their thoughts, emotions, and relationships through AI-powered conversation.

Why does this plugin have so many weekly downloads?

The ~1,179 weekly downloads reflect strong adoption within the Elys user community, particularly in China and APAC regions. Users want to enhance their Elys companion with OpenClaw's powerful agent capabilities like web search, scheduling, and file management.

Can I use Elys as my primary OpenClaw channel?

You can, but it's not recommended unless you're already an active Elys user. Telegram or WhatsApp offer better documentation, larger communities, and more mature bot APIs. Elys works best as a secondary channel for users invested in its ecosystem.

Does the Elys plugin support voice or media messages?

The plugin primarily handles text-based messaging. Media support depends on the Elys API capabilities and the specific plugin version. Check the npm README for the latest supported message types.

Is the Elys platform available outside China?

Elys has both Chinese and international versions, but its primary user base is in Chinese-speaking communities. The app is available globally on iOS and Android, though content and community are predominantly Chinese-language.

Configuration Examples

Basic Elys setup

channels:
  elys:
    enabled: true
    apiKey: YOUR_ELYS_API_KEY
    botId: YOUR_ELYS_BOT_ID

Elys with custom webhook

channels:
  elys:
    enabled: true
    apiKey: YOUR_ELYS_API_KEY
    botId: YOUR_ELYS_BOT_ID
    webhookPort: 8070
    webhookPath: /webhook/elys

Installation

openclaw plugins install openclaw-elys