Skip to main content

Extract skill matrix to Google Sheets with Google Drive and GPT-4o

Workflow preview

Workflow preview
100%
Extract skill matrix to Google Sheets with Google Drive and GPT-4o preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Description Automatically extract a structured skill matrix from PDF resumes in a Google Drive folder and store results in Google Sheets. Uses Azure OpenAI (GPT 4o mini) to analyze predefined tech ...

Best for

  • HR automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, @n8n/n8n-nodes-langchain.lmchatazureopenai, n8n-nodes-base.googledrive, n8n-nodes-base.extractfromfile, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.code, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheets

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rahul Joshi.

Original n8n.io source

1.1 Workflow description

Title
Extract skill matrix to Google Sheets with Google Drive and GPT-4o
Workflow name
Extract skill matrix to Google Sheets with Google Drive and GPT-4o

Description

Automatically extract a structured skill matrix from PDF resumes in a Google Drive folder and store results in Google Sheets. Uses Azure OpenAI (GPT-4o-mini) to analyze predefined tech stacks and filters for relevant proficiency. Fast, consistent insights ready for review. 🔍📊

What This Template Does

  • Fetches all resumes from a designated Google Drive folder (“Resume_store”). 🗂️
  • Downloads each resume file securely via Google Drive API. ⬇️
  • Extracts text from PDF files for analysis. 📄➡️📝
  • Analyzes skills with Azure OpenAI (GPT-4o-mini), rating 1–5 and estimating years. 🤖
  • Parses and filters to include only skills with proficiency > 2, then updates Google Sheets (“Resume store” → “Sheet2”). ✅

Key Benefits

  • Saves hours on manual resume screening. ⏱️
  • Produces a consistent, structured skill matrix. 📐
  • Focuses on intermediate to expert skills for faster shortlisting. 🎯
  • Centralizes candidate data in Google Sheets for easy sharing. 🗃️

Features

  • Predefined tech stack focus: React, Node.js, Angular, Python, Java, SQL, Docker, Kubernetes, AWS, Azure, GCP, HTML, CSS, JavaScript. 🧰
  • Proficiency scoring (1–5) and estimated years of experience. 📈
  • PDF-to-text extraction for robust parsing. 🧾
  • JSON parsing with error handling for invalid outputs. 🛡️
  • Manual Trigger to run on demand. ▶️

Requirements

  • n8n instance (cloud or self-hosted).
  • Google Drive access with credentials to the “Resume_store” folder.
  • Google Sheets access to the “Resume store” spreadsheet and “Sheet2” tab.
  • Azure OpenAI with GPT-4o-mini deployed and connected via secure credentials.
  • PDF text extraction enabled within n8n.

Target Audience

  • HR and Talent Acquisition teams. 👥
  • Recruiters and staffing agencies. 🧑‍💼
  • Operations teams managing hiring pipelines. 🧭
  • Tech hiring managers seeking consistent skill insights. 💡

Step-by-Step Setup Instructions

  • Place candidate resumes (PDF) into Google Drive → “Resume_store”.
  • In n8n, add Google Drive and Google Sheets credentials and authorize access.
  • In n8n, add Azure OpenAI credentials (GPT-4o-mini deployment).
  • Import the workflow, assign credentials to each node, and confirm folder/sheet names.
  • Run the Manual Trigger to execute the flow and verify data in “Resume store” → “Sheet2”.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Azure OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatAzureOpenAi - lmChatAzureOpenAi
Config choices
Version 1

Block 3 - Search Resume

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 4 - Download Resume

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 5 - Extract content from File

Type / Role
n8n-nodes-base.extractFromFile - extractFromFile
Config choices
Version 1

Block 6 - Skill analyser

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.1

Block 7 - Parse structure json

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Update sheet with skill matrix

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

3. Summary Table

Workflow Extract skill matrix to Google Sheets with Google Drive and GPT-4o
Complexity advanced
Nodes 17
Categories HR, AI Summarization
Author Rahul Joshi
Published 12 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8530/8530.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Extract skill matrix to Google Sheets with Google Drive and GPT-4o do?

Description Automatically extract a structured skill matrix from PDF resumes in a Google Drive folder and store results in Google Sheets. Uses Azure OpenAI (GPT 4o mini) to analyze predefined tech ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your HR, AI Summarization use case.