google-storage

Manage Google Cloud Storage buckets and objects from Robomotion.

2|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/robomotionio/robomotion-skills --skill google-storage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-storage
Source: https://github.com/robomotionio/robomotion-skills/tree/main/skills/google-storage
Command: npx skills add https://github.com/robomotionio/robomotion-skills --skill google-storage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables programmatic management of Google Cloud Storage resources from Robomotion, simplifying bucket and object operations.

Core Features & Use Cases

  • Upload, download, list, delete, copy, and move objects within GCS buckets.
  • Create and configure buckets, manage access, and generate signed URLs.
  • Use cases include automated data ingestion, backups, and media distributions.

Quick Start

Install the googlestorage CLI and upload a local file to a bucket.

Frequently Asked Questions about google-storage

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

FAQPage Schema
How do I automate Google Cloud Storage bucket management and object operations?

Automating Google Cloud Storage bucket management involves programmatically handling object uploads, downloads, listings, deletions, copies, and moves, alongside bucket creation and configuration, which this Robomotion skill enables directly.

What is needed to connect Robomotion to Google Cloud Storage?

To connect Robomotion to Google Cloud Storage, you need the robomotion CLI installed, the googlestorage package, and your Google Cloud credentials configured within the Robomotion vault to authorize access.

Can I generate signed URLs for Google Cloud Storage objects from Robomotion?

Yes, you can generate signed URLs for Google Cloud Storage objects from Robomotion, allowing secure, time-limited access to your stored data for automated media distribution or external sharing.

What's the best way to handle automated data ingestion into GCS buckets?

Handling automated data ingestion into GCS buckets is best achieved by programmatically uploading local files and managing object metadata, a core feature provided by this Robomotion integration.

Does this approach support managing access and metadata for GCS objects?

Yes, this approach supports managing access and metadata for GCS objects, enabling you to configure bucket permissions and perform metadata operations across your Google Cloud Storage resources.