ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

tencentcloud-tione-skill

腾讯云 TI-ONE 训推平台查询工具集,支持训练任务、在线服务、开发机、资源组、模型仓库、数据集、日志、事件等模块的查询操作。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/alger-z/tencentcloud-tione-skill
Or

What This Skill Does

The tencentcloud-tione-skill is a specialized command-line integration for OpenClaw designed to streamline the observability and management of the Tencent Cloud TI-ONE AI platform. It provides a structured interface for querying the status, logs, and configuration details of various resources including training tasks, online inference services, Notebook development instances, resource groups, model versions, and datasets. By acting as a wrapper around the official tccli and a set of predefined bash scripts, it allows users to monitor their machine learning lifecycle without leaving the OpenClaw interface.

Installation

To install this skill, use the following command in your terminal: clawhub install openclaw/skills/skills/alger-z/tencentcloud-tione-skill

Ensure that you have tccli and jq installed on your host machine. Before running, configure your environment variables with TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY to grant the skill read-only access to your TI-ONE resources.

Use Cases

This skill is ideal for MLOps engineers and data scientists working on Tencent Cloud. Use it to:

  • Quickly check the status of long-running training jobs.
  • Troubleshoot deployment issues by fetching service events and logs.
  • List active Notebook instances to manage compute costs.
  • Audit model versions currently available in the model warehouse.
  • Retrieve configuration details of resource groups to identify capacity bottlenecks.

Example Prompts

  1. "Check the status of my recent training task in ap-shanghai and tell me if any pods failed."
  2. "List all active notebook instances and provide their current status."
  3. "Can you fetch the latest logs for the inference service with ID svc-12345?"

Tips & Limitations

This skill is strictly limited to read-only operations via pre-defined scripts. It does not possess the capability to create, update, or delete cloud resources. If you require modifications to your infrastructure, please use the provided generate-console-url.sh script or visit the Tencent Cloud Console directly. Always specify a region to avoid ambiguity; if no region is provided, the skill will default to ap-shanghai. Security is paramount: the skill will never output or expose your secret keys.

Metadata

Author@alger-z
Stars4473
Views4
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-alger-z-tencentcloud-tione-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#tencent-cloud#tione#devops#automation
Safety Score: 4/5

Flags: external-api, code-execution, file-read