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).
Skill Claude CodeCodex
Download a DingTalk / alidocs document — or a whole folder, or an entire knowledge base — from a shared link, to local disk. Also upload local files / sync a local directory tree up into an alidocs folder. Use this skill whenever the user gives an alidocs.dingtalk.com link and wants to fetch docs locally, or asks to…
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.
Skill Claude CodeCodex
Query and inspect MongoDB collections with built-in risk control. Use this skill whenever the user wants to find, aggregate, count, or otherwise inspect MongoDB data — it handles connection (URI, supports Atlas SRV), classifies risk before execution (asking to confirm writes / admin ops), preserves BSON types in…
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.
Skill Claude CodeCodex
Run SQL against a MySQL server with built-in risk control. Use this skill whenever the user wants to query, transform, or inspect data in MySQL — it handles connection (both mysqlnativepassword and cachingsha2password), risk classification before execution (asking to confirm high-risk operations), and a schema/sample…
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.
Skill Claude CodeCodex
Run SQL against a StarRocks cluster (MySQL protocol) with built-in risk control. Use this skill whenever the user wants to query, transform, or inspect data in StarRocks — it handles connection, risk classification before execution (asking to confirm high-risk operations), and a schema/sample cache.
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.
Skill Claude CodeCodex
Run SQL / Spark / PySpark / shell paragraphs on an Apache Zeppelin instance with built-in risk control. Use this skill whenever the user wants to query, transform, or inspect data via Zeppelin — the skill handles login, notebook lifecycle, polling for results, AND classifies risk before execution, asking the user to…