Google OAuth

Automate OAuth 2.0 authentication for Google services with persistent refresh tokens.

6|3|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/lordmacu/nexo-rs --skill google-oauth-lordmacu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Google OAuth
Source: https://github.com/lordmacu/nexo-rs/tree/main/skills/google-auth
Command: npx skills add https://github.com/lordmacu/nexo-rs --skill google-oauth-lordmacu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-auth, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Manages authentication against the user's Google account and facilitates secure HTTP calls to various Google services.

Core Features & Use Cases

  • Authentication: Handles OAuth 2.0 flow to access Gmail, Drive, Calendar, and other Google services.
  • Secure API Calls: Enables secure HTTP calls to perform actions like reading emails, creating calendar events, and accessing documents.
  • Use Case: Use this Skill to request your latest Gmail emails, schedule a meeting on your Google Calendar, or access files stored in Google Drive.

Quick Start

To start, ask for authentication and follow the provided instructions.

Frequently Asked Questions about Google OAuth

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Google OAuth 2.0 authentication for accessing personal account services?

Automating Google OAuth 2.0 authentication securely connects your application to personal Google services. This skill manages the consent flow and maintains persistent refresh tokens for repeated access to APIs like Gmail and Drive.

Can I make secure HTTP API calls to read Gmail emails and manage Google Calendar events?

Yes, you can make secure HTTP API calls to read Gmail emails and manage Google Calendar events. The skill handles OAuth tokens, enabling authenticated requests to access documents and schedule meetings programmatically.

Does the google-auth dependency support persistent refresh tokens for Google API access?

The google-auth dependency supports persistent refresh tokens for Google API access. This maintains your authenticated session across interactions, preventing the need to repeatedly grant consent for personal account use.

What is the best way to set up OAuth 2.0 consent for Google Drive access?

The best way to set up OAuth 2.0 consent for Google Drive access is to request authentication through the skill. It guides your interaction process, establishing secure API connections to fetch stored files.

Do I need user interaction to maintain Google OAuth refresh tokens?

User interaction is required initially to grant Google OAuth consent, but not to maintain refresh tokens. The skill stores persistent tokens automatically, allowing repeated secure HTTP calls without further manual approval.