A powerful CLI tool for executing one-shot AI prompts, video content analysis, and automated file-based generation using Google Gemini models.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gemini-file
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install gemini-file using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Gemini skill for Openclaw Skills provides a robust interface for interacting with Google's state-of-the-art LLMs directly from your terminal. It is engineered for efficiency, focusing on one-shot execution rather than interactive loops, making it ideal for automation scripts and complex data processing tasks. Whether you are performing quick Q&A or generating structured JSON data, this skill streamlines the integration of advanced AI into your development environment.
By leveraging specific runners like the file-based execution script, users can handle large-scale token outputs that exceed standard terminal buffers. This capability is particularly useful for generating long-form content like reports or novels, ensuring that high-quality AI outputs are captured and organized systematically within your local workspace.
To get started with this skill, ensure you have the Gemini CLI installed. On macOS, you can use Homebrew to install the necessary binaries:
brew install gemini-cli
If authentication is required, run the command interactively once to complete the Google AI login flow:
gemini
To use the advanced file-based runner for large-scale generations, execute the Python script included with the skill:
python3 gemini_file_runner.py --prompt "Your prompt here" --output-file my_report.txt
This skill maintains a structured output system to ensure data integrity during automated workflows within Openclaw Skills. All file-based generations are stored in a dedicated hierarchy.
| Location | Type | Description |
|---|---|---|
| /outputs/ | Directory | Stores generated text and JSON files from the file runner script. |
| file_path | String | The absolute path to the generated output file, returned in the JSON payload. |
| content | String | The actual generated text (returned when the --include-content flag is used). |
| --output-format | Parameter | Controls the structure of the AI response (supports text or json). |
Loading
An AI-driven dating assistant that manages matches and conversations on Flirting Bots, handing off only when a genuine spark is detected.

A specialized automation tool for sending daily One Calendar (OWSPACE) inspiration images to Feishu users.

A sophisticated AI agent for predictive pharmacology, providing comprehensive ADME/PK profiling and drug-likeness assessment from chemical SMILES strings.

An advanced literature mining agent for drug discovery that integrates PubMed and Semantic Scholar to deliver structured biomedical insights.

A streamlined tool for uploading local files to Alibaba Cloud OSS and generating secure, time-limited access URLs.

A specialized development framework for scaffolding, documenting, and validating modular AI agent capabilities.








































