bycaffeinelabs· 22 skills
Installs
6.2k
Category
MANDATORY recipe for every Caffeine build that sends email through the user's own Gmail account. The ONLY supported path is the googlemail-client mops package (Gmail REST API) combined with the google-oauth mops package (token exchange + refresh + PKCE). Hand-rolling ic.http_request calls to oauth2.googleapis.com or gmail.googleapis.com is a FORBIDDEN anti-pattern — it bypasses bearer auth, replication-cost safeguards, and the google-oauth library's percent-encoding and JSON parsing. Load this skill whenever the user, spec, or any prior task mentions sending email, Gmail, "notify via email", "forward results by email", or any equivalent phrasing — and BEFORE writing any code that touches a Google endpoint.
$npx -y skills add caffeinelabs/skills --skill connector-googlemailInstalls into the current project.
Run `npx skills use "https://github.com/caffeinelabs/skills" --skill "caffeinelabs/skills/connector-googlemail"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/caffeinelabs/skills" that are relevant to the current task. Run `npx skills add "https://github.com/caffeinelabs/skills"` and select the relevant skills, then follow their instructions.