agent-platform-rag-engine-management

Manage and query Agent Platform RAG Engine Corpora using the Google GenAI SDK.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/ssmleo/govfolio --skill agent-platform-rag-engine-management-ssmleo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-platform-rag-engine-management
Source: https://github.com/ssmleo/govfolio/tree/main/.agents/skills/agent-platform-rag-engine-management
Command: npx skills add https://github.com/ssmleo/govfolio --skill agent-platform-rag-engine-management-ssmleo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-cloud-aiplatform, google-genai, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of managing and querying Agent Platform RAG Engine Corpora, simplifying the retrieval of grounded contexts and generation of content based on RAG corpora.

Core Features & Use Cases

  • Corpus Management: List, inspect, and manage RAG Engine Corpora.
  • Context Retrieval: Retrieve grounded contexts from a RAG corpus based on a query.
  • Content Generation: Generate content grounded in a RAG corpus using Agent Platform Python SDK.
  • Use Case: For instance, when you need to generate a response grounded in a specific RAG corpus or retrieve information about the contents of a corpus.

Quick Start

Use the agent-platform-rag-engine-management skill to list all corpora in the specified project and region.

Frequently Asked Questions about agent-platform-rag-engine-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query RAG corpora using the Google GenAI SDK?

To manage RAG corpora using the Google GenAI SDK, this Skill handles listing, inspecting, and generating content from your corpora, simplifying the retrieval of grounded contexts and content generation.

What do I need to set up to manage Agent Platform RAG Engine Corpora?

Managing RAG Engine Corpora requires authenticating with Google Cloud and setting up a Python virtual environment with the Agent Platform SDKs, including the google-cloud-aiplatform and google-genai dependencies.

Can I generate grounded content directly from a RAG corpus?

Yes, you can generate content grounded in a specific RAG corpus by utilizing the Agent Platform Python SDK through this Skill, allowing responses to be accurately based on your retrieved corpus information.

What is the best way to retrieve grounded contexts from a RAG corpus?

The best way to retrieve grounded contexts from a RAG corpus is by querying the RAG Engine Corpora with the Google GenAI SDK, which fetches relevant information based on your specific search query.

Does this Skill support listing and inspecting all available RAG corpora?

Yes, this Skill supports listing all available RAG Engine Corpora in your specified project and region, and allows you to inspect their contents and metadata using the Google GenAI SDK.