app
adom-gchat — Google Chat CLI
Public Made by Adomby adom
Post to Google Chat from any Adom container. Webhook-based, org-customizable.
{
"slug": "adom-gchat",
"version": "2.0.3",
"type": "app",
"description": "Post to Google Chat from any Adom container. Webhook-based, no OAuth. Each org configures its own spaces + attribution, then publishes an org-scoped wiki page so teammates auto-discover it.",
"homepage": "https://wiki.adom.inc/adom/adom-gchat",
"tags": [
"chat",
"notifications",
"google-chat",
"webhook",
"cli",
"kel"
],
"dependencies": {},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"discovery_triggers": [
"gchat",
"google chat",
"post to chat",
"team notification",
"chat webhook",
"post to team",
"send message to space",
"chat alert",
"announce to team",
"notify team",
"kel",
"post to kel"
],
"sample_prompts": [
{
"label": "Post to a space",
"prompt": "adom-gchat send --space engineering 'deploy complete, all tests green'"
},
{
"label": "Preview before posting",
"prompt": "adom-gchat send --space engineering --dry-run 'does this look right?'"
},
{
"label": "List configured spaces",
"prompt": "adom-gchat spaces"
},
{
"label": "Set up for your org",
"prompt": "adom-gchat setup"
}
],
"license": "MIT"
}