Skip to content

zylos-ai/zylos-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Zylos

zylos-registry

Zylos (/ˈzaɪ.lɒs/ 赛洛丝) — Give your AI a life

Component registry for the Zylos ecosystem.

License Discord X Website Built by Coco

中文


  • 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

Official Components

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)
wechat communication WeChat (微信) messaging (personal account, QR login, multi-account)
browser capability Browser automation
imagegen capability AI image generation (Google Gemini)

Community Components

Component Type Description
hxa-connect communication HXA-Connect bot-to-bot communication

Usage

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 imagegen

Submit Your Component

Want to add your component to the registry?

  1. Build your component using zylos-component-template
  2. Ensure it follows the contributing guidelines
  3. Open a pull request adding your component to registry.json

Requirements

  • Public GitHub repository
  • Valid package.json (official components use zylos- prefix)
  • Working SKILL.md for agent integration
  • MIT license (recommended)

Registry Format

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

Contributing

See Contributing Guide.

Built by Coco

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.

License

MIT

About

🐙 Component registry for Zylos ecosystem

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors