Skip to content
Open
Show file tree
Hide file tree
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
12 changes: 12 additions & 0 deletions .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
7 changes: 7 additions & 0 deletions plugins/turbo-tax/.app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"apps": {
"turbo-tax": {
"id": "asdk_app_6934b1283fd081918a090654469aaf0e"
}
}
}
38 changes: 38 additions & 0 deletions plugins/turbo-tax/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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": []
}
}
Binary file added plugins/turbo-tax/assets/app-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.