qf-record-pending-uploads

Identify new quiz files in Google Drive folders and log them as pending uploads in QuizFactor.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/brudex/OpenclawAgents --skill qf-record-pending-uploads
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qf-record-pending-uploads
Source: https://github.com/brudex/OpenclawAgents/tree/main/workspace/skills/qf-record-pending-uploads
Command: npx skills add https://github.com/brudex/OpenclawAgents --skill qf-record-pending-uploads

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Watches a Google Drive folder for new quiz source files, maps them to QuizFactor courses or categories using the AI routes collection, and records pending quiz uploads in a dedicated QuizFactor backend table. This enables teams to import Drive-based quizzes without manual data entry.

Core Features & Use Cases

  • Drive folder monitoring and file discovery in Google Drive.
  • Filename-to-course/category mapping using QuizFactor AI routes.
  • Create pending uploads with courseUuid, courseName, filename, driveFileId, and status.
  • Optional course creation via API when a suitable course doesn't exist, enabling end-to-end ingestion.

Quick Start

Set up the configured Google Drive folders and QuizFactor API, then run the agent to scan for new quiz files and record them as pending uploads.

Frequently Asked Questions about qf-record-pending-uploads

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

FAQPage Schema
How do I automate importing quiz files from Google Drive into QuizFactor?

You need to configure Google Drive credentials with access to the target source folders, specify the Drive folder IDs to monitor, and provide your QuizFactor base URL to authenticate the pending-uploads and create-course API endpoints.

What happens when a quiz file from Google Drive doesn't match an existing QuizFactor course?

The Skill records pending quiz uploads with courseUuid, courseName, filename, driveFileId, and status, capturing all relevant Drive metadata for traceability and enabling teams to import Drive-based quizzes without manual data entry.

Can I map Google Drive filenames to specific QuizFactor categories automatically?

The Skill watches the Google Drive folder for new quiz source files, discovers them via folder monitoring, and uses AI routes to map and record them in a dedicated QuizFactor backend table, eliminating manual data entry.

Do I need to set up Google Drive folder IDs to track pending quiz uploads?

Yes, configuring specific Google Drive folder IDs is required to target which directories the Skill scans for new quiz source files before routing them to QuizFactor as pending uploads.