
Cyrus
- 1 repo stars
- Updated March 30, 2026
- cyrusagents/plugins
Receive real-time events from GitHub, Linear, Slack, Discord, Telegram, Email, and more in your Claude Code session
About
cyrus is a Claude Code skill in the AI & Agent Building category. Receive real-time events from GitHub, Linear, Slack, Discord, Telegram, Email, and more in your Claude Code session
- cyrus
- AI & Agent Building
- AI-coding skill
Cyrus by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add cyrusagents/plugins/plugin install cyrus@ceedaragents-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | March 30, 2026 |
| Repository | cyrusagents/plugins ↗ |
What it does
Receive real-time events from GitHub, Linear, Slack, Discord, Telegram, Email, and more in your Claude Code session
README.md
Cyrus Plugins Marketplace
Plugins for integrating Cyrus with Claude Code.
Plugins
cyrus
Receive real-time events from GitHub, Linear, Slack, Discord, Telegram, Email, and more directly in your Claude Code sessions.
Installation
From outside of a claude code session, in a normal terminal session
claude plugin marketplace add ceedaragents/plugins
claude plugin install cyrus@ceedaragents-plugins
OR, from inside of a claude code session
/plugin marketplace add ceedaragents/plugins
/plugin install cyrus@ceedaragents-plugins
Configuration
Set your CYRUS_AUTH_KEY environment variable with your team's auth key from the Cyrus dashboard:
export CYRUS_AUTH_KEY="your-key-here"
Usage
Note: This plugin is not yet on Anthropic's approved channels allowlist. Until it is, you must use the
--dangerously-load-development-channelsflag.
claude --dangerously-load-development-channels plugin:cyrus@ceedaragents-plugins
How it works
The cyrus plugin connects Claude Code to the Cyrus MCP server at mcp.atcyrus.com/mcp, which pushes real-time events (GitHub PRs, Linear issues, Slack messages, Discord messages, Telegram messages, emails, and more) into your Claude Code session as channel notifications.
Architecture
Service (GitHub/Linear/Slack/Discord/Telegram/Email/etc) → Cyrus → mcp.atcyrus.com/mcp → Claude Code