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_TOKEN→Access-Tokenheader (OAuth2 access token). Secret.TENCENTDOCS_CLIENT_ID→Client-Idheader (the developer app's Client ID).TENCENTDOCS_OPEN_ID→Open-Idheader (the user id returned with the token).
All endpoints live under https://docs.qq.com/openapi. Define a reusable header
set once per session: