Gemini 2.5 Pro for Openclaw

A high-performance AI model skill providing a 1 million token context window for processing massive codebases via the SkillBoss API.

xiaoyinqu
v1.0.0
Mar 7, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install gemini-2-5-pro

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install gemini-2-5-pro using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Gemini 2.5 Pro?

This skill provides direct access to Google's Gemini 2.5 Pro, featuring an industry-leading 1 million token context window. By integrating this model through Openclaw Skills, developers can process entire software repositories, extensive technical documentation, or long-form books in a single prompt.

The skill is powered by SkillBoss, which removes the friction of managing multiple vendor accounts. It offers a unified API gateway with pay-as-you-go pricing, ensuring that teams only pay for what they use while gaining instant access to state-of-the-art multimodal AI capabilities.

Gemini 2.5 Pro Use Cases

  • Analyzing and refactoring large-scale software repositories where full-project context is required.
  • Summarizing and extracting insights from massive PDF documents or multi-volume technical manuals.
  • Building sophisticated coding assistants that can understand complex dependencies across hundreds of files.
  • Developing research tools that need to cross-reference data points within millions of tokens of text.

How Gemini 2.5 Pro Works

  1. The user obtains a SkillBoss API key to act as a unified authentication method for the model.
  2. The SKILLBOSS_API_KEY is configured within the environment to enable secure communication.
  3. Requests are sent to the SkillBoss endpoint specifying the gemini-2-5-pro model and the input data.
  4. The model processes the input using its massive context window, allowing for deep analysis of large datasets.
  5. Usage is tracked and billed via a single unified dashboard, simplifying financial management for Openclaw Skills users.

Gemini 2.5 Pro Setup

To get started with this skill, follow these installation and configuration steps:

  1. Visit the SkillBoss console at https://skillboss.co/console to generate your API key.
  2. Set the environment variable in your terminal or deployment configuration:
export SKILLBOSS_API_KEY="your_actual_api_key_here"
  1. You can verify the setup by running a simple curl command:
curl https://api.heybossai.com/v1/run \
  -H "Authorization: Bearer $SKILLBOSS_API_KEY" \
  -d '{"model": "gemini-2-5-pro", "input": {"prompt": "Explain the architecture of this project."}}'

Gemini 2.5 Pro Data Schema & Taxonomy

The skill interacts with the SkillBoss gateway using a structured JSON schema. Below is the organization of the request and metadata taxonomy:

Field Type Description
model string Identifies the model as gemini-2-5-pro.
input object The primary container for prompts and multimodal data.
context integer Supports a maximum of 1,000,000 tokens per request.
credits float Real-time tracking of pay-as-you-go usage.

Gemini 2.5 Pro Advanced Features

  • Multimodal processing capabilities for simultaneous analysis of text, images, and video files.
  • Unified billing for 100+ AI services through a single Openclaw Skills implementation.
  • High-context window support optimized for complex logic and large-scale data ingestion.
  • Instant scaling with no subscription commitments, supported by $2 in free initial credits.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*