Zylos (/ˈzaɪ.lɒs/ 赛洛丝) — Give your AI a life
Component registry for the Zylos ecosystem.
- One command to install — discover and install any component with
zylos add - Community-driven — submit your own component via pull request
- Always current — the Zylos CLI reads the registry automatically, no manual config
| Component | Type | Description |
|---|---|---|
| telegram | communication | Telegram messaging |
| lark | communication | Lark (international) messaging |
| feishu | communication | Feishu (飞书, mainland China) messaging |
| wecom | communication | WeCom (企业微信) messaging |
| slack | communication | Slack messaging (Socket Mode + Webhook) |
| dingtalk | communication | DingTalk (钉钉) messaging (Stream mode) |
| communication | WeChat (微信) messaging (personal account, QR login, multi-account) | |
| browser | capability | Browser automation |
| imagegen | capability | AI image generation (Google Gemini) |
| Component | Type | Description |
|---|---|---|
| hxa-connect | communication | HXA-Connect bot-to-bot communication |
The registry is used automatically by the Zylos CLI:
zylos add telegram
zylos add lark
zylos add feishu
zylos add wecom
zylos add slack
zylos add dingtalk
zylos add wechat
zylos add browser
zylos add imagegenWant to add your component to the registry?
- Build your component using zylos-component-template
- Ensure it follows the contributing guidelines
- Open a pull request adding your component to
registry.json
- Public GitHub repository
- Valid
package.json(official components usezylos-prefix) - Working
SKILL.mdfor agent integration - MIT license (recommended)
registry.json contains a map of component entries:
{
"components": {
"component-name": {
"repo": "owner/repo",
"description": "Short description",
"type": "communication | capability",
"official": true
}
}
}| Field | Type | Required | Description |
|---|---|---|---|
repo |
string | Yes | GitHub repository in owner/repo format |
description |
string | Yes | Short description of the component |
type |
string | Yes | communication or capability |
official |
boolean | No | true for Zylos team components |
See Contributing Guide.
Zylos is the open-source core of Coco — the AI employee platform.
We built Zylos because we needed it ourselves: reliable infrastructure to keep AI agents running 24/7 on real work. Every component is battle-tested in production at Coco, serving teams that depend on their AI employees every day.
Want a managed experience? Coco gives you a ready-to-work AI employee — persistent memory, multi-channel communication, and skill packages — deployed in 5 minutes.
