diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index a390b37f..ce58c76e 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -329,6 +329,18 @@ "authentication": "ON_INSTALL" }, "category": "Research" + }, + { + "name": "turbo-tax", + "source": { + "source": "local", + "path": "./plugins/turbo-tax" + }, + "policy": { + "installation": "AVAILABLE", + "authentication": "ON_INSTALL" + }, + "category": "Productivity" } ] } diff --git a/plugins/turbo-tax/.app.json b/plugins/turbo-tax/.app.json new file mode 100644 index 00000000..7b05d7ed --- /dev/null +++ b/plugins/turbo-tax/.app.json @@ -0,0 +1,7 @@ +{ + "apps": { + "turbo-tax": { + "id": "asdk_app_6934b1283fd081918a090654469aaf0e" + } + } +} diff --git a/plugins/turbo-tax/.codex-plugin/plugin.json b/plugins/turbo-tax/.codex-plugin/plugin.json new file mode 100644 index 00000000..7427c39a --- /dev/null +++ b/plugins/turbo-tax/.codex-plugin/plugin.json @@ -0,0 +1,38 @@ +{ + "name": "turbo-tax", + "version": "1.0.0", + "description": "Use TurboTax in Codex through the connected app.", + "author": { + "name": "Intuit", + "url": "https://turbotax.intuit.com/" + }, + "homepage": "https://turbotax.intuit.com/", + "repository": "https://github.com/openai/plugins", + "license": "MIT", + "keywords": [ + "turbo-tax", + "turbotax", + "taxes", + "finance" + ], + "apps": "./.app.json", + "interface": { + "displayName": "TurboTax", + "shortDescription": "Use TurboTax through the connected app", + "longDescription": "Use TurboTax in Codex through the connected app for tax-related workflows and account tasks.", + "developerName": "Intuit", + "category": "Productivity", + "capabilities": [ + "Interactive", + "Write" + ], + "websiteURL": "https://turbotax.intuit.com/", + "defaultPrompt": [ + "Use TurboTax to help with this task" + ], + "brandColor": "#D24735", + "composerIcon": "./assets/app-icon.png", + "logo": "./assets/app-icon.png", + "screenshots": [] + } +} diff --git a/plugins/turbo-tax/assets/app-icon.png b/plugins/turbo-tax/assets/app-icon.png new file mode 100644 index 00000000..a080461d Binary files /dev/null and b/plugins/turbo-tax/assets/app-icon.png differ