Elys App
OpenClaw Elys channel plugin. Connects to the Elys App messaging platform.
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_IDElys with custom webhook
channels:
elys:
enabled: true
apiKey: YOUR_ELYS_API_KEY
botId: YOUR_ELYS_BOT_ID
webhookPort: 8070
webhookPath: /webhook/elysInstallation
openclaw plugins install openclaw-elys