{
  "slug": "adom-google",
  "version": "0.8.4",
  "type": "app",
  "license": "MIT",
  "description": "Drive your whole Google Workspace from the terminal \u2014 Gmail, Contacts, Drive, Sheets, Docs, Slides, Calendar, Tasks, Google Chat, plus a generic `api` passthrough to hit ANY Google API. Connect a personal @gmail (or another org's Google account) with ZERO setup via Adom's hosted Connector (`adom-google connect-personal`), or bring your own token-broker gateway (`provider set`) \u2014 Adom staff use the private adom-google-adom provider. One-click OAuth, no client secret on your machine.",
  "keywords": [
    "adom-google",
    "google-workspace",
    "oauth",
    "gmail",
    "google-sheets",
    "google-docs",
    "google-slides",
    "google-calendar",
    "google-chat",
    "cli",
    "ai-agent"
  ],
  "tags": [
    "google-workspace",
    "oauth",
    "gmail",
    "cli",
    "ai-agent",
    "open-source",
    "mit"
  ],
  "install": {
    "binary_name": "adom-google"
  },
  "hero": {
    "path": "screenshots/hero-grid-v4.png"
  },
  "discovery_pitch": "Drive your whole Google Workspace from the terminal through your AI \u2014 read Gmail (and its attachments), search Drive, build Sheets/Docs/Slides, manage Calendar & Tasks, and post to Google Chat as yourself. One OAuth, any Google API.",
  "discovery_triggers": [
    "read my gmail",
    "read my email",
    "read my emails",
    "read my gmails",
    "check my email",
    "check my gmail",
    "read an email attachment",
    "gmail attachment",
    "search my google drive",
    "find a file in my drive",
    "upload to google drive",
    "make a google sheet",
    "update a google sheet",
    "write a google doc",
    "compose a google doc",
    "build a google slides deck",
    "make a slide deck",
    "create a calendar event",
    "add to my calendar",
    "post to google chat",
    "message my team on google chat",
    "google workspace",
    "google contacts",
    "set up google workspace",
    "connect my google account",
    "connect my personal gmail",
    "use adom-google with my personal gmail",
    "connect my gmail account",
    "adom-google"
  ],
  "dependencies": {},
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "files": [
    "SKILL.md",
    "skills/adom-google-onboarding/SKILL.md",
    "README.md",
    "LICENSE",
    "MIGRATION.md",
    "provider.example.json",
    "install.sh",
    "uninstall.sh",
    "package.json",
    "VERSION"
  ],
  "sample_prompts": [
    {
      "label": "Summarize urgent mail",
      "prompt": "read my gmail and summarize anything urgent"
    },
    {
      "label": "Save an invoice PDF",
      "prompt": "save the invoice PDF from that email to a file"
    },
    {
      "label": "Find a Drive file",
      "prompt": "search my Google Drive for the latest quote"
    },
    {
      "label": "Make a Sheet",
      "prompt": "make a Google Sheet of this BOM"
    },
    {
      "label": "Build a deck",
      "prompt": "build a Google Slides deck for the board review"
    },
    {
      "label": "Post to Chat",
      "prompt": "post to Google Chat that the boards shipped"
    }
  ]
}