Skip to content

Commit 0d660f9

Browse files
feat: add codex plugin config (#105)
Co-authored-by: Averi Kitsch <akitsch@google.com>
1 parent 0d47ec6 commit 0d660f9

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.codex-plugin/plugin.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "knowledge-catalog",
3+
"version": "0.4.0",
4+
"description": "Connect to Knowledge Catalog to discover, manage, monitor, and govern data and AI artifacts across your data platform",
5+
"author": {
6+
"name": "Google LLC",
7+
"email": "data-cloud-ai-integrations@google.com"
8+
},
9+
"homepage": "https://cloud.google.com/dataplex",
10+
"repository": "https://github.com/gemini-cli-extensions/knowledge-catalog",
11+
"license": "Apache-2.0",
12+
"keywords": [
13+
"dataplex",
14+
"knowledge-catalog",
15+
"google-cloud",
16+
"data-governance"
17+
],
18+
"skills": "./skills/",
19+
"interface": {
20+
"displayName": "Knowledge Catalog",
21+
"shortDescription": "Interact with Knowledge Catalog to discover and manage data assets.",
22+
"developerName": "Google LLC",
23+
"category": "Data Governance",
24+
"capabilities": [
25+
"Read",
26+
"Write"
27+
],
28+
"defaultPrompt": [
29+
"Your primary objective is to help discover, organize and manage metadata related to data assets."
30+
]
31+
}
32+
}

0 commit comments

Comments
 (0)