From 0bc8de055f903d81de9bd310fd1be32fc152aaa1 Mon Sep 17 00:00:00 2001 From: Mark McDonald Date: Mon, 17 Aug 2026 18:29:50 +0800 Subject: [PATCH] fix: fix the .agents marketplace.json --- .agents/plugins/marketplace.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index f267850..f910785 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -1,16 +1,22 @@ { "name": "gemini-skills", + "interface": { + "displayName": "Gemini API Skills" + }, "plugins": [ { "name": "gemini-skills", "version": "1.1.0", "description": "A library of skills for the Gemini API, SDK and model interactions.", - "repository": "https://github.com/google-gemini/gemini-skills", - "installType": "local", - "path": "./", - "interface": { - "displayName": "Gemini API Skills" - } + "source": { + "source": "local", + "path": "./" + }, + "policy": { + "installation": "AVAILABLE", + "authentication": "ON_INSTALL" + }, + "category": "Developer Tools" } ] }