← Back to Skills Marketplace
johnnyhou327

TDengine Setup

by johnnyhou327 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
262
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tdengine-setup
Description
自动化安装和配置 TDengine 3.3.6.0。包含从官网下载、安装、启动服务以及基础数据库验证的完整流程。
Usage Guidance
This skill appears to be a straightforward set of instructions for installing TDengine from the vendor site, but there are inconsistencies you should note before running anything: 1) The skill lists 'taos' as a required binary even though the installer will create that binary — you don't need to already have TDengine installed to use an installer. 2) The Quick Start suggests running a local script path ('./scripts/install.sh') but the skill bundle has no scripts; avoid running any local shell script you don't inspect. Practical steps: verify the download URL and checksums on the official TDengine site before downloading; manually inspect the extracted install.sh before executing it; run the installer in a disposable VM or container if possible; ensure you have appropriate backups and service-account privileges; and prefer installing from your distribution's package manager or vendor-supplied signed releases when available. If the author provided an actual install script, request that they remove the 'taos' prereq and clarify the exact script path to reduce confusion.
Capability Analysis
Type: OpenClaw Skill Name: tdengine-setup Version: 1.0.0 The skill bundle provides instructions and metadata for automating the installation of TDengine 3.3.6.0. It utilizes official download links from taosdata.com and standard system utilities (wget, tar, systemctl) to deploy the database service. No evidence of malicious intent, data exfiltration, or prompt injection was found in the provided files (SKILL.md and _meta.json).
Capability Assessment
Purpose & Capability
The skill's goal is to install TDengine, but the declared required binaries include 'taos' (the client binary that would normally be installed by this process). Requiring 'taos' to already exist is inconsistent with an installer skill. Requested binaries 'systemctl', 'wget', and 'tar' are reasonable for this task.
Instruction Scope
SKILL.md gives ordinary installer steps (download official tarball, extract, run install.sh, enable service, verify). However the Quick Start suggests running 'sh ./scripts/install.sh' which is ambiguous because the skill bundle contains no scripts; this could cause a user to run an arbitrary local script without clarification. Otherwise instructions do not reference unrelated files, extra env vars, or odd external endpoints.
Install Mechanism
This is an instruction-only skill (no install spec / no files written by the skill itself). The download URL in the instructions points to taosdata.com (the vendor's domain) rather than an untrusted host, which is appropriate. No archive extraction/install is performed by the platform itself.
Credentials
No environment variables or credentials are requested (good). However declaring 'taos' as a required binary is disproportionate for an installer: the installer should not require the product's client binary to already be present. This mismatch could cause confusion or indicate sloppy authoring.
Persistence & Privilege
The skill does not request persistent privileges (always:false) and only instructs enabling and starting a systemd service for TDengine, which is expected for database installation. It does not attempt to modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tdengine-setup
  3. After installation, invoke the skill by name or use /tdengine-setup
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial version: TDengine 3.3.6.0 installation and configuration guide
Metadata
Slug tdengine-setup
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is TDengine Setup?

自动化安装和配置 TDengine 3.3.6.0。包含从官网下载、安装、启动服务以及基础数据库验证的完整流程。 It is an AI Agent Skill for Claude Code / OpenClaw, with 262 downloads so far.

How do I install TDengine Setup?

Run "/install tdengine-setup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is TDengine Setup free?

Yes, TDengine Setup is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does TDengine Setup support?

TDengine Setup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created TDengine Setup?

It is built and maintained by johnnyhou327 (@johnnyhou327); the current version is v1.0.0.

💬 Comments