agentio-gchat
Use when interacting with Google Chat via the agentio CLI - send messages, list spaces, read history.
What this skill does
# Gchat via agentio
Auto-generated from `agentio skill gchat`. Do not edit by hand.
## agentio gchat send [message]
Send a message to Google Chat
Options:
- `--profile <name>`: Profile name (optional if only one profile exists)
- `--space <id>`: Space ID (required for OAuth profiles)
- `--thread <id>`: Thread ID (optional)
- `--json [file]`: Send rich message from JSON file (or stdin if no file specified)
- `--attachment <path>`: File to attach (repeatable, OAuth profiles only) (default: )
```
Examples:
# webhook profile: short text, no --space needed
agentio gchat send "Deployment complete"
# OAuth profile: send to a specific space
agentio gchat send "Status update" --space spaces/AAAA1234
# reply within an existing thread
agentio gchat send "Following up" --space spaces/AAAA1234 --thread spaces/AAAA1234/threads/abcDEF
# rich card via JSON file (OAuth or webhook)
agentio gchat send --json ./card.json --space spaces/AAAA1234
# JSON via stdin (good for inline cards)
echo '{"text":"Build status","cards":[{"header":{"title":"CI"}}]}' | \
agentio gchat send --json --space spaces/AAAA1234
```
## agentio gchat list
List messages from a Google Chat space (OAuth profiles only)
Options:
- `--profile <name>`: Profile name (optional if only one profile exists)
- `--space <id>`: Space ID
- `--limit <n>`: Number of messages (default: 10)
- `--thread <id>`: Filter by thread ID
- `--since <date>`: Only messages after this date (YYYY-MM-DD)
```
Examples:
# 10 most recent messages in a space (OAuth only)
agentio gchat list --space spaces/AAAA1234
# last 50 messages
agentio gchat list --space spaces/AAAA1234 --limit 50
# only messages in a specific thread
agentio gchat list --space spaces/AAAA1234 --thread spaces/AAAA1234/threads/abcDEF
# messages since a given date
agentio gchat list --space spaces/AAAA1234 --since 2026-04-01
```
## agentio gchat get <message-id>
Get a message from a Google Chat space (OAuth profiles only)
Options:
- `--profile <name>`: Profile name (optional if only one profile exists)
- `--space <id>`: Space ID
```
Examples:
# fetch one message by id from a space (OAuth only)
agentio gchat get spaces/AAAA1234/messages/9876543210 --space spaces/AAAA1234
```
## agentio gchat spaces
List available Google Chat spaces (OAuth profiles only)
Options:
- `--profile <name>`: Profile name (optional if only one profile exists)
- `--filter <text>`: Filter spaces by name (case-insensitive)
- `--with <user>`: Resolve the 1:1 DM space with a user (email, numeric id, or users/<id>)
```
Examples:
# all spaces this OAuth profile can see
agentio gchat spaces
# filter by display name (case-insensitive substring)
agentio gchat spaces --filter eng
# resolve the 1:1 DM space with a workspace user (1 API call, instant)
agentio gchat spaces --with [email protected]
```
## agentio gchat members
List members of a Google Chat space (OAuth profiles only)
Options:
- `--profile <name>`: Profile name (optional if only one profile exists)
- `--space <id-or-name>`: Space ID or display name
```
Examples:
# members by space id
agentio gchat members --space spaces/AAAA1234
# members by space display name (resolved against the space list)
agentio gchat members --space "Engineering"
```
## agentio gchat user <user-id>
Get full user info from the People API (OAuth profiles only)
Options:
- `--profile <name>`: Profile name (optional if only one profile exists)
```
Examples:
# by raw numeric id
agentio gchat user 123456789
# by full users/<id> form (as it appears in 'gchat members' output)
agentio gchat user users/123456789
```
## agentio gchat directory refresh
Force refresh the cached workspace directory (OAuth profiles only)
Options:
- `--profile <name>`: Profile name (optional if only one profile exists)
```
Examples:
# rebuild the local user-id -> name/email cache (OAuth only)
agentio gchat directory refresh
# refresh the cache for a specific OAuth profile
agentio gchat directory refresh --profile [email protected]
```
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.