A high-performance AI model skill providing a 1 million token context window for processing massive codebases via the SkillBoss API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gemini-2-5-pro
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-2-5-pro using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
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.
To get started with this skill, follow these installation and configuration steps:
export SKILLBOSS_API_KEY="your_actual_api_key_here"
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."}}'
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. |
Loading
A high-speed, budget-friendly API integration for the Gemini 2.5 Flash model via SkillBoss.

A Whisper-powered transcription utility providing high-accuracy speech-to-text across 99 languages with free initial credits.

A streamlined API skill for generating professional AI images using multiple models through a single, unified interface.

Immediately access GPT-4 and GPT-5 models with $2 in free credits and a single API key via SkillBoss.

A high-performance gateway providing direct access to Google Gemini's massive 1-million token context window through an OpenAI-compatible interface.

A high-performance gateway providing direct access to Google Gemini models with 1 million token context windows without requiring a Google Cloud account.








































