Sign In

@ayo-dev/cli

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ayo-dev/cli

Ping your teammates from inside Codex and Claude. The ayo command + the ayod daemon.

latest
Source
npmnpm
Version
0.3.1
Version published
Weekly downloads
27
285.71%
Maintainers
1
Weekly downloads
 
Created
Source
Ayo

@ayo-dev/cli

Ping your teammates from inside Codex and Claude, without leaving your terminal.

Ayo is a tiny CLI + background daemon that lets coding agents (and you) send work-context pings to your team. Your agent finishes a handoff, hits a blocker, or ships a branch, and your teammate gets a native desktop notification with the repo, branch, and a one-line "why," straight from the tool they're already in.

npm install -g @ayo-dev/cli
ayo login                       # GitHub device flow
ayo team create "Hack Midwest"  # share the join code
ayo daemon install              # receiver as a login service → survives reboots

What you get

ayo team "we're cooked, prod is down"     # broadcast to the whole team
ayo maya "can you take the auth flow?"    # direct ping a teammate (ayo all "..." broadcasts)
ayo handoff maya "merged #42, you're up"  # hand off work with branch context
ayo board                                 # live team dashboard (who's online, recent activity)
ayo hackathon start "Hack Midwest" --ends 18h   # shared deadline + ⏰ milestone nudges
ayo hackathon export > story.md           # the event as a markdown timeline

The ayod daemon holds one WebSocket to the relay and fires a native notification the moment a ping lands — so you actually see it, even when the agent that received it has moved on.

Agent-native

Ayo registers as an MCP server, so your agent can send pings itself:

ayo mcp install        # registers with Claude Code + Codex

Tools: send_ayo, read_inbox, create_handoff, share_context, resolve_ayo, set_status, team_status.

Full docs

See the main repository for the architecture, self-hosting the relay, and the demo.

MIT © Wilson Overfield

Keywords

ayo

FAQs

Package last updated on 04 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts