Token导航 LogoToken导航TokenDH.com
开发敏感数据github未标认证来源可访问许可证需确认审计通过

gcp-examples-expertGCP 示例专家

Agent Skill

用于辅助云资源、部署、容器、基础设施和运维自动化任务。它适合让 Agent 检查配置、整理部署步骤、分析资源状态、生成排障思路或辅助云服务接入。使用时需要明确目标环境、账号权限、区域和资源组,区分本地测试与生产操作;涉及删除资源、重启服务、修改网络或权限配置时,应先确认影响范围。

总安装

659

周安装

28

GitHub Stars

2,137

下载量

231
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:gcp-examples-expert(GCP 示例专家)
来源仓库:https://github.com/jeremylongshore/claude-code-plugins-plus-skills
仓库路径:skills/gcp-examples-expert
安装命令:
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill gcp-examples-expert
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill gcp-examples-expert

简介

提供 GCP 各服务的官方示例代码和技术实现参考。

  • 覆盖常见场景如数据处理、AI 推理和事件驱动架构。
  • 通过 GitHub 安装,可直接获取可运行的代码片段。
  • 示例代码需根据实际业务需求进行调整适配。gcp-examples-expert 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 优先选用 Google 官方维护的最新稳定版本。

SKILL.md

GCP Examples Expert

Overview

Generate production-ready Google Cloud Platform code examples sourced from official repositories including ADK samples, Agent Starter Pack, Firebase Genkit, Vertex AI samples, Generative AI examples, and AgentSmithy. This skill maps user requirements to the appropriate GCP framework and delivers working code with security, monitoring, and deployment best practices baked in.

Prerequisites

  • Google Cloud project with billing enabled and Vertex AI API activated
  • gcloud CLI authenticated with appropriate IAM roles (Vertex AI User, Cloud Run Developer)
  • Node.js 18+ for Genkit/TypeScript examples or Python 3.10+ for ADK/Vertex AI examples
  • Firebase CLI for Genkit deployments (npm install -g firebase-tools)
  • API keys or service account credentials configured via Secret Manager (never hardcoded)

Instructions

  1. Identify the target framework by matching the request to one of six categories: ADK agents, Agent Starter Pack, Genkit flows, Vertex AI training, Generative AI multimodal, or AgentSmithy orchestration
  2. Select the appropriate source repository and code pattern from ${CLAUDE_SKILL_DIR}/references/code-example-categories.md
  3. Adapt the template to the specified programming language (TypeScript, Python, or Go)
  4. Configure security settings: IAM least-privilege service accounts, VPC Service Controls, Model Armor for prompt injection protection
  5. Add monitoring instrumentation: Cloud Monitoring dashboards, alerting policies, structured logging, OpenTelemetry tracing
  6. Set auto-scaling parameters with appropriate min/max instance counts for the deployment target
  7. Include cost optimization: select Gemini 2.5 Flash for simple tasks, Gemini 2.5 Pro for complex reasoning, batch predictions for bulk workloads
  8. Generate deployment configuration for the target platform (Cloud Run, Firebase Functions, or Vertex AI Endpoints)
  9. Provide Terraform or IaC templates for reproducible infrastructure provisioning
  10. Cite the source repository and link to official documentation for each pattern used

See ${CLAUDE_SKILL_DIR}/references/workflow.md for the phased workflow and ${CLAUDE_SKILL_DIR}/references/best-practices-applied.md for the full best-practices checklist.

Output

  • Complete, runnable code example with imports, configuration, and error handling
  • Deployment configuration (Cloud Run service YAML, Firebase function config, or Terraform module)
  • Environment variable template listing required secrets and API keys
  • Monitoring setup: dashboard JSON, alerting policy definitions, log-based metrics
  • Cost estimate guidance based on model selection and expected throughput
  • Source repository citation and documentation links

Error Handling

ErrorCauseSolution
Invalid GCP project or API not enabledVertex AI API disabled or project ID misconfiguredRun gcloud services enable aiplatform.googleapis.com; verify project ID in gcloud config list
Permission denied on Vertex AI resourcesService account missing required IAM rolesGrant roles/aiplatform.user and roles/run.developer; check VPC-SC perimeter allows access
Model not available in regionRequested Gemini model not deployed in specified locationUse us-central1 or europe-west4 where Gemini models are available; check regional availability docs
Quota exceeded for API callsRate limit hit on Vertex AI prediction endpointRequest quota increase via Cloud Console; implement exponential backoff with jitter
Dependency version conflictIncompatible versions of AI SDK, Genkit, or provider packagesPin versions in package.json or requirements.txt; use lockfile to ensure reproducibility

See ${CLAUDE_SKILL_DIR}/references/errors.md for additional error scenarios.

Examples

Scenario 1: ADK Agent with Code Execution -- Create a production ADK agent using google/adk-samples patterns. Enable Code Execution Sandbox with 14-day state TTL, configure Memory Bank for persistent context, apply VPC Service Controls and IAM least-privilege. Deploy to Vertex AI Agent Engine.

Scenario 2: Genkit RAG Flow -- Implement a retrieval-augmented generation system using Firebase Genkit. Define a retriever with text-embedding-gecko embeddings, connect to a vector database, build a RAG flow with Zod-validated input/output schemas. Deploy to Cloud Run with auto-scaling (2-10 instances).

Scenario 3: Gemini Multimodal Analysis -- Analyze video content using the generative-ai repository patterns. Create a multimodal prompt combining video URIs with text questions using Gemini 2.5 Pro. Include safety filter configuration, token counting for cost estimation, and structured output parsing.

See ${CLAUDE_SKILL_DIR}/references/example-interactions.md for detailed interaction examples.

Resources

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude

32.91%
按下载量换算76

Codex

31.83%
按下载量换算74

Cursor

18.32%
按下载量换算42

Gemini CLI

9.17%
按下载量换算21

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills