
Skill
agentic-ecology-storage
upload local data to cloud storage
Description
Provides guidelines and reference implementations for uploading local data (such as audio recordings or datasets) to cloud storage systems, focusing on Google Drive via rclone as the primary target.
SKILL.md
Storage Skill
This skill provides patterns for transferring local datasets (such as raw audio
recordings or Hoplite databases) to Google Drive using rclone, so they can be
processed remotely (e.g., in a Google Colab notebook).
Workflow Overview
Follow these sequential steps when a user needs to migrate local datasets to Google Drive:
- Verify rclone Installation: Check if
rcloneis installed on the user's system by runningwhich rclone. If not, provide the user with installation instructions. - Verify or Bootstrap Configuration:
- Check if the user has a configured Google Drive remote by running
rclone listremotes. - If no remote is configured, do not ask the user to manually walk through
the interactive configuration. Instead, propose running
rclone config create gdrive drivedirectly. This command creates a remote namedgdriveand opens the OAuth approval page in their browser automatically.
- Check if the user has a configured Google Drive remote by running
- Execute Transfer: Run the upload command using
rclone copyorrclone syncto transfer the local dataset or folders to the remote Google Drive destination. - Retrieve Folder ID (Optional): Once uploaded, get the remote folder details or direct sharing link if needed for downstream remote processing.
Technical Reference
For installation steps, configuration guides, and command examples, see:
More skills from the agentic_ecology repository
View all 5 skillsagentic-ecology-bioacoustics
perform bioacoustic analysis for ecological research
Aug 29Data AnalysisPythonResearchagentic-ecology-camera-traps
classify and search camera trap images
Aug 29Computer VisionData AnalysisSearchagentic-ecology-init
initialize Python projects for agentic ecology
Aug 29EngineeringLocal DevelopmentPythonagentic-ecology-ui
visualize and annotate vector database results
Aug 29DashboardsData VisualizationSearchUI Components
More from Google DeepMind
View publisheralphafold-database-fetch-and-analyze
retrieve and analyze AlphaFold protein structures
science-skills
Jul 12BioinformaticsGenomicsLife SciencesResearchalphagenome-single-variant-analysis
analyze genetic variant effects with AlphaGenome
science-skills
Jul 12BioinformaticsGeneticsResearchRNA-seqchembl-database
query ChEMBL database for bioactive molecules
science-skills
Jul 12ChEMBLChemistryDatabasePharmacology +1clinical-trials-database
query clinical trial data
science-skills
Jul 12Clinical TrialsLife SciencesResearchclinvar-database
retrieve clinical significance from ClinVar database
science-skills
Jul 12ClinVarGeneticsHealthcareResearchcredentials
manage and verify API credentials safely
science-skills
Jul 12ComplianceOperationsSecurity