gcp-functions

Deploy and manage HTTP and event-driven Google Cloud Functions.

10|4|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/kubony/openclaw-gcp-setup --skill gcp-functions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcp-functions
Source: https://github.com/kubony/openclaw-gcp-setup/tree/main/.claude/skills/gcp-functions
Command: npx skills add https://github.com/kubony/openclaw-gcp-setup --skill gcp-functions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to deploy and manage Google Cloud Functions reliably.

Core Features & Use Cases

  • Function listing and deployment: Create, deploy, update, and manage HTTP and event-driven Cloud Functions with controlled runtimes.
  • Operational visibility: Access logs, monitor status, and adjust configurations to maintain reliability.
  • Use Case: Use this Skill to launch a lightweight API as a Cloud Function and automate its lifecycle in CI/CD pipelines.

Quick Start

Use the gcp-functions skill to deploy a simple HTTP function to the us-central1 region with a single command.

Frequently Asked Questions about gcp-functions

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

FAQPage Schema
How do I deploy an HTTP Cloud Function to GCP?

You can deploy an HTTP Cloud Function by running a single deployment command targeting a specific region like us-central1. This Skill manages the gcloud deployment lifecycle and environment configuration.

How do I list existing Google Cloud Functions in my project?

Listing Cloud Functions is supported as a core feature. The Skill queries your configured GCP project to retrieve and display the status of existing HTTP and event-driven functions.

What do I need to set up before deploying serverless functions on Google Cloud?

Before deploying serverless functions, you need the Google Cloud SDK installed, a configured GCP project, and enabled Cloud Functions and Cloud Build services to ensure reliable deployments.

Can I use this to manage event-driven Cloud Functions?

Yes, this Skill supports deploying and managing event-driven Cloud Functions. You can configure controlled runtimes and update functions alongside standard HTTP endpoints within your GCP project.

How do I access logs for a deployed GCP Cloud Function?

Accessing logs for GCP Cloud Functions is a built-in operational feature. The Skill retrieves function logs and monitors status to help you maintain reliability and troubleshoot issues.