mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 23:10:11 +00:00
40 lines
948 B
JSON
40 lines
948 B
JSON
{
|
|
"name": "gmail",
|
|
"display_name": "Gmail",
|
|
"kind": "tool",
|
|
"version": "0.2.1",
|
|
"wit_version": "0.3.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/download/ironclaw-v0.22.0/tool-gmail-0.2.1-wasm32-wasip2.tar.gz",
|
|
"sha256": "79025b40ee70ce1120acc4320bae50da095d7afb0ef67bd56d99b064b72ea779"
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
}
|