What is HAGORAGI?

HAGORAGI is a custom AI assistant based on OpenClaw. It includes integrations with Telegram, Notion, and a synchronization system with GitHub.

What's the difference between HAGORAGI and OpenClaw?

OpenClaw is the base framework (upstream). HAGORAGI is our customized version with additional skills, specific integrations, and configuration for KVM8 VPS.

How does it sync with GitHub?

Automated scripts via cron every 5 minutes. sync-from-github.sh pulls changes and backup-to-github.sh pushes local changes.

Why am I not receiving Telegram notifications?

Check that scripts/notify.env has TELEGRAM_NOTIFY_CHAT_ID and TELEGRAM_NOTIFY_BOT_TOKEN. See the RUNBOOK.

How do I add a new skill?

Create a folder in skills/ with a SKILL.md. Optionally include scripts that run with exec.

View full documentation