Openclaw Tal Ai
PassAudited by ClawScan on May 13, 2026.
Overview
This appears to be a legitimate TAL AI provider plugin, but it will run OpenClaw plugin code and use your TAL API keys to send model requests to TAL endpoints.
Before installing, verify that you trust this package source and are allowed to use TAL internal/VPN model services. Configure only authorized TAL keys, keep them secret, and remember that prompts and supported image inputs will be sent to ai-service.tal.com when these providers are selected.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Installing the plugin means OpenClaw will execute this provider-registration code.
OpenClaw will load the plugin's JavaScript extension. This is normal for a provider plugin, and the visible entry point only registers the three declared providers.
"openclaw": { "extensions": ["./index.js"], "providers": ["mlops-claude", "tal-mlops", "claw"] }Install only if you trust the package source; the visible code is purpose-aligned and the static scan is clean.
Anyone with these keys may be able to use the associated TAL model-service account or quota.
The plugin asks for TAL model-service credentials and uses them to configure provider access.
"envVars": ["TAL_AI_API_KEY"] ... "envVars": ["CLAW_API_KEY"] ... "cliOption": "--tal-ai-api-key <key>" ... "cliOption": "--claw-api-key <key>"
Use only authorized, least-privileged TAL keys; keep them secret and rotate them if exposed.
Prompts, files/images included in model requests, and conversation context may be sent to TAL's AI service when these providers are used.
Model traffic is routed to TAL service endpoints, and the catalog advertises text/image-capable models.
"baseUrl": "https://ai-service.tal.com" ... "baseUrl": "https://ai-service.tal.com/openai-compatible/v1" ... "baseUrl": "https://ai-service.tal.com/claw/v1"
Use this only for data permitted by your TAL/internal data policy, and confirm provider retention/privacy terms if handling sensitive content.
