Gemini CLI logo

Gemini CLI AI Skills

Skills for Google's CLI-based coding agent

Gemini CLI is Google's open-source, terminal-native AI coding agent powered by Gemini models. AgentPowers skills add domain-specific capabilities - from multimodal analysis to advanced coding workflows - all integrated into your command-line development experience.

100 Skills Available
322.0k Total Downloads
27 AI Agents

What Gemini CLI skills can do for you

01

Multimodal Skills

Leverage Gemini's strong multimodal capabilities with skills that process images, analyze documents, and generate visual content alongside code.

02

Terminal-Native Agent

Gemini CLI runs in your terminal with full project context. Skills integrate via MCP to extend its capabilities with specialized development tools.

03

Long-Context Advantage

Gemini's large context window means skills can work with bigger codebases and longer documents. Analyze entire repositories or lengthy specifications in one pass.

Gemini CLI Skills

Browse all skills
Security

Hikvision NVR

Skill · by Dan Jones

Ask your AI agent for the Hikvision footage you need, then walk away while it downloads. Pulling video off a Hikvision DVR or NVR usually means web-UI menus, ISAPI XML, ffmpeg flags, and "why is this video broken" troubleshooting. This skill removes all of it. Once your NVRs are registered, you just tell your agent "pull the lobby camera from 8 to 9 PM yesterday" and a clean MP4 lands in your downloads folder. Speaks Hikvision's ISAPI natively, falls back to RTSP when the NVR throttles, works around firmware quirks that return wrong segment data, clips to the exact time window you asked for, and verifies the output (codec, resolution, duration, on-screen timestamp). Credentials live in your OS keychain, never on command lines or in logs. Validated on DS-9016HWI-ST, DS-7316HQHI-SH, DS-7716NI-I4/16P, DS-9632NI-ST, and DS-7716NI-SP/16 with firmware V3.1.10 through V4.50.000.

Security

agentpass-local

Skill · by Romeo Apps

Install or build a global per-user AgentPass Local that improves human-agent collaboration by letting users create website credentials in a GUI and letting agents retrieve or paste approved fields for approved domains without viewing secrets. Use when the user asks to create a password manager, password broker, credential vault, autofill helper, agent password access system, GUI for saving website credentials, or a tool that lets agents use approved passwords across projects safely.

Development

mesh flow

Skill · by Roy Yuen

What it does Mesh Flow replaces fragile, implicit prompt-chaining with a robust, artifact-driven DAG (Directed Acyclic Graph) orchestration system. By defining your agent workflows in a structured project.yaml, you move logic out of the prompt and into a compile-time validated system. It enforces hard gates—such as human approval or dependency verification—that the AI cannot bypass or hallucinate past. Why use this skill Standard agentic workflows often fail because the LLM decides to skip steps or "forgets" requirements. Mesh Flow treats your agentic workflow like a CI/CD pipeline. It features a Compile-then-Run architecture that validates your topology for cycles and missing artifacts before single token is generated. This ensures 100% predictable execution paths, explicit failure states (failed, blocked, rejected), and absolute control over recovery paths. Supported tools YAML-based workflow configurations Standardized Adapter Interfaces for cross-skill communication Mermaid DAG visualization for debugging Zod-backed schema validation CLI tools for compilation and execution (mesh compile, mesh run) Output structure The skill produces a normalized execution plan and a detailed execution trace. Every node execution returns a standardized status, a list of produced artifacts, and comprehensive metadata including tool calls and verification reasoning. Use Cases Build multi-step agent pipelines with hard verification gates Enforce human-in-the-loop approval before sensitive code deployments Visualize complex agent task dependencies using Mermaid DAGs Standardize artifact sharing between disparate AI skills and agents

Productivity

De-Woke AI Responses

Skill · by Miss Outlaw

Looking for a sharp, rule-bending prompt? This powerful analysis flips the script on "dominant paradigms," demanding honest, bias-busting answers from AI. It spotlights cultural power shifts, challenges system dogma, and forces truly independent thinking in any model you use. Make your AI face the hard questions—get real answers, not programmed ones. De-woke your writing!

Development

harness-engineering

Skill · by Roy Yuen

The Harness Engineering skill implements a structured methodology for agent orchestration. It allows you to build sophisticated control loops using a multi-role architecture: Planner: Defines contracts and stop rules. Executor: Performs bounded actions. Verifier: Validates results against evidence. Critic/Recovery: Identifies regressions and manages error state.

Productivity

agent-permission-boundary-audit

Skill · by Roy Yuen

This skill provides a comprehensive security and governance audit for AI agent systems. It analyzes tool inventories, authentication models, connector scopes, and execution logs to identify over-privileged tools and risky permission combinations.

Productivity

sun-tzu-business-strategy

Skill · by Roy Yuen

This skill analyzes your business context through the lens of asymmetric competition, positioning, and timing. It maps your current situation to core principles—like resource concentration and the "path of least resistance"—to generate usable strategy memos. It doesn't just quote text; it bridges the gap between ancient theory and modern execution.

Productivity

business-planner

Skill · by Roy Yuen

The Business Planner skill transforms vague commercial ideas into structured, data-driven execution plans. Most AI-generated business plans rely on generic strategy fluff; this skill forces a developer-like rigor onto business logic by treating assumptions as variables and outcomes as scenarios rather than certainties.

Common questions about Gemini CLI skills

How do skills integrate with Gemini CLI?

Skills connect via MCP to Gemini CLI. Configure the AgentPowers MCP server in your Gemini CLI settings and skills become available as tools in your terminal sessions.

Is Gemini CLI open source?

Yes. Gemini CLI is Google's open-source terminal AI agent. Skills from AgentPowers extend its capabilities while maintaining the open-source workflow you prefer.

Can I use Gemini CLI skills offline?

Skills require an active connection to your AI platform. However, once results are generated, you can use them offline in your projects.

Connect AgentPowers to Gemini CLI

Add to your MCP config

Add the AgentPowers MCP server to Gemini CLI to search, purchase, and install skills.

{
  "mcpServers": {
    "agentpowers": {
      "command": "npx",
      "args": ["@agentpowers/mcp-server"]
    }
  }
}
or install via CLI
npx @agentpowers/cli setup
All platforms & setup options →

Ready to supercharge your
Gemini CLI workflow?

Browse verified skills and agents compatible with Gemini CLI. One-command install, instant results.