AIAny
AI Agent2026
Icon for item

Agent Skills

Provides reusable 'Agent Skills'—modular skill packages for integrating Gemini, Managed Agents, and Google Cloud services into installable agent components. Focuses on ready-made connectors and recipes for common Google product workflows, speeding up building and extending agents on Google's Agent Platform.

Introduction

Most agent projects stall on integration work: connectors to LLM endpoints, auth to cloud products, and small domain skills (e.g., BigQuery queries, Cloud Run deployments). This repository treats those integrations as first-class, composable "skills" so teams can assemble production-capable agents by wiring existing skill modules instead of reimplementing common plumbing.

What Sets It Apart
  • Modular, Google-centric skill catalog — Each skill packages a discrete integration (Gemini APIs, Managed Agents APIs, Skill Registry, and multiple Google Cloud recipes). That means teams get drop-in behaviors for common Google product tasks rather than writing ad-hoc adapters.
  • Platform-aligned by design — Skills target Google’s Agent Platform conventions and APIs, reducing friction when moving a prototype to a managed agent environment. So migrations from experimental code to a Managed Agent are lower effort.
  • Opinionated recipes and guardrails — The repo includes curated recipes (onboarding, auth, network observability, well-architected checklists) that encode recommended patterns for security, reliability, and cost control — useful starting points for enterprise deployments.
  • Installable and composable workflow — Skills are organized to be selected and installed into agents, encouraging reuse and faster iteration across product teams.
Who it's for — and tradeoffs

Great fit if you are building agents or agent-backed integrations that will rely on Google Cloud or Google-branded AI endpoints (Gemini, Managed Agents). It accelerates common integration tasks and provides standardized patterns for production readiness.

Look elsewhere if you need provider-agnostic skill libraries (the repo is Google-centric) or if your agent platform has fundamentally different extension points; in that case a neutral, multi-provider agent framework may be a better base.

Where it fits

Use this repo as the integration layer when your agent must interact tightly with Google services or when you plan to deploy on Google’s Agent Platform. For cross-cloud or vendor-neutral agent projects, treat these skills as reference patterns rather than drop-in components.

Short practical note

Expect active development and frequent additions to the skill catalog; evaluate specific skills for maturity and security posture before using them in production-critical agents.

Information

  • Websitegithub.com
  • AuthorsGoogle
  • Published date2026/03/31

Categories

More Items

GitHub
AI Agent2026

Runs a persistent, self-modifying AI agent locally with durable identity, memory, and versioned history across tasks. Provides native desktop and headless CLI runtimes, coordinated subagent swarms, configurable remote or local GGUF models, and reviewed self-evolution via Git.

GitHub
AI Agent2026

A curated collection of Korea-focused AI agent skills that enable agents to perform local tasks — ticket booking, public-data lookups, e-commerce and messaging integrations — via prebuilt connectors and an optional hosted proxy for API keys and fallbacks.

Hugging Face
AI Model2026

An OpenAI-compatible LLM checkpoint optimized for agentic and long-context scenarios, shipping DSpark speculative decoding and vLLM/SGLang deployment recipes; tailored for code-agent and multi-step reasoning workloads and released under MIT.