← Back to Skills Marketplace
msincenselee

TDengine Database

by msincenselee · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
46
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install taos
Description
Query TDengine time-series database for futures market data using predefined schemas and tags like symbol and exchange.
README (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;
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install taos
  3. After installation, invoke the skill by name or use /taos
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
TDengine表结构和查询模板
Metadata
Slug taos
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is TDengine Database?

Query TDengine time-series database for futures market data using predefined schemas and tags like symbol and exchange. It is an AI Agent Skill for Claude Code / OpenClaw, with 46 downloads so far.

How do I install TDengine Database?

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

Is TDengine Database free?

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

Which platforms does TDengine Database support?

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

Who created TDengine Database?

It is built and maintained by msincenselee (@msincenselee); the current version is v0.1.0.

💬 Comments