shared-skills

Synchronize local skills with Google Drive via scripts/sync_skills.py.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/bibo1243/claw_memory --skill shared-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shared-skills
Source: https://github.com/bibo1243/claw_memory/tree/main/--help/skills/shared-skills
Command: npx skills add https://github.com/bibo1243/claw_memory --skill shared-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill ensures that local skills stay in sync with Google Drive (gaa_all/.agent/skills), enabling cloud bots to download and learn new capabilities from a central repository.

Core Features & Use Cases

  • Push: upload local skills to Google Drive, overwriting older versions to keep cloud content current.
  • Pull: download updated skills from Drive back into the local skills directory to refresh capabilities.
  • Use Case: teams can collaboratively develop skills locally and share updates with cloud bots for immediate deployment.

Quick Start

Sync all local skills to Google Drive using the shared-skills tool.

Frequently Asked Questions about shared-skills

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

FAQPage Schema
How do I sync local skills to Google Drive for cloud bots?

To sync local skills to Google Drive, you use a script that pushes your local repository to the cloud, overwriting older versions so cloud bots can download and learn the updated capabilities.

What is the best way to keep local and cloud skill repositories aligned?

Keeping local and cloud skill repositories aligned involves a two-way synchronization process: pushing local updates to Google Drive to refresh cloud content, and pulling cloud changes back to your local directory to restore capabilities.

Do I need Google Drive API access to automate local skill synchronization?

Yes, automating local skill synchronization requires Google Drive API access and shared-memory credentials to authenticate the scripts that perform the upload and download logic between your local directory and the cloud.

Can I pull updated capabilities from Google Drive back to my local environment?

Yes, you can pull updated capabilities from Google Drive back to your local environment, which downloads the latest skills from the cloud repository into your local directory to refresh or recover your local skill set.

How does version control work when pushing local skills to Google Drive?

Version control when pushing local skills to Google Drive works by overwriting older versions in the cloud repository, ensuring that cloud bots always access and download the most current local content.

What are the limitations of using cloud sync for collaborative skill development?

A limitation of using cloud sync for collaborative skill development is that pushing local skills to Google Drive overwrites older versions, which means previous iterations are not retained unless manually backed up elsewhere.