🎯

google-chat

🎯Skill

from sanjay3290/postgres-skill

VibeIndex|
What it does

I apologize, but I cannot confidently infer the specific functionality of the "google-chat" skill from the provided README. The README appears to be a generic template about AI agent skills, but do...

google-chat

Installation

Install skill:
npx skills add https://github.com/sanjay3290/postgres-skill --skill google-chat
24
Last UpdatedJan 24, 2026

Skill Details

SKILL.md

Overview

# AI Agent Skills

[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/sanjay3290/ai-skills)

A collection of portable skills for AI coding assistants. Works with all major AI clients that support the [Agent Skills Standard](https://agentskills.io).

Supported AI Clients

Claude Code

Gemini CLI

Google Antigravity

Cursor

OpenAI Codex

Goose

| Client | Skills Directory | Documentation |

|--------|-----------------|---------------|

| Claude Code | ~/.claude/skills/ or .claude/skills/ | [docs](https://docs.anthropic.com/en/docs/claude-code/skills) |

| Gemini CLI | ~/.gemini/skills/ or .gemini/skills/ | [docs](https://geminicli.com/docs/cli/skills/) |

| Google Antigravity | ~/.gemini/antigravity/skills/ or .agent/skills/ | [docs](https://antigravity.google/docs/skills) |

| Cursor | ~/.cursor/skills/ or .cursor/skills/ | [docs](https://cursor.com/docs/context/skills) |

| OpenAI Codex CLI | ~/.codex/skills/ or .codex/skills/ | [docs](https://developers.openai.com/codex/skills/) |

| Goose | ~/.config/goose/skills/ or .goose/skills/ | [docs](https://block.github.io/goose/docs/guides/context-engineering/using-skills/) |

Available Skills

| Skill | Description |

|-------|-------------|

| [postgres](skills/postgres/) | Read-only PostgreSQL queries with defense-in-depth security |

| [imagen](skills/imagen/) | AI image generation using Google Gemini (cross-platform) |

| [deep-research](skills/deep-research/) | Autonomous multi-step research using Gemini Deep Research Agent |

| [outline](skills/outline/) | Search, read, and manage Outline wiki documents |

| [jules](skills/jules/) | Delegate coding tasks to Google Jules AI agent (async bug fixes, docs, tests, features) |

Google Workspace Skills

Lightweight alternatives to the full [Google Workspace MCP server](https://github.com/gemini-cli-extensions/workspace). Each skill has standalone OAuth authentication with cross-platform token storage via keyring.

> ⚠️ Requires Google Workspace account. Personal Gmail accounts are not supported. These skills use the same OAuth infrastructure as the official Google Workspace MCP.

| Skill | Description |

|-------|-------------|

| [google-chat](skills/google-chat/) | List spaces, send messages, DMs, create spaces |

| [google-docs](skills/google-docs/) | Create, read, edit Google Docs |

| [google-sheets](skills/google-sheets/) | Read spreadsheets, get ranges, find sheets |

| [google-slides](skills/google-slides/) | Read presentations, get text and metadata |

| [google-drive](skills/google-drive/) | Search files, list folders, download files |

| [google-calendar](skills/google-calendar/) | Events, scheduling, free time lookup |

| [gmail](skills/gmail/) | Search, read, send emails, manage labels |

Installation

Option 1: Clone entire repository

```bash

# Clone to your preferred skills directory

git clone https://github.com/sanjay3290/ai-skills.git ~/.claude/skills/ai-skills

# Or for other clients:

# git clone https://github.com/sanjay3290/ai-skills.git ~/.gemini/skills/ai-skills

# git clone https://