mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 23:10:11 +00:00
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Henry Park <[email protected]>
39 lines
901 B
JSON
39 lines
901 B
JSON
{
|
|
"name": "gmail",
|
|
"display_name": "Gmail",
|
|
"kind": "tool",
|
|
"version": "0.1.0",
|
|
"description": "Read, send, and manage Gmail messages and threads",
|
|
"keywords": [
|
|
"email",
|
|
"google",
|
|
"mail",
|
|
"messaging"
|
|
],
|
|
"source": {
|
|
"dir": "tools-src/gmail",
|
|
"capabilities": "gmail-tool.capabilities.json",
|
|
"crate_name": "gmail-tool"
|
|
},
|
|
"artifacts": {
|
|
"wasm32-wasip2": {
|
|
"url": "https://github.com/nearai/ironclaw/releases/latest/download/gmail-wasm32-wasip2.tar.gz",
|
|
"sha256": "f0899b243cb175fcfc07f5a431abb28fac73fc6893c9932d32ce2bd17bc72763"
|
|
}
|
|
},
|
|
"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",
|
|
"messaging"
|
|
]
|
|
}
|