What problem does it solve?
Syncthing folder setup and reconciliation can be slow and error-prone when performed manually, especially when you need repeatable, auditable changes on a remote hub VM.
Core Features & Use Cases
- Remote folder registration & reconciliation: Adds or confirms Syncthing folders by talking to the Syncthing REST API on the hub VM.
- Sync health and inventory checks: Pings Syncthing for health, lists configured folders, and verifies whether a given folder ID already exists.
- Idempotent configuration patterns: Uses deterministic request/verification flows designed to avoid duplicate or conflicting configurations.
- Use case: When an operator needs to “register a folder” and ensure the hub is configured to receive updates from a laptop, this skill provides the REST-over-SSH workflow and safety rules.
Quick Start
Ask your AI operator to register a Syncthing folder on the hub by creating a bootstrap script that calls the Syncthing REST API over your SSH alias and sets the folder ID, label, and hub data path from your overlay environment variables.