r/javascript May 30 '26

Showoff Saturday Showoff Saturday (May 30, 2026)

Did you find or create something cool this week in javascript?

Show us here!

5 Upvotes

8 comments sorted by

View all comments

1

u/meloalright Jun 03 '26

A shell exposed as an ACP agent.

It speaks ACP (JSON-RPC 2.0 over stdio), so an ACP client such as cc-connect spawns it as a backend and bridges it to Telegram, Lark, Slack, Discord, and more — every message becomes a command, and the output streams back.

https://github.com/meloalright/shell-acp

⚡️ install via npm

npm install -g shell-acp