by adom
Post to Google Chat from any Adom container. Webhook-based, org-customizable.
#!/bin/bash # uninstall.sh for adom-gchat (app). set -euo pipefail rm -f "${HOME}/.local/bin/adom-gchat" rm -rf "${HOME}/.claude/skills/adom-gchat" echo "Removed adom-gchat binary + skill."