avibe-botavibe-botOfficialยท4 Agent Skills Included

avibe

Run coding agents locally, reachable from browser and chat

Turns any machine into a local runtime for Claude Code, Codex, and OpenCode, reachable from a browser or Slack, Discord, Telegram, WeChat, and Lark. Removes the single-terminal lock-in, manual polling, and vendor silos that keep coding agents stuck on one machine. Adds background watches, scheduled tasks, PR delivery loops, and Sentry debugging so long-running work finishes without supervision.
npx skills add avibe-bot/avibe --all -g -y
Available:

Tells the coding agent how to work safely inside the Avibe codebase, including architecture rules, hermetic testing, regression environments, and scenario-driven test standards.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Avibe?โ–ผ

Run `npx skills add avibe-bot/avibe --all -g -y` in your terminal to install all skills in this suite globally.

How to control coding agents from Slack or Discord?โ–ผ

Avibe connects your local Claude Code, Codex, or OpenCode runtime to Slack, Discord, Telegram, WeChat, and Lark, so the same agent and sessions answer in any chat app.

How to wait for PR reviews or CI automatically?โ–ผ

The background-watch-hook skill arms a managed `vibe watch` waiter that wakes the agent when PR reviews, comments, or CI runs finish, instead of manual polling.

Does Avibe keep my code and keys private?โ–ผ

Yes. Everything runs on your own machine; the optional avibe.bot tunnel only carries a secure control handshake and never proxies your data.

Can I debug production errors with Sentry from the CLI?โ–ผ

Yes. The use-sentry-cli-debug skill guides read-only investigation of Sentry issues, events, traces, and logs without committing credentials to the repository.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’