Agent skill · Backend & API

google-ai

Google Gemini API for Pro/Flash/Ultra models with 1M token context.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill google-ai --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Requires: []
Path: skills/ai-llm/google-ai/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# google-ai ## Purpose This skill enables interaction with Google's Gemini API, allowing access to Pro, Flash, and Ultra models for tasks like text generation, chat, and embedding with up to 1M token context. It's designed for integrating advanced AI capabilities into applications via RESTful endpoints. ## When to Use Use this skill when you need large-context AI processing, such as summarizing long documents, generating code from detailed specs, or handling multi-turn conversations. Apply it in scenarios requiring Google-specific models, like when OpenAI alternatives are insufficient or when integrating with Google Cloud ecosystems. ## Key Capabilities - Access Gemini Pro for general tasks, Flash for faster inference, and Ultra for complex reasoning. - Handle contexts up to 1M tokens, ideal for processing books or codebases. - Support multimodal inputs (text, images) via specific endpoints. - Embeddings generation for semantic search, using models like text-embedding-004. - Rate limiting and quotas managed per API key, with up to 1,000 requests per minute. ## Usage Patterns Always initialize with authentication via the `$GOOGLE_API_KEY` environment variable. For OpenClaw, invoke t

What's inside
Steps it walks through
  1. Purpose
  2. When to Use
  3. Key Capabilities
  4. Usage Patterns
  5. Common Commands/API
  6. Integration Notes
  7. Error Handling
  8. Concrete Usage Examples
  9. Graph Relationships
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the google-ai skill do?

Google Gemini API for Pro/Flash/Ultra models with 1M token context.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill google-ai --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going