zweite-tools
01Plugin Claude Code
Self-hosted Claude Code plugins for data tooling.
Plugin Claude Code
Self-hosted Claude Code plugins for data tooling.
Plugin Claude Code
Move files between local disk and DingTalk / alidocs. Fetch a doc, folder, or whole knowledge base from its link (online docs export to .docx/.xlsx via Playwright when installed); push or sync a local directory tree back up via OSS-direct upload (oss2).
Plugin Claude Code
Query and inspect MongoDB (uses pymongo). JSON-spec queries (find/aggregate/count/distinct/runCommand + writes), a built-in mongo-aware risk classifier that asks for confirmation on writes/admin ops, and a per-collection schema/sample cache.
Plugin Claude Code
Run SQL against MySQL (pure-Python, no driver) over the MySQL wire protocol. Supports mysqlnativepassword and cachingsha2password (with TLS for first-time auth). Classifies risk and asks for confirmation before high-risk operations; caches table schema + samples.
Plugin Claude Code
Run SQL against StarRocks over the MySQL protocol (pure-Python, no driver). Classifies risk and asks for confirmation before high-risk operations; caches table schema + samples.
Plugin Claude Code
Run SQL / Spark / PySpark / shell paragraphs on Apache Zeppelin with built-in risk control. Classifies risk and asks for confirmation before high-risk operations.