The official plugins marketplace for ZCode, featuring plugins maintained by ZCode and contributions from the community.
Use this repository to browse available plugins, install the marketplace in compatible clients, or propose a new plugin through a GitHub pull request.
| Plugin | Category | Description |
|---|---|---|
| cloudbase-skills | developer-tools |
CloudBase development skills and MCP integration for Web, Mini Program, database, cloud functions, CloudRun, storage, and AI projects. |
| mimosa | developer-tools |
Local-first security guardrails with pre-write hooks, review and Git gates, security commands, and optional sealed deep scans. |
| github | developer-tools |
GitHub CLI workflows for commits, pull requests, issues, releases, Actions, repositories, and Codespaces. |
| video2code | productivity |
Replicate a webpage from a screen recording or URL: record with the built-in WebView, observe frames, scaffold a React app, and verify against the source. |
| example-plugin | template |
Template demonstrating the recommended plugin structure. Copy it to start a new plugin. |
Ten finance plugins covering the sell side, the buy side, corporate banking, and the
corporate finance function. Each pairs one routing agent with domain skills and, except
accounting-and-reporting, remote market-data MCP servers that authenticate through the
ZCode host — no data-vendor account to configure. All of them require a paid plan except
accounting-and-reporting, which works off your own ledger.
| Plugin | Focus | What it does |
|---|---|---|
| write-research | Equity research | Earnings work, sector and thematic reports, comps, DCF / LBO / three-statement models, morning notes, integrated reports. |
| read-macro | Macro & strategy | Macro state dashboard, index valuation percentiles, cross-asset views, policy and industrial-plan tracking. |
| assess-credit | Fixed income & credit | Bond profiles with valuation and risk metrics, issuer credit assessment, curve and spread analysis, credit watchlists. |
| pick-funds | Fund research | Multi-criteria fund screening, fund and manager profiles, holdings and style analysis, shortlist monitoring. |
| watch-positions | Position monitoring | Persistent watchlists, after-close recaps with move attribution, event alerts, intraday view. |
| model-deals | Deal modeling | Accretion/dilution, sources and uses with pro-forma capital structure, precedent transactions, capital-raise dilution. |
| vet-companies | Company due diligence | Structured DD reports, related-party and supply-chain mapping, risk-record screens. |
| find-clients | Corporate client acquisition | Prospect screening, park and cluster maps, business-opportunity signals, client portraits. |
| run-fpa | Corporate FP&A | Management reporting, rolling cash and P&L forecasts, budget variance attribution, scenarios, peer benchmarking. |
| accounting-and-reporting | Accounting & reporting | Month-end close review, ledger reconciliation to root cause, account mapping, statutory statements, three-statement tie-out. |
The category field in marketplace.json keeps discovery consistent:
| Category | Use it for | Current plugins |
|---|---|---|
developer-tools |
Development, code quality, Git, CI, and engineering workflows | cloudbase-skills, mimosa, github |
productivity |
Planning, knowledge work, and personal workflow automation | video2code |
utilities |
General-purpose helpers that do not fit another category | — |
finance |
Finance-domain workflows: markets, accounting, risk, and fintech integrations | write-research, read-macro, assess-credit, pick-funds, watch-positions, model-deals, vet-companies, find-clients, run-fpa, accounting-and-reporting |
guides |
Documentation, learning, and reference-only plugins | — |
template |
Starter plugins and examples intended to be copied | example-plugin |
other |
A plugin that does not fit the categories above | — |
ZCode includes the official marketplace. Open the plugin manager, choose a plugin, and install it directly.
Have a question about a plugin, or building one of your own? Join the ZCode plugin developers on Discord — that is where we answer questions, share work in progress, and announce marketplace releases.
Developers in mainland China can join our Feishu group instead — see the 中文文档.
Community contributions are welcome:
- Copy
plugins/example-plugin/toplugins/<your-plugin-name>/and follow the development tutorial. - Register the plugin in
marketplace.json, including its category. - Provide equivalent English and Chinese documentation.
- Run the local checks:
python3 scripts/validate.py
python3 scripts/build_dist.py- Open a GitHub pull request and complete the contribution checklist.
Maintainers review submissions for quality, security, compatibility, and licensing. Accepted changes are published through the official release process, and the pull request receives a status update when publication is complete.
See the contributing guide for the complete requirements.
Apache License 2.0