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 @@ -1501,6 +1501,18 @@
"authentication": "ON_INSTALL"
},
"category": "Productivity"
},
{
"name": "dropbox",
"source": {
"source": "local",
"path": "./plugins/dropbox"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
}
]
}
7 changes: 7 additions & 0 deletions plugins/dropbox/.app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"apps": {
"dropbox": {
"id": "asdk_app_69b31dc2110c8191b8b47dc98fe5a052"
}
}
}
43 changes: 43 additions & 0 deletions plugins/dropbox/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name": "dropbox",
"version": "0.1.0",
"description": "Work with Dropbox using the configured Dropbox app connector.",
"author": {
"name": "OpenAI",
"email": "support@openai.com",
"url": "https://openai.com/"
},
"homepage": "https://www.dropbox.com/",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [
"dropbox",
"files",
"documents",
"storage"
],
"apps": "./.app.json",
"interface": {
"displayName": "Dropbox",
"shortDescription": "Work with Dropbox files",
"longDescription": "Use Dropbox to find files, summarize stored content, and write files back through the connected Dropbox app.",
"developerName": "OpenAI",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://www.dropbox.com/",
"privacyPolicyURL": "https://www.dropbox.com/privacy",
"termsOfServiceURL": "https://www.dropbox.com/terms",
"defaultPrompt": [
"Find my document and summarize it",
"Generate a shareable link for this PDF",
"Save this chat as a file in my Dropbox"
],
"brandColor": "#0061FF",
"composerIcon": "./assets/app-icon.png",
"logo": "./assets/app-icon.png",
"screenshots": []
}
}
Binary file added plugins/dropbox/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.
7 changes: 7 additions & 0 deletions plugins/dropbox/assets/dropbox.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.