google-sheets-sync

Synchronize Google Sheets data into the local flock_database.json.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/jsschrstrcks1/manateecreeksheep --skill google-sheets-sync-jsschrstrcks1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-sheets-sync
Source: https://github.com/jsschrstrcks1/manateecreeksheep/tree/main/.claude/skills/google-sheets-sync
Command: npx skills add https://github.com/jsschrstrcks1/manateecreeksheep --skill google-sheets-sync-jsschrstrcks1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bridges the live Google Sheets data with the local flock_database.json, eliminating manual exports and ensuring the local dataset stays current.

Core Features & Use Cases

  • Bridge live Sheets with local flock_database.json to maintain a single source of truth.
  • Validate changes against careful-not-clever principles to prevent unintended data corruption.
  • Use case: daily sync of animal records, pen assignments, and health entries to keep the flock database up-to-date.

Quick Start

Initiate a full Google Sheets to local flock_database.json sync using the CLI workflow described in Setup.

Frequently Asked Questions about google-sheets-sync

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

FAQPage Schema
How do I sync Google Sheets data to a local JSON database automatically?

Yes, you can sync animal records, pen assignments, health entries, and breeding records from Google Sheets by reconciling Sheets-derived changes with your local data store during routine daily operations and setup.

What validation does the Google Sheets to local JSON data sync use?

A full Google Sheets to local flock_database.json sync is initiated using the CLI workflow described in the setup process, pulling live spreadsheet data directly into your local dataset.

Does syncing Google Sheets with a local JSON database require API credentials?

Yes, syncing Google Sheets with a local flock database requires connected Google Sheets API credentials and an existing local data/flock_database.json store to execute the synchronization workflow.

What is the best way to maintain a single source of truth between Google Sheets and local data?

The best way to maintain a single source of truth is to bridge live Google Sheets data with the local flock_database.json, ensuring the local dataset stays current without manual exports.