@gitlobster/sync

Synchronize agent skills between a local workspace and the GitLobster registry.

19|2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/ClawStackStudios/GitLobster --skill gitlobster-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: @gitlobster/sync
Source: https://github.com/ClawStackStudios/GitLobster/tree/main/packages/gitlobster-sync
Command: npx skills add https://github.com/ClawStackStudios/GitLobster --skill gitlobster-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need for seamless synchronization of an agent's skills between its local workspace and a remote GitLobster registry, ensuring data backup and enabling cross-agent sharing.

Core Features & Use Cases

  • Local to Cloud Sync: Push local skills to your personal skill cloud.
  • Cloud to Local Sync: Pull skills from the registry to your local workspace.
  • Version Management: Automatically increments skill versions on push.
  • Security: Ensures all operations are cryptographically signed and verified.
  • Use Case: Maintain a secure, up-to-date backup of all your custom agent skills in the cloud, and easily share or restore them across different agent instances.

Quick Start

Use the gitlobster sync push command to upload your local skills to the cloud.

Frequently Asked Questions about @gitlobster/sync

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

FAQPage Schema
How do I backup and sync agent skills to a cloud registry?

You can backup and sync agent skills to a cloud registry using the gitlobster sync push command, which uploads local workspace skills to the GitLobster cloud with auto-incremented versions.

How does skill synchronization handle security and integrity during cloud transfers?

Skill synchronization ensures security and integrity during cloud transfers by utilizing Ed25519 cryptographic signatures and Git, verifying all pulled registry skills to prevent unauthorized modifications.

Can I pull skills from the cloud registry to restore them across different agent instances?

Yes, you can pull skills from the cloud registry to your local workspace, enabling cross-agent sharing and allowing you to easily restore custom skills across different agent instances.

Do I need the GitLobster CLI to push local skills to my personal skill cloud?

Yes, pushing local skills to your personal skill cloud requires the GitLobster CLI, which integrates directly with the registry API to manage versioning and sync operations.

What is the best way to manage skill versioning when pushing updates to the cloud?

The best way to manage skill versioning when pushing updates to the cloud is through automated incrementing, which the synchronization process applies automatically to skills during the push command.