knowledge-catalog-discovery

Search and retrieve metadata for data assets in Google Cloud Dataplex Knowledge Catalog.

19|3|Updated May 17, 2026
One-click install
npx skills add https://github.com/cline/skills --skill knowledge-catalog-discovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-catalog-discovery
Source: https://github.com/cline/skills/tree/main/skills/knowledge-catalog-discovery
Command: npx skills add https://github.com/cline/skills --skill knowledge-catalog-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually searching large data platforms for specific assets, retrieving their metadata, and understanding associated aspect types is time-consuming and prone to error for data teams, especially at scale.

Core Features & Use Cases

  • Search Data Assets: Find tables, datasets, and views in the Knowledge Catalog using Dataplex search syntax, with optional scope and pagination to narrow results to specific projects or organizations.
  • Lookup Asset Metadata: Retrieve detailed metadata, relationship context, and aspect details for specific data assets to understand their structure, lineage, and governance tags.
  • Explore Aspect Types: Search for aspect types relevant to your query to understand the metadata schemas and labels available for your data assets.
  • Retrieve Asset Context: Get rich metadata and relationship information for up to 10 data assets at once to map connections across your data platform.
  • Use Case: A data engineer can use this skill to quickly locate all customer-related tables in a GCP project, pull their full metadata including sensitivity labels, and verify what data quality aspects are attached to each table.

Quick Start

Use the knowledge-catalog-discovery skill to find all tables related to customer transactions in your GCP project and retrieve their full metadata and aspect types.

Frequently Asked Questions about knowledge-catalog-discovery

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

FAQPage Schema
How do I search for data assets and retrieve metadata in Google Cloud Dataplex Knowledge Catalog?

You can search for tables, datasets, and views in the Knowledge Catalog using Dataplex search syntax, with optional scope and pagination to narrow results to specific projects, and retrieve detailed asset metadata programmatically.

What is the best way to lookup metadata and relationship context for multiple GCP data assets at once?

You can retrieve rich metadata, relationship information, and aspect details for up to 10 data assets simultaneously to map connections across your data platform using prebuilt Dataplex Catalog API scripts.

Can I explore aspect type schemas to understand the metadata labels available for my Dataplex data assets?

Yes, you can search for aspect types relevant to your query to understand the specific metadata schemas, governance tags, and data quality labels attached to your Knowledge Catalog assets.

Do I need to manually configure authentication to access Dataplex Catalog APIs for data asset searches?

No, prebuilt scripts handle authentication and request formatting automatically, enabling programmatic access to Dataplex Catalog APIs without manual configuration for data engineering and governance workflows.

How does Dataplex Knowledge Catalog discovery support data governance and lineage workflows?

It retrieves detailed metadata and relationship context for specific data assets, allowing data teams to understand structure, verify data quality aspects, and map lineage connections across their GCP environment.

What are the limitations when searching for data assets in Dataplex Knowledge Catalog?

While you can scope searches to specific projects or organizations and retrieve context for up to 10 assets at once, complex cross-organization queries may require multiple paginated requests to return complete results.