원클릭으로
groupguard-setup
Install GroupGuard, link WhatsApp, select groups, and validate the safe moderation-only profile.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Install GroupGuard, link WhatsApp, select groups, and validate the safe moderation-only profile.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Add Gmail integration to GroupGuard. Can be configured as a tool (agent reads/sends emails when triggered from WhatsApp) or as a full channel (emails can trigger the agent, schedule tasks, and receive replies). Guides through GCP OAuth setup and implements the integration.
Add new capabilities or modify GroupGuard behavior. Use when user wants to add channels (Telegram, Slack, email input), change triggers, add integrations, modify the router, or make any other customizations. This is an interactive skill that asks questions to understand what the user wants.
Debug container agent issues. Use when things aren't working, container fails, authentication problems, or to understand how the container system works. Covers logs, environment variables, mounts, and common issues.
| name | groupguard-setup |
| description | Install GroupGuard, link WhatsApp, select groups, and validate the safe moderation-only profile. |
Use the repository's guided setup instead of reproducing its steps.
GROUPGUARD_ENFORCEMENT_ENABLED=false.GROUPGUARD_AGENT_ENABLED=false unless the user asks for agent features..env, store/auth, data, or group configuration.Start the script in the foreground so the user can enter a WhatsApp pairing code and choose groups:
./setup.sh
The script handles dependency installation, .env, TypeScript build, WhatsApp linking, group selection, file permissions, and diagnostics.
If WhatsApp is already linked, the script preserves the existing session. If group configuration exists, it preserves existing entries and adds only the groups the user selects.
Run:
npm test
npm run doctor
npm start
Confirm that the log contains:
Connected to WhatsApp
Moderation-only mode active
Tell the user to leave GroupGuard running in the foreground for the first observation test. Point them to docs/SAFE-OPERATIONS.md before they enable enforcement or install a background service.
Configure the agent only when the user asks for it. Then verify Docker, add one Anthropic credential to .env, build with ./container/build.sh, set GROUPGUARD_AGENT_ENABLED=true, keep project access read-only, and run npm run doctor again.