gdrive-sync-memoria

Import ChatLLM Teams Markdown summaries from Google Drive into Session-Memoria.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mrjimmyny/claude-intelligence-hub --skill gdrive-sync-memoria
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gdrive-sync-memoria
Source: https://github.com/mrjimmyny/claude-intelligence-hub/tree/main/gdrive-sync-memoria
Command: npx skills add https://github.com/mrjimmyny/claude-intelligence-hub --skill gdrive-sync-memoria

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Google Drive integration that automatically imports ChatLLM Teams summaries from the input folder into the Session-Memoria knowledge base, reducing manual data entry and enabling persistent memory.

Core Features & Use Cases

  • Auto-import of Markdown summaries from the _tobe_registered folder
  • Auto-categorization, tagging, and index updates in session-memoria
  • Git-backed persistence and automated archiving of processed files

Quick Start

Upload a Markdown summary to the Google Drive input folder and run the /gdrive-sync command to import it into Session-Memoria.

Frequently Asked Questions about gdrive-sync-memoria

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

FAQPage Schema
How do I automatically import Google Drive markdown summaries into a knowledge base?

You can automatically import Google Drive markdown summaries by using rclone to access the input folder, processing the MD files, and creating categorized knowledge entries with updated indexes in your knowledge base.

Does rclone work with Google Drive to sync ChatLLM session files?

Yes, rclone works with Google Drive to sync ChatLLM session files by accessing the designated input folder, importing the markdown summaries, and archiving the processed files automatically.

What is the best way to auto-categorize markdown files for a persistent session memory?

The best way to auto-categorize markdown files for persistent session memory is to automate the import pipeline, which tags content, creates knowledge entries, updates indexes, and commits changes to Git.

How do I archive processed markdown files after importing them to a knowledge base?

You can archive processed markdown files after importing them by utilizing an automated workflow that commits changes to Git and moves the handled documents out of the active input folder.

Can I run a manual trigger to process ChatLLM summaries from Google Drive?

Yes, you can run a manual trigger to process ChatLLM summaries from Google Drive by executing the designated sync command, which initiates the import, categorization, and archiving pipeline.

Why does my markdown import to session-memoria preserve the original language?

Your markdown import to session-memoria preserves the original language to maintain data fidelity, ensuring the auto-categorization and tagging processes retain the source context without translation loss.