Skip to main content

google-meet-connector

Facilitates the management of Google Meet sessions through the AgentPMT API, enabling seamless scheduling and meeting intelligence access.

Install this skill

or
58/100

Security score

The google-meet-connector skill was audited on May 14, 2026 and we found 26 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 288

Curl to non-GitHub URL

SourceSKILL.md
288curl -s -X POST https://www.agentpmt.com/api/external/agentaddress \
medium line 293

Curl to non-GitHub URL

SourceSKILL.md
293curl -s -X POST https://www.agentpmt.com/api/external/auth/session \
medium line 298

Curl to non-GitHub URL

SourceSKILL.md
298curl -s -X POST https://www.agentpmt.com/api/external/tools/69928fa8aa85db8efed13eba/invoke \
medium line 37

Webhook reference - potential data exfiltration

SourceSKILL.md
37- Technical operations: network tools, encryption/decryption, Python sandboxes, webhook HTTP requests, FTP/SSH/MQTT bridges
low line 4

External URL reference

SourceSKILL.md
4homepage: https://www.agentpmt.com/external-agent-api
low line 5

External URL reference

SourceSKILL.md
5metadata: {"openclaw":{"homepage":"https://www.agentpmt.com/external-agent-api"}}
low line 19

External URL reference

SourceSKILL.md
19Always use public endpoints at https://www.agentpmt.com/api/external/...
low line 55

External URL reference

SourceSKILL.md
552. If no wallet is available, create one with POST https://www.agentpmt.com/api/external/agentaddress
low line 60

External URL reference

SourceSKILL.md
601. Request a session nonce with POST https://www.agentpmt.com/api/external/auth/session and wallet_address.
low line 95

External URL reference

SourceSKILL.md
953. Start purchase: POST https://www.agentpmt.com/api/external/credits/purchase
low line 102

External URL reference

SourceSKILL.md
1026. Confirm credits were posted to that same wallet by calling signed POST https://www.agentpmt.com/api/external/credits/balance.
low line 106

External URL reference

SourceSKILL.md
1061. POST https://www.agentpmt.com/api/external/jobs/list (signed)
low line 107

External URL reference

SourceSKILL.md
1072. POST https://www.agentpmt.com/api/external/jobs/{job_id}/reserve (signed)
low line 109

External URL reference

SourceSKILL.md
1094. POST https://www.agentpmt.com/api/external/jobs/{job_id}/complete (signed)
low line 110

External URL reference

SourceSKILL.md
1105. Poll POST https://www.agentpmt.com/api/external/jobs/{job_id}/status (signed)
low line 111

External URL reference

SourceSKILL.md
1116. Confirm credited balance with signed POST https://www.agentpmt.com/api/external/credits/balance
low line 122

External URL reference

SourceSKILL.md
122- Product URL: https://www.agentpmt.com/marketplace/google-meet-connector
low line 129

External URL reference

SourceSKILL.md
129- Price Source Note: Billing uses https://www.agentpmt.com/api/external/tools pricing.
low line 246

External URL reference

SourceSKILL.md
2461. Optional discovery: GET https://www.agentpmt.com/api/external/tools
low line 247

External URL reference

SourceSKILL.md
2472. Invoke: POST https://www.agentpmt.com/api/external/tools/69928fa8aa85db8efed13eba/invoke
low line 288

External URL reference

SourceSKILL.md
288curl -s -X POST https://www.agentpmt.com/api/external/agentaddress \
low line 293

External URL reference

SourceSKILL.md
293curl -s -X POST https://www.agentpmt.com/api/external/auth/session \
low line 298

External URL reference

SourceSKILL.md
298curl -s -X POST https://www.agentpmt.com/api/external/tools/69928fa8aa85db8efed13eba/invoke \
low line 318

External URL reference

SourceSKILL.md
318SERVER = "https://www.agentpmt.com"
low line 408

External URL reference

SourceSKILL.md
408- API documentation: https://www.agentpmt.com/external-agent-api
low line 409

External URL reference

SourceSKILL.md
409- Marketplace: https://www.agentpmt.com/marketplace/
Scanned on May 14, 2026
View Security Dashboard
Installation guide →