mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
39 lines
970 B
JSON
39 lines
970 B
JSON
{
|
|
"name": "google-sheets",
|
|
"display_name": "Google Sheets",
|
|
"kind": "tool",
|
|
"version": "0.2.1",
|
|
"wit_version": "0.3.0",
|
|
"description": "Read and write Google Sheets spreadsheet data",
|
|
"keywords": [
|
|
"spreadsheets",
|
|
"google",
|
|
"data",
|
|
"sheets"
|
|
],
|
|
"source": {
|
|
"dir": "tools-src/google-sheets",
|
|
"capabilities": "google-sheets-tool.capabilities.json",
|
|
"crate_name": "google-sheets-tool"
|
|
},
|
|
"artifacts": {
|
|
"wasm32-wasip2": {
|
|
"url": "https://github.com/nearai/ironclaw/releases/download/v0.18.0/google-sheets-0.2.0-wasm32-wasip2.tar.gz",
|
|
"sha256": "8aa2c9d52f033edea3a6c2311b0ec694ccb6d0a54ef07e94d72bf8be1ce8009a"
|
|
}
|
|
},
|
|
"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": [
|
|
"google",
|
|
"productivity"
|
|
]
|
|
}
|