Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By zweite
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 mysqlA 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 .
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Comprehensive 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.
The most comprehensive Claude Code plugin — 38 agents, 156 skills, 72 legacy command shims, selective install profiles, and production-ready hooks for TDD, security scanning, code review, and continuous learning
Binary reverse engineering, malware analysis, firmware security, and software protection research for authorized security research, CTF competitions, and defensive security
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Next.js development expertise with skills for App Router, Server Components, Route Handlers, Server Actions, and authentication patterns
Run SQL / Spark / PySpark / shell paragraphs on Apache Zeppelin with built-in risk control. Classifies risk and asks for confirmation before high-risk operations.
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.
Download a DingTalk / alidocs document or an entire folder from its link, preserving structure. Online docs export to .docx/.xlsx via Playwright when installed.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim