Build & Deploy Agent Skills

Official resources to extend your Gemini CLI with specialized expertise, automated auditing, and custom workflows.

npm install -g @google/gemini-cli
Featured Tutorial

API Auditor Skill Guide

Implement a QA-focused skill to audit endpoint reliability. This tutorial demonstrates how to verify status codes and latency directly through the Gemini interface.

# Command
user: "Can you audit http://geminili.com"

# Response
"I've activated the api-auditor skill. 
Running automated audit script..."
Explore the Tutorial
Developer Guide

Directory Architecture

Agent Skills follow a standardized structure for seamless integration. Organize your logic using the following directory layout.

📁 .gemini/skills/api-auditor/
📄 SKILL.md
📁 scripts/audit.js

Getting Started with Skills

1. Enable Features

Use the /settings command to toggle experimental Agent Skills to active in your environment.

2. Define Instructions

The SKILL.md file acts as the system prompt. Define clear boundaries and expert roles here.

3. Script Execution

Link your JavaScript scripts to the agent to perform system-level tasks and network requests.