← 返回 Skills 市场
johnnyhou327

TDengine Setup

作者 johnnyhou327 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
262
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tdengine-setup
功能描述
自动化安装和配置 TDengine 3.3.6.0。包含从官网下载、安装、启动服务以及基础数据库验证的完整流程。
安全使用建议
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.
功能分析
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).
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tdengine-setup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tdengine-setup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial version: TDengine 3.3.6.0 installation and configuration guide
元数据
Slug tdengine-setup
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

TDengine Setup 是什么?

自动化安装和配置 TDengine 3.3.6.0。包含从官网下载、安装、启动服务以及基础数据库验证的完整流程。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 262 次。

如何安装 TDengine Setup?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tdengine-setup」即可一键安装,无需额外配置。

TDengine Setup 是免费的吗?

是的,TDengine Setup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

TDengine Setup 支持哪些平台?

TDengine Setup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 TDengine Setup?

由 johnnyhou327(@johnnyhou327)开发并维护,当前版本 v1.0.0。

💬 留言讨论