gcp-firewall

Manage Google Cloud Platform firewall rules across VPC networks using the gcloud CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the management of Google Cloud Platform firewall rules for VPC networks, reducing manual errors and speeding up security configuration.

Core Features & Use Cases

  • List Rules: Retrieve and review current firewall rules across a project or VPC.
  • Create Rules: Add allow/deny rules with specific ports and source ranges.
  • Delete/Modify: Remove obsolete rules or adjust existing ones to maintain least-privilege access.
  • Use Case: A cloud engineer needs to open port 8080 for a new service and regularly audit firewall rules for security compliance.

Quick Start

Use the gcp-firewall skill to list, create, and delete firewall rules in your GCP project.

  • /gcp-firewall
  • /gcp-firewall allow 8080
  • /gcp-firewall allow 80,443
  • /gcp-firewall delete my-rule

Frequently Asked Questions about gcp-firewall

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

FAQPage Schema
How do I automate GCP firewall rule management for VPC networks?

Automating GCP firewall rule management uses the gcloud CLI to list, create, and delete VPC network rules, reducing manual errors and speeding up security configuration. It supports adding allow or deny rules with specific ports and source ranges.

What do I need to manage Google Cloud Platform firewalls using gcloud?

Managing Google Cloud Platform firewalls requires the Google Cloud SDK installed and authenticated with permissions to modify firewall rules in the target project before applying changes.

How do I open ports like 8080 or 443 on a GCP firewall?

Opening ports like 8080 or 443 on a GCP firewall involves creating allow rules with specific ports and source ranges using gcloud commands to provision access for new services.

Can I audit existing firewall rules across a GCP project?

Auditing existing firewall rules across a GCP project retrieves and reviews current configurations across VPC networks to maintain least-privilege access and ensure security compliance.

How do I remove obsolete firewall rules in Google Cloud Platform?

Removing obsolete firewall rules in Google Cloud Platform deletes outdated configurations using gcloud to maintain least-privilege access and adjust existing security policies.