mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-26 15:40:18 +00:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"bundles": {
|
|
"google": {
|
|
"display_name": "Google Suite",
|
|
"description": "Gmail, Calendar, Drive, Docs, Sheets, Slides",
|
|
"extensions": [
|
|
"tools/gmail",
|
|
"tools/google-calendar",
|
|
"tools/google-docs",
|
|
"tools/google-drive",
|
|
"tools/google-sheets",
|
|
"tools/google-slides"
|
|
],
|
|
"shared_auth": "google_oauth_token"
|
|
},
|
|
"messaging": {
|
|
"display_name": "Messaging Channels",
|
|
"description": "Discord, Telegram, Slack, WhatsApp, and WeChat channels",
|
|
"extensions": [
|
|
"channels/discord",
|
|
"channels/telegram",
|
|
"channels/slack",
|
|
"channels/whatsapp",
|
|
"channels/feishu",
|
|
"channels/wechat"
|
|
],
|
|
"shared_auth": null
|
|
},
|
|
"default": {
|
|
"display_name": "Recommended Set",
|
|
"description": "Core tools and channels for a productive setup",
|
|
"extensions": [
|
|
"tools/github",
|
|
"tools/gmail",
|
|
"tools/google-calendar",
|
|
"tools/google-drive",
|
|
"tools/slack-tool",
|
|
"channels/telegram",
|
|
"channels/slack"
|
|
],
|
|
"shared_auth": null
|
|
}
|
|
}
|
|
}
|