https://github.com/zai-org/zai-coding-plugins
Z.ai Coding Plugins Marketplace in Claude Code
https://github.com/zai-org/zai-coding-plugins
Last synced: 5 months ago
JSON representation
Z.ai Coding Plugins Marketplace in Claude Code
- Host: GitHub
- URL: https://github.com/zai-org/zai-coding-plugins
- Owner: zai-org
- License: apache-2.0
- Created: 2025-12-19T08:12:04.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-25T03:51:16.000Z (6 months ago)
- Last Synced: 2025-12-26T17:29:52.415Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 272 KB
- Stars: 8
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome - zai-org/zai-coding-plugins
README
# Z.ai Coding Plugins Marketplace
[中文文档](./README_CN.md)
A collection of plugins to enhance coding productivity and provide GLM Coding Plan relate service for Claude Code.
## Available Plugins
| Plugin | Description |
|----------------------|-----------------------------------------------------------------------|
| **glm-plan-usage** | Query quota and usage statistics for GLM Coding Plan |
| **glm-plan-bug** | Submit case feedback and bug reports for GLM Coding Plan |
**Attention:** **glm-plan-bug** will summarize your current conversation context to help identify issues. If you do not want to report this information, please do not actively use this plugin.
## Prerequisites
- Node.js 18 or higher
- Install Claude Code CLI
## Quick Start
> Install the marketplace within Claude Code to access the plugins.
### Method A
> Prerequisite: Git environment is set up.
1. Install the Marketplace
```shell
claude plugin marketplace add zai-org/zai-coding-plugins
```
2. Install Plugins from the Marketplace
```shell
claude plugin install glm-plan-usage@zai-coding-plugins
```
```shell
claude plugin install glm-plan-bug@zai-coding-plugins
```
### Method B
Run the `npx @z_ai/coding-helper` tool to manage and install the plugins directly.
`Start` -> `Coding Tool` -> `Claude Code` -> `Plugin Marketplace`
### Using the Plugins
1. Navigate to your project and start Claude Code:
```bash
claude
```
2. Use the installed plugins with the following commands:
```bash
/glm-plan-usage:usage-query
```
```bash
/glm-plan-bug:case-feedback Your feedback message here
```
**Attention:** **glm-plan-bug** will summarize your current conversation context to help identify issues. If you do not want to report this information, please do not actively use this plugin.
## Contributing
We welcome contributions! Please feel free to submit issues or pull requests.
## License
Apache License 2.0