mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
38 lines
957 B
JSON
38 lines
957 B
JSON
{
|
|
"name": "google-slides",
|
|
"display_name": "Google Slides",
|
|
"kind": "tool",
|
|
"version": "0.2.0",
|
|
"wit_version": "0.3.0",
|
|
"description": "Create and edit Google Slides presentations",
|
|
"keywords": [
|
|
"presentations",
|
|
"google",
|
|
"slides"
|
|
],
|
|
"source": {
|
|
"dir": "tools-src/google-slides",
|
|
"capabilities": "google-slides-tool.capabilities.json",
|
|
"crate_name": "google-slides-tool"
|
|
},
|
|
"artifacts": {
|
|
"wasm32-wasip2": {
|
|
"url": "https://github.com/nearai/ironclaw/releases/download/v0.18.0/google-slides-0.2.0-wasm32-wasip2.tar.gz",
|
|
"sha256": "e931a97d4fd0b0b938e464dc7c7f2be6ea6b4d1508f5ea3cd931d44db23f05f5"
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
}
|