oauth-automation

Installation
SKILL.md

OAuth Token Automation

When to use: Workflows using OAuth (YouTube, Google, Facebook, etc.) that need automatic token refresh without manual intervention.

Problem Statement

OAuth tokens expire (typically 1 hour), breaking workflows that run on schedules. Manual token refresh via n8n UI is not sustainable for production workflows.

Solutions Overview

Solution Reliability Performance Complexity Use Case
Real-time Refresh ⭐⭐⭐⭐⭐ ⭐⭐ ⭐⭐⭐ Best for critical workflows
Scheduled Update ⭐⭐⭐ ⭐⭐⭐ ⭐⭐ Good for daily workflows
Hybrid Mode ⭐⭐⭐⭐ ⭐⭐⭐ ⭐⭐⭐ Recommended balance
Hardcoded ⭐⭐⭐ ❌ Not recommended

Solution 1: Real-Time Refresh (Recommended)

Related skills
Installs
2
First Seen
Mar 9, 2026