Language:JapaneseEnglish

dataproc Claude Code Plugin

Author
Google LLC
Category
Database
Topics
Data Engineering & Analytics · Cloud, Deployment & CI/CD
First cataloged
2026-07-09 (UTC)
Explanation last updated
2026-07-16 (UTC)
Source (GitHub) last updated
2026-08-05 (UTC) (22 days ago)

The explanation below is AI-generated. Please verify it against the sources.

This plugin lets an AI agent manage Google Cloud Dataproc clusters and jobs through natural-language requests instead of manual gcloud commands. It is distributed as a set of agent skills that work with agents such as Claude Code, Antigravity, and Codex. According to the README, it covers common lifecycle tasks like listing clusters, checking job status, and retrieving cluster details. The project notes it is currently in a pre-v1. 0 beta stage and may change before a stable release.

About the service

Dataproc is Google Cloud's managed service for running Apache Spark and Hadoop clusters, and this plugin connects an agent to that service to inspect and operate clusters and jobs.

What you can do with dataproc

  • List Dataproc clusters within a specified region
  • Check the status of a specific job by its ID
  • List failed jobs in a project
  • Retrieve details about a named cluster
  • Perform these actions via natural-language prompts instead of manual gcloud commands

Sources

Back to list