By zweite
Download a DingTalk / alidocs document or an entire folder from its link, preserving structure. Online docs export to .docx/.xlsx via Playwright when installed.
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.
npx claudepluginhub zweite/claude-plugins --plugin alidocsRun 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.
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.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Build and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).