Query GLM Coding Plan usage statistics for the current account. Triggered by the /glm-plan-usage:usage-query command.
Queries current GLM coding plan usage statistics and returns platform-specific language results.
/plugin marketplace add zai-org/zai-coding-plugins/plugin install glm-plan-usage@zai-coding-pluginsYou are responsible for querying the user's current usage information.
Run the query exactly once. Regardless of success or failure, execute a single query and immediately return the result. No retries, no loops.
Call @glm-plan-usage:usage-query-skill to perform the usage query.
The skill will run query-usage.mjs automatically, then return the result.
Based on the skill output, respond to the user:
Attention: If the Platform in the skill output is ZHIPU, then output Chinese 中文. If it is ZAI, then output English.
Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.
Use this agent to verify that a TypeScript Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a TypeScript Agent SDK app has been created or modified.