New:Socket for Asana Is Now Available.Learn more
Get Started

openclaw-tencent-provider

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openclaw-tencent-provider

OpenClaw Tencent Cloud provider plugin (TokenHub + Token Plan)

latest
Source
npmnpm
Version
2026.7.31
Version published
Weekly downloads
2.6K
20.81%
Maintainers
2
Weekly downloads
 
Created
Source

Tencent Cloud OpenClaw provider

Official OpenClaw provider plugin for Tencent Cloud. It registers the tencent-tokenhub and tencent-tokenplan providers and their models (e.g. tencent-tokenhub/hy3, tencent-tokenplan/hy3) through the public OpenClaw plugin SDK, using plugin runtime id tencent.

Install

openclaw plugins install clawhub:@tencent/openclaw-tencent-provider

Configuration

Set the Tencent API keys before use:

export TOKENHUB_API_KEY=<your-tokenhub-key>
export TOKENPLAN_API_KEY=<your-tokenplan-key>

Or provide them during onboarding with --tokenhub-api-key <key> and --tokenplan-api-key <key>.

Providers and models

  • Provider id: tencent-tokenhub
    • Base URL: https://tokenhub.tencentmaas.com/v1
    • API: openai-completions
    • Models:
      • tencent-tokenhub/hy3 (256K context window, reasoning enabled)
      • tencent-tokenhub/hy3-preview (256K context window, reasoning enabled)
  • Provider id: tencent-tokenplan
    • Base URL: https://api.lkeap.cloud.tencent.com/plan/v3
    • API: openai-completions
    • Model: tencent-tokenplan/hy3 (256K context window, reasoning enabled)

Release

Release settings live in .env; use .env.example for the expected variable names. The release script is dry-run by default:

scripts/publish.sh --target clawhub
scripts/publish.sh --target clawhub --publish
scripts/publish.sh --target npm --publish

Run dependency installation in Docker or CI before publishing. The script does not run npm ci automatically because the build dependencies include OpenClaw.

Docs

See docs/providers/tencent.md in the OpenClaw repository, or the published docs at https://docs.openclaw.ai/providers/tencent.

FAQs

Package last updated on 31 Jul 2026

Related posts