feelgoodbot
Set up feelgoodbot file integrity monitoring and TOTP step-up authentication for macOS. Use when the user wants to detect malware, monitor for system tampering, set up security alerts, or require OTP verification for sensitive agent actions.
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Set up feelgoodbot file integrity monitoring and TOTP step-up authentication for macOS. Use when the user wants to detect malware, monitor for system tampering, set up security alerts, or require OTP verification for sensitive agent actions.
How to use
Zainstaluj Go w wersji 1.21 lub nowszej za pomocą brew install go, jeśli jeszcze go nie masz.
Pobierz i zainstaluj feelgoodbot poleceniem go install github.com/kris-hansen/feelgoodbot/cmd/feelgoodbot@latest.
Zainicjuj bazową kopię stanu systemu poleceniem feelgoodbot init — narzędzie utworzy snapshot monitorowanych plików.
Zainstaluj i uruchom demon systemowy: najpierw feelgoodbot daemon install, następnie feelgoodbot daemon start. Sprawdź status poleceniem feelgoodbot status.
Opcjonalnie skonfiguruj integrację z Clawdbot: włącz webhooks (clawdbot config set hooks.enabled true), wygeneruj token (clawdbot config set hooks.token "$(openssl rand -base64 32)") i edytuj plik ~/.config/feelgoodbot/config.yaml, ustawiając adres webhook na http://127.0.0.1:18789/hooks/wake oraz wklejając token z konfiguracji Clawdbot.
Narzędzie będzie teraz monitorować pliki systemowe, konfiguracje agentów AI, klucze SSH i inne wrażliwe elementy, wysyłając powiadomienia o zmianach — dla TOTP step-up auth skonfiguruj Google Authenticator zgodnie z dokumentacją w repozytorium.