tencent-docs

Installation
SKILL.md

Tencent Docs (腾讯文档)

Drive the Tencent Docs Open API with curl + jq. Everything runs in the user's own Tencent Docs account — only files they can access, only the scopes they granted at connect time.

Auth — three headers (NOT a single Bearer)

The tencentdocs BYOC connector injects three env vars; every call sends all three headers:

  • TENCENTDOCS_ACCESS_TOKENAccess-Token header (OAuth2 access token). Secret.
  • TENCENTDOCS_CLIENT_IDClient-Id header (the developer app's Client ID).
  • TENCENTDOCS_OPEN_IDOpen-Id header (the user id returned with the token).

All endpoints live under https://docs.qq.com/openapi. Define a reusable header set once per session:

Installs
91
GitHub Stars
13
First Seen
Jul 3, 2026
tencent-docs — acedatacloud/skills