autonomous-sync-script

Sync files from Manus to GitHub via Google Drive with rclone.

60|38|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/abcnuts/manus-skills --skill autonomous-sync-script-abcnuts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autonomous-sync-script
Source: https://github.com/abcnuts/manus-skills/tree/main/skills/automation-skills/autonomous-sync-script
Command: npx skills add https://github.com/abcnuts/manus-skills --skill autonomous-sync-script-abcnuts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates turning a multi-step process of syncing files from Manus to a GitHub repository into a single, reliable command by bridging Manus with Google Drive.

Core Features & Use Cases

  • Uploads files to Google Drive, enabling safe transfer from Manus to a local repository.
  • Provides a one-line command to download, copy, commit, and push to GitHub on your machine.
  • Supports batch syncing of multiple files or directories for streamlined software delivery.

Quick Start

Tell Manus which files or directories to sync, then run the one-line command Manus provides on your local machine to download, commit, and push to GitHub.

Frequently Asked Questions about autonomous-sync-script

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

FAQPage Schema
How do I sync files from Manus to a GitHub repository using Google Drive?

It bridges the gap by uploading files to Google Drive, enabling safe transfer from Manus to a local Git repository, followed by an automated commit and push to GitHub.

What do I need to set up before automating GitHub syncs with rclone?

You need a configured rclone remote named manus_google_drive, a local Git repository with a configured remote, and GitHub authentication to satisfy the sync prerequisites.

Can I batch sync multiple directories from Google Drive to GitHub at once?

Yes, the script supports batch syncing of multiple files or directories from Google Drive to GitHub, streamlining software delivery workflows into one command.

What is the best way to automate moving skills from Manus to GitHub?

Using a Google Drive bridge with rclone automates moving skills from Manus to GitHub, replacing a multi-step manual process with a single, reliable command.

Why use Google Drive as a bridge for Git repository synchronization?

Using Google Drive as a bridge provides a safe transfer mechanism to move files from Manus to a local Git repository before committing and pushing them to GitHub.