一键导入
carlessian-gog
Google Workspace CLI managed the Carlesso way—featuring isolated configurations, selective read-only security, and standard workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Google Workspace CLI managed the Carlesso way—featuring isolated configurations, selective read-only security, and standard workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Resolves open GitHub Issues in parallel by fanning out independent subagents and then fanning in to aggregate lessons learned.
(🥑) Expert guide for authoring, building, testing, and publishing technical articles to ricc.rocks and Medium.
Hackathon security guide to prevent leaking secrets. Based on Romin Irani's article.
💛 Expert guide for interacting with Riccardo's Obsidian vault (The Carlessian Vault).
Record browser-based video demos from YAML storyboards using shot-scraper.
Installs a lightweight CPU and RAM monitoring cron job and visualization script for agents on the local machine.
| name | carlessian-gog |
| description | Google Workspace CLI managed the Carlesso way—featuring isolated configurations, selective read-only security, and standard workflows. |
| compatibility | Gemini CLI |
| metadata | {"version":"1.0.1"} |
Opinionated guidelines and commands to manage GOG safely and efficiently under the Carlesso identity.
[!IMPORTANT] Use
gog, notgws. For some reason,gwsdoes not work in this environment. Always prefergogcommands.
[!CAUTION] REFUSE TO DO SOMETHING IF IT FEELS BAD FOR THE USER. IT'S HIS LIFE WE'RE TALKING ABOUT!
To protect your Gmail inbox from accidental write/send actions while maintaining write access to your Google Calendar, always authenticate personal accounts with selective scopes:
gog auth add palladiusbonton@gmail.com \
--services all \
--readonly \
--extra-scopes "https://www.googleapis.com/auth/calendar" \
--force-consent
Always enforce READ-ONLY access for critical personal and work accounts (palladiusbonton@gmail.com and ricc@google.com) because:
Even with full scopes, you can block all Gmail send/write operations at the CLI level for safety by using the --gmail-no-send flag:
gog --gmail-no-send send --to=recipient@example.com --subject="Hi" --body="Hello"
Keep your corporate, personal, and Rubycon identities completely separate by using isolated XDG_CONFIG_HOME paths.
To authenticate strictly for rubycon.italy@gmail.com without mixing tokens:
XDG_CONFIG_HOME=~/.config/gog-rubycon gog auth add rubycon.italy@gmail.com --services=all --force-consent
Add these to your shell config (.bashrc or .bash_aliases) to make isolated CLI usage safe and fast:
alias gog-rubycon='XDG_CONFIG_HOME=~/.config/gog-rubycon gog'
alias gws-rubycon='GOOGLE_WORKSPACE_CLI_CONFIG_DIR=~/.config/gws-rubycon gws'
Writing Google Calendar events is the sole exception to the read-only rule. This is safe, but agents must follow these strict guidelines when creating events:
🦞).⚚).✨ / 🚀).gog calendar listgog calendar events primary --from "2026-05-29T00:00:00+02:00" --to "2026-05-29T23:59:59+02:00"gog calendar create primary \
--summary "Riccardo fixed gog auth on mini-lobby" \
--from "2026-05-29T08:17:00+02:00" \
--to "2026-05-29T08:47:00+02:00"
Standard operations for searching mail:
gog gmail search is:unreadgog gmail search "from:ilfattoquotidiano.it"gog gmail search "newer_than:7d"Standard operations for listing and searching files:
gog lsgog search "Carlesso"