Tencent Cloud API Ops Assistant
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md to install @tencent-adm/tcapi into your AI assistant.
About this skill
Problem Solved
tccli turns Tencent Cloud API calls from manual SDK setup and scattered docs into a consistent CLI workflow. The skill targets common blockers: missing CLI environment, inconsistent region flags, invalid complex JSON parameters, missing credentials or accidental credential printing, and parallel calls causing config-file contention.
How It Works
- Unified entry point: prefer
tcclifor Tencent Cloud API calls; follow reference docs if the environment needs setup. - Call constraints: most products require
--region, such asap-guangzhou; global services likecam,account, anddnspodcan omit it. Non-simple parameters must use standard JSON, for example--Placement '{"Zone":"ap-guangzhou-2"}'. - Credential handling: proceed when credentials are valid; if
secretId is invalidappears, complete browser authorization withtccli auth login, then wait for the OAuth callback before continuing. - Interface discovery: use
curlplusgrepto search service names, best practices,Actionnames, parameter docs, and data structures; if no best practice matches, locate the specific API in the service interface list. - Security boundary: do not ask users for
SecretIdorSecretKey, and do not run commands that may print credentials, keeping keys out of logs and chat output.
Scope And Notes
This skill suits IT operations, security checks, resource inspection, creation APIs, and cross-service API lookup. Avoid parallel calls for now, because tccli can experience configuration-file contention under concurrency and return failed responses. Multi-user credential and authorization behavior should be confirmed step by step from the referenced docs.
Use Cases
- Debug CVM/CBS resources with tccli region-based API calls.
- Build standard JSON params like Placement before creation.
- Recover from invalid secretId via browser OAuth login.
- Find service actions with curl grep and docs lookup.
Best For
- Cloud ops engineers inspecting Tencent resources need region-stable CVM/CBS calls.
- Backend engineers creating resources need standard JSON parameter formatting.
- Platform engineers hitting invalid secretId need OAuth before continuing.
- Security-minded IT engineers need credential use without printing secrets.
Related Skills
An engineer-focused HTTP request smuggling handbook covering CL.TE, TE.CL, TE.TE obfuscation, HTTP/2 downgrade, and client-side desync detection.
Analyzes network captures from Wireshark, tcpdump, Fiddler, and Charles, then pinpoints TCP, HTTP, DNS, and TLS issues with filter expressions and remediation steps.
Lightweight Python Linux HIDS exposing SSH brute-force, web attack, and webshell alerts via MCP with ban controls.
Detects AI-generated images from Stable Diffusion, Midjourney, and GPT-4o via Tencent Cloud image moderation and returns risk scores.