BeClaude

glm-plan-usage

New
99Community RegistryDevelopmentby Z.ai

Query quota and usage statistics for GLM Coding Plan service.

First seen 5/22/2026

Summary

This skill allows you to query your GLM Coding Plan quota and usage statistics directly within Claude Code.

  • It helps you monitor remaining API calls, track usage patterns, and avoid unexpected service interruptions by providing real-time insights into your plan consumption.

Overview

中文文档

A collection of plugins to enhance coding productivity and provide GLM Coding Plan relate service for Claude Code.

Available Plugins

PluginDescription
glm-plan-usageQuery quota and usage statistics for GLM Coding Plan
glm-plan-bugSubmit 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
  1. 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
  1. 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

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install glm-plan-usage@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Check remaining quota before starting a large batch of API calls to ensure you have enough capacity.
Monitor daily or monthly usage trends to optimize your API consumption and avoid overage charges.
Verify that your current plan's quota aligns with your project's expected workload.
Quickly diagnose why an API call failed by confirming whether you've exhausted your quota.
Generate a usage report to share with your team or for budgeting purposes.
Set up periodic checks to alert you when usage approaches a predefined threshold.

Usage Examples

1

/glm-plan-usage

2

Show my current GLM plan quota and usage.

3

How many API calls have I used this month?

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is glm-plan-usage?

This skill allows you to query your GLM Coding Plan quota and usage statistics directly within Claude Code. It helps you monitor remaining API calls, track usage patterns, and avoid unexpected service interruptions by providing real-time insights into your plan consumption.

How to install glm-plan-usage?

To install glm-plan-usage: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install glm-plan-usage@<marketplace>. Finally, /plugin in Claude Code.

What is glm-plan-usage best for?

glm-plan-usage is a plugin categorized under Development. Created by Z.ai.

What can I use glm-plan-usage for?

glm-plan-usage is useful for: Check remaining quota before starting a large batch of API calls to ensure you have enough capacity.; Monitor daily or monthly usage trends to optimize your API consumption and avoid overage charges.; Verify that your current plan's quota aligns with your project's expected workload.; Quickly diagnose why an API call failed by confirming whether you've exhausted your quota.; Generate a usage report to share with your team or for budgeting purposes.; Set up periodic checks to alert you when usage approaches a predefined threshold..