Modules that extend the HAGORAGI assistant capabilities. We currently have 15+ custom skills.
Save links, tasks, and notes to your Notion Backlog automatically.
Uses the exec tool with add-to-notion-backlog.sh.
Send messages to Slack channels and DMs. Supports rich formatting with Blocks.
@hagoragi_bot is the main interface for chatting from mobile.
Secondary bot dedicated exclusively to system notifications.
Bidirectional synchronization GitHub ↔ KVM8 every 5 minutes.
sync-from-github.sh - Auto pullAutomatic backup to GitHub every hour with notifications.
backup-to-github.shAutomatic secret redaction before commits.
Monitors updates from the official OpenClaw project.
update-from-upstream.shLock system to prevent concurrent git operations.
git-lock.shCentralized configuration for scheduled tasks.
install-crontab.shDeploy websites automatically to GitHub Pages with one command.
Containerized deployment on VPS with docker-compose.
Each OpenClaw/HAGORAGI skill follows this standard structure:
skills/
└── my-skill/
├── SKILL.md # Descriptor and documentation
├── BOT-INSTRUCTIONS.md # Instructions for the AI
├── scripts/
│ └── main.sh # Executable script
└── entries.yaml # Environment variables
Skills are automatically loaded when OpenClaw starts. They use the exec tool
to execute shell commands with parameters provided by the user.