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

Extracts replayable behaviors from working web apps and converts them into verifiable, reference-guided software-engineering tasks to evaluate and diagnose coding agents; includes an automated pipeline that scales to thousands of tasks.

Hugging Face
AI Model2026

A 4B causal language model post‑trained from Qwen3.5‑4B for agentic workloads — tool use, coding and instruction following — using a routing‑harness feedback loop aimed at iterative capability improvement; distributed as text-only safetensors with native 262,144-token context.

Hugging Face
AI Model2026

Multimodal agentic model for long-horizon computer and browser tasks, with visual self-correction and function-calling. The Pro variant is a 397B Mixture-of-Experts (≈17B active) model with a 262,144-token context window, Docker deployment recipes, and weights currently marked “coming soon.”