bub
Hook-first runtime for building AI agents in shared chats
All Skills in This Repository (8)
Pure Emerald Level Indicatorsskill-installer
List and install Bub skills from curated lists or GitHub repositories.
telegram
Send and edit Telegram messages via the Bot API.
skill-creator
Create or update Bub skills using templates and validation workflows.
discord
Automate Discord messaging and event handling with discord.py.
gh
Automate GitHub administration and workflows using the gh CLI.
gh
Manage GitHub repositories, issues, pull requests, releases, and workflows via the gh CLI.
skill-creator
Create and validate Bub skill directories with templates and scripts.
telegram
Send, reply to, and edit Telegram messages via the Bot API.
Frequently Asked Questions
FAQPage SchemaHow to install Bub?โผ
Run `npx skills add bubbuild/bub --all -g -y` in your terminal to install all skills in this suite globally.
What is Bub used for?โผ
Bub is a small Python runtime for running AI agents in shared environments like group chats, where humans and agents work together with auditable history and no hidden state.
How does Bub handle agent memory?โผ
Bub rebuilds context from append-only tape records instead of mutable session state, making every turn easy to inspect, replay, and hand off.
Can Bub run agents on Telegram?โผ
Yes. The same runtime pipeline powers CLI, Telegram, and custom channels, and a built-in Telegram skill handles sending, replying, and editing rich messages.
Can I extend Bub with my own skills?โผ
Yes. The bundled skill-creator skill guides you through authoring, validating, and packaging new Agent Skills with scripts, references, and assets.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core