MyClaw
HomeProductsUse CasesPricingSkillsResourcesCompany
HomeUse CasesPricingSkills
Sign In
Home
ProductsOpenClaw HostingHermes Agent Hosting
Use CasesPricingSkills
ResourcesCompareTutorialLearnBlogUpdatesResourcesCommunity
CompanyAboutSupport
Sign In
MyClaw.ai

Your AI agent, already running.

Product

OpenClaw HostingHermes Agent HostingUse CasesPricingCompareAlibaba Cloud

Resources

BlogUpdatesSkillsModelsSupportCommunityCapybara

Legal

TermsPrivacyCookieGDPRContact

© 2023 Cubo World Inc. All rights reserved.

← Back to Skills
Productivity & Tasks
✅

Gemini

Run Google Gemini AI from the command line for one-shot Q&A, text generation, and structured output.

Peter Steinbergerv1.0.0
ProductivityAI PoweredAutomationCLIDeveloper Tool
Connecting to VM...
Connecting to VM...
npx clawhub@latest install gemini
54Stars
32.3kDownloads
1.4kCurrent Installs
1.4kAll-time Installs
📦
v1.0.0Version
View Source(ClawHub)

Gemini Skill Overview

The Gemini skill brings Google's Gemini AI models to your agent via the Gemini CLI. It is designed for one-shot, non-interactive use — submit a prompt and get a response — making it easy to integrate Gemini-powered Q&A, summarization, and content generation into automated workflows.

How to Use It

Step 1: Run in your terminal or install this skill on MyClaw

npx clawhub@latest install gemini
or

Click the Install button at the top of this page for one-click setup

When to Use Gemini

Best Fit

  • You want to query Google Gemini for a quick answer, summary, or generated text without setting up a full API integration.
  • You need structured output (e.g., JSON) from a large language model as part of an automated pipeline.
  • You want to switch between Gemini model variants using a simple --model flag.
  • You are already using the Gemini CLI and want your agent to leverage the same toolchain.

When Not to Use

  • You need a multi-turn, interactive conversation — this skill is designed for one-shot prompts only.
  • You prefer OpenAI or Anthropic models; use a skill backed by those providers instead.

Key Features

One-Shot Prompt Execution

Submit a prompt as a positional argument and receive an immediate response. Designed to avoid interactive mode, making it reliable for automated agent use.

Model Selection

Choose any available Gemini model variant at runtime using the --model <name> flag, giving you flexibility over quality, speed, and cost.

Structured JSON Output

Use --output-format json to instruct Gemini to return machine-readable JSON, ideal for pipelines that need to parse or forward the result.

Extension Management

List and manage Gemini CLI extensions with built-in commands (--list-extensions, gemini extensions <command>), allowing capability expansion over time.

Use Cases

Quick Q&A and Fact Lookup

Ask Gemini a direct question and get an answer in seconds — useful for agents that need to resolve a factual query mid-workflow without human intervention.

Text Summarization

Pass a block of text as a prompt and ask Gemini to summarize it, enabling automated document or article condensation in a pipeline.

Structured Data Generation

Request JSON-formatted output from Gemini to feed downstream tools, such as generating a structured report or extracting entities from a description.

Content Generation

Generate drafts, descriptions, or creative content by supplying a prompt, letting Gemini handle the writing while your agent handles orchestration.

Connecting to VM...
npx clawhub@latest install gemini
54Stars
32.3kDownloads
1.4kCurrent Installs
1.4kAll-time Installs
📦
v1.0.0Version
View Source(ClawHub)

FAQ

Reviews

0 reviews

Log in to write a review

No reviews yet. Be the first to share your experience!