1. Enable Features
Use the /settings command to toggle experimental Agent Skills to active in your environment.
Official resources to extend your Gemini CLI with specialized expertise, automated auditing, and custom workflows.
npm install -g @google/gemini-cli
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..."
Agent Skills follow a standardized structure for seamless integration. Organize your logic using the following directory layout.
Use the /settings command to toggle experimental Agent Skills to active in your environment.
The SKILL.md file acts as the system prompt. Define clear boundaries and expert roles here.
Link your JavaScript scripts to the agent to perform system-level tasks and network requests.