mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
40 lines
1005 B
JSON
40 lines
1005 B
JSON
{
|
|
"name": "google-drive",
|
|
"display_name": "Google Drive",
|
|
"kind": "tool",
|
|
"version": "0.2.1",
|
|
"wit_version": "0.3.0",
|
|
"description": "Upload, download, search, and manage Google Drive files and folders",
|
|
"keywords": [
|
|
"storage",
|
|
"google",
|
|
"files",
|
|
"drive"
|
|
],
|
|
"source": {
|
|
"dir": "tools-src/google-drive",
|
|
"capabilities": "google-drive-tool.capabilities.json",
|
|
"crate_name": "google-drive-tool"
|
|
},
|
|
"artifacts": {
|
|
"wasm32-wasip2": {
|
|
"url": "https://github.com/nearai/ironclaw/releases/download/ironclaw-v0.22.0/tool-google-drive-0.2.1-wasm32-wasip2.tar.gz",
|
|
"sha256": "6e9a700fab93865c852af718666af64c5b534ad6a419fb4b736e07740188f494"
|
|
}
|
|
},
|
|
"auth_summary": {
|
|
"method": "oauth",
|
|
"provider": "Google",
|
|
"secrets": [
|
|
"google_oauth_token"
|
|
],
|
|
"shared_auth": "google_oauth_token",
|
|
"setup_url": "https://console.cloud.google.com/apis/credentials"
|
|
},
|
|
"tags": [
|
|
"default",
|
|
"google",
|
|
"storage"
|
|
]
|
|
}
|