Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "knowledge-catalog",
"version": "0.4.0",
"description": "Connect to Knowledge Catalog to discover, manage, monitor, and govern data and AI artifacts across your data platform",
"author": {
"name": "Google LLC",
"email": "data-cloud-ai-integrations@google.com"
},
"homepage": "https://cloud.google.com/dataplex",
"repository": "https://github.com/gemini-cli-extensions/knowledge-catalog",
"license": "Apache-2.0",
"keywords": [
"dataplex",
"knowledge-catalog",
"google-cloud",
"data-governance"
],
"skills": "./skills/",
"interface": {
"displayName": "Knowledge Catalog",
"shortDescription": "Interact with Knowledge Catalog to discover and manage data assets.",
"developerName": "Google LLC",
"category": "Data Governance",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"Your primary objective is to help discover, organize and manage metadata related to data assets."
]
}
}
Loading