Code Pluginsource linked

Openclaw Tal Aiv2026.5.29-3

TAL internal AI service provider plugin for OpenClaw

@jeanbai0818-cloud/openclaw-tal-ai·runtime tal-ai·by @jeanbai0818-cloud
Community code plugin. Review compatibility and verification before install.
openclaw plugins install clawhub:@jeanbai0818-cloud/openclaw-tal-ai
Latest release: v2026.5.29-3Download zip

Capabilities

configSchema
Yes
Executes code
Yes
HTTP routes
0
Providers
mlops-claude, tal-mlops, claw
Runtime ID
tal-ai

Compatibility

Built With Open Claw Version
2026.5.4
Min Gateway Version
2026.3.24-beta.2
Plugin Api Range
>=2026.3.24-beta.2
Plugin Sdk Version
2026.5.4
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The declared purpose is to add TAL AI model providers, and the code registers only mlops-claude, tal-mlops, and claw providers with static model catalogs and TAL base URLs.
Instruction Scope
Runtime instructions are limited to provider registration, API-key auth setup, catalog discovery, and one disclosed request header for the claw proxy; no prompt overrides, agent role changes, or unrelated commands were found.
Install Mechanism
It is a community legacy-zip package with source metadata but no provenance attestation; package scripts are build/test/typecheck only, with no install or postinstall script.
Credentials
Network use and API-key handling are proportionate for an AI provider plugin and are disclosed through env vars, CLI flags, setup guidance, and endpoint URLs.
Persistence & Privilege
No background worker, startup hook, local file indexing, credential-store scraping, destructive action, or privilege escalation behavior was found; activation is not on startup.
Scan Findings in Context
[SkillSpector] expected: SkillSpector reported no issues; artifact review did not reveal hidden or purpose-mismatched behavior.
[VirusTotal] expected: VirusTotal telemetry was clean, and this is consistent with the inspected provider-only implementation.
[Static artifact review] expected: The executable code uses OpenClaw provider SDK APIs to register providers and resolve configured API keys, with no shell execution, local file access, eval, or exfiltration paths observed.
Assessment
Install only if you trust this community publisher and intend to send prompts, images, and API credentials to TAL's ai-service.tal.com endpoints. Review the TAL account or VPN requirements and use scoped keys where possible.

Verification

Tier
source linked
Scope
artifact only
Summary
Validated package structure and linked the release to source metadata.
Commit
1ff87490acb2
Tag
1ff87490acb2feae8d7cd03bf5f87ebe951bbdab
Provenance
No
Scan status
clean

Tags

latest
2026.5.29-3

TAL AI — OpenClaw 提供商插件

接入好未来(TAL)模型广场的 OpenClaw 插件,提供三个提供商通道,覆盖 Anthropic Claude、国产大模型及统一代理。

安装

openclaw plugins install clawhub:@jeanbai0818-cloud/openclaw-tal-ai

安装后重启网关:

openclaw gateway restart

提供商与模型

mlops-claude — TAL MLOps(Anthropic 专属通道)

直连模型广场 Anthropic 接口,原生 Claude API。

模型说明
claude-haiku-4.5Claude Haiku 4.5,支持推理模式
claude-sonnet-4.5Claude Sonnet 4.5,支持推理模式
claude-opus-4.5Claude Opus 4.5,支持推理模式
claude-sonnet-4.6Claude Sonnet 4.6
claude-opus-4.6Claude Opus 4.6,支持推理模式
glm-4.7GLM-4.7,支持推理模式
glm-5GLM-5,支持推理模式
glm-5-turboGLM-5-Turbo,支持推理模式

凭证:模型广场 APPID:APPKEY 格式


tal-mlops — TAL MLOps(OpenAI 兼容通道)

OpenAI 兼容接口,接入国产及主流模型。

模型说明
MiniMax-M2.7MiniMax M2.7
glm-5.1GLM-5.1,支持推理模式
gpt-5.2-codexGPT-5.2 Codex,支持推理模式
gpt-5.3-codexGPT-5.3 Codex,支持推理模式
gpt-5.4GPT-5.4,支持推理模式
kimi-k2.5Kimi K2.5,支持推理模式
gemini-3-flashGemini 3 Flash,支持推理模式
doubao-seed-2.0-lite豆包 Seed 2.0 Lite,支持推理模式
doubao-seed-2.0-pro豆包 Seed 2.0 Pro,支持推理模式
qwen3.5-plusQwen 3.5 Plus,支持推理模式

凭证:模型广场 APPID:APPKEY 格式(与 mlops-claude 共用同一个 key)


claw — TAL Claw(统一代理)

好未来 Claw 统一代理,零计费,覆盖主流模型。

模型说明
claude-haiku-4.5Claude Haiku 4.5
claude-sonnet-4.5Claude Sonnet 4.5
claude-opus-4.5Claude Opus 4.5
claude-sonnet-4.6Claude Sonnet 4.6
claude-opus-4.6Claude Opus 4.6
glm-4.7GLM-4.7
glm-5GLM-5
glm-5-turboGLM-5-Turbo
gpt-5.2-codexGPT-5.2 Codex
gpt-5.3-codexGPT-5.3 Codex
gpt-5.4GPT-5.4
kimi-k2.5Kimi K2.5
gemini-3-flashGemini 3 Flash
doubao-seed-2.0-pro豆包 Seed 2.0 Pro
doubao-seed-2.0-lite豆包 Seed 2.0 Lite
qwen3.5-plusQwen 3.5 Plus

凭证:模型广场 tokenplan sk-xxxx 格式


配置

安装后运行向导完成凭证配置:

openclaw config

选择 TAL AI 分组,按提示填入对应凭证:

  • TAL MLOps Claude / TAL MLOps:模型广场 APPID:APPKEY
  • TAL Claw:模型广场 tokenplan sk-xxxx

也可通过 CLI 一键配置:

openclaw onboard --tal-ai-api-key APPID:APPKEY --claw-api-key sk-xxxx

要求

  • OpenClaw ≥ 2026.3.24-beta.2
  • 好未来内网或 VPN 访问权限