·gemini-embeddings
</>

gemini-embeddings

akrindev/google-studio-skills

Generate text embeddings using Gemini Embedding API via scripts/. Use for creating vector representations of text, semantic search, similarity matching, clustering, and RAG applications. Triggers on "embeddings", "semantic search", "vector search", "text similarity", "RAG", "retrieval".

4Installs·0Trend·@akrindev

Installation

$npx skills add https://github.com/akrindev/google-studio-skills --skill gemini-embeddings

SKILL.md

Generate high-quality text embeddings for semantic search, similarity analysis, clustering, and RAG (Retrieval Augmented Generation) applications through executable scripts.

scripts/embed.py Purpose: Generate embeddings and calculate similarity

| texts | Text(s) to embed (required) | "Your text here" | | --model, -m | Embedding model | gemini-embedding-001 | | --task, -t | Task type | SEMANTICSIMILARITY | | --dim, -d | Output dimensionality | 768, 1536, 3072 | | --similarity, -s | Calculate pairwise similarity | Flag | | --json, -j | Output as JSON | Flag |

Generate text embeddings using Gemini Embedding API via scripts/. Use for creating vector representations of text, semantic search, similarity matching, clustering, and RAG applications. Triggers on "embeddings", "semantic search", "vector search", "text similarity", "RAG", "retrieval". Source: akrindev/google-studio-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/akrindev/google-studio-skills --skill gemini-embeddings
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is gemini-embeddings?

Generate text embeddings using Gemini Embedding API via scripts/. Use for creating vector representations of text, semantic search, similarity matching, clustering, and RAG applications. Triggers on "embeddings", "semantic search", "vector search", "text similarity", "RAG", "retrieval". Source: akrindev/google-studio-skills.

How do I install gemini-embeddings?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/akrindev/google-studio-skills --skill gemini-embeddings Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/akrindev/google-studio-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01