From glm-plan-usage
Runs bundled Node.js script to retrieve GLM Coding Plan account usage information. Invoked exclusively by usage-query-agent for usage queries.
npx claudepluginhub zai-org/zai-coding-plugins --plugin glm-plan-usageThis skill is limited to using the following tools:
Execute the usage query script and return the result.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Execute the usage query script and return the result.
Run the script exactly once — regardless of success or failure, execute it once and return the outcome.
Use Node.js to execute the bundled script, pay attention to the path changes in the Windows:
node scripts/query-usage.mjs
If your working directory is elsewhere,
cdinto the plugin root first or use an absolute path:node /absolute/path/to/glm-plan-usage/skills/usage-query-skill/scripts/query-usage.mjs
After execution, return the result to the caller: