By zweite
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.
A self-hosted Claude Code plugin marketplace.
/plugin marketplace add zweite/claude-plugins
/plugin install <plugin>@zweite-tools
| Plugin | Description |
|---|---|
zeppelin | Run SQL / Spark / PySpark / shell on Apache Zeppelin with built-in risk control. |
starrocks | Run SQL on StarRocks over the MySQL protocol (pure-Python, no driver) with built-in risk control. |
mysql | Run SQL on MySQL over the MySQL protocol (pure-Python; native + caching_sha2 auth) with built-in risk control. |
alidocs | Download a DingTalk / alidocs doc or whole folder from its link. |
The data-query plugins (zeppelin, starrocks, mysql) share the same shape — risk classification before execution, a schema/sample metadata cache, and credentials with named profiles for multiple environments.
Config lives under one directory: ~/.taku/<tool>.json (override with
TAKU_DIR). Legacy per-tool paths (~/.<tool>/config.json) are still read as a
fallback, so existing setups keep working.
.
├── .claude-plugin/marketplace.json # marketplace manifest
└── plugins/
├── zeppelin/
│ ├── .claude-plugin/plugin.json
│ ├── skills/zeppelin/SKILL.md
│ ├── scripts/ # zeppelin.py + risk.py
│ └── README.md
├── starrocks/
│ ├── .claude-plugin/plugin.json
│ ├── skills/starrocks/SKILL.md
│ ├── scripts/ # starrocks.py + risk.py
│ └── README.md
├── mysql/
│ ├── .claude-plugin/plugin.json
│ ├── skills/mysql/SKILL.md
│ ├── scripts/ # mysql.py + risk.py + test_mysql.py
│ └── README.md
└── alidocs/
├── .claude-plugin/plugin.json
├── skills/alidocs/SKILL.md
├── scripts/ # alidocs.py + dl_alidocs.py
└── README.md
claude plugin validate .
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Run SQL / Spark / PySpark / shell paragraphs on Apache Zeppelin with built-in risk control. Classifies risk and asks for confirmation before high-risk operations.
Download a DingTalk / alidocs document or an entire folder from its link, preserving structure. Online docs export to .docx/.xlsx via Playwright when installed.
Run SQL against MySQL (pure-Python, no driver) over the MySQL wire protocol. Supports mysql_native_password and caching_sha2_password (with TLS for first-time auth). Classifies risk and asks for confirmation before high-risk operations; caches table schema + samples.
npx claudepluginhub zweite/claude-plugins --plugin starrocksComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.