← 返回 Skills 市场
msincenselee

TDengine Database

作者 msincenselee · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
46
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install taos
功能描述
Query TDengine time-series database for futures market data using predefined schemas and tags like symbol and exchange.
使用说明 (SKILL.md)

TDengine Database Skill

Connection

# CLI
taos -h localhost -u root -p taosdata

# Python
pip install taospy

Schema

  • 超级表: bar88_day (主力日线), bar_min/bar_min5/.../bar_day (K线模板), tick (Tick模板)
  • 具体表: {symbol}_{period} (如 rb05_min, m09_tick)
  • TAG字段: symbol, exchange

Common Queries

-- 主力合约日线
SELECT * FROM bar88_day WHERE symbol='IF' ORDER BY ts DESC LIMIT 100;

-- 具体合约K线
SELECT * FROM bar_min WHERE symbol='rb05' AND exchange='SHFE' ORDER BY ts DESC LIMIT 100;

-- 最新tick
SELECT * FROM tick WHERE symbol='IF' AND exchange='CFFEX' ORDER BY ts DESC LIMIT 1;
安全使用建议
Install only in a ClawHub maintainer environment where you are comfortable granting repo, GitHub, Convex, and ClawHub API access. Review the moderation and autoreview skills before use, especially commands that pass --yes, publish PR proof artifacts, or run nested Codex with full-access mode.
能力评估
Purpose & Capability
The artifacts describe ClawHub and Convex development, review, UI proof, migration, auth, and staff moderation workflows; the sensitive moderation and PR actions match the stated maintainer purposes.
Instruction Scope
Some skills authorize high-impact actions such as banning users, changing roles, publishing proof comments, and running review helpers, but they require explicit targets, reasons, confirmation or dry runs, and verification.
Install Mechanism
The workspace exposes text skills under .agents/skills plus one disclosed autoreview helper script; no hidden install hooks, obfuscated payloads, or automatic startup behavior were found.
Credentials
The skills expect access to a ClawHub checkout, GitHub CLI, Convex tooling, local test/build commands, and authenticated ClawHub moderation APIs, which is proportionate for repo maintainer workflows but powerful.
Persistence & Privilege
No unbounded persistence or privilege escalation is shown. The autoreview helper can run nested Codex review with full-access sandbox bypass by default, but this is disclosed and has --no-yolo/AUTOREVIEW_YOLO=0 controls.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install taos
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /taos 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
TDengine表结构和查询模板
元数据
Slug taos
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

TDengine Database 是什么?

Query TDengine time-series database for futures market data using predefined schemas and tags like symbol and exchange. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 46 次。

如何安装 TDengine Database?

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

TDengine Database 是免费的吗?

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

TDengine Database 支持哪些平台?

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

谁开发了 TDengine Database?

由 msincenselee(@msincenselee)开发并维护,当前版本 v0.1.0。

💬 留言讨论