copilot-usageDisplay GitHub Copilot premium request usage, quota, billing stats, and per-model multipliers for the authenticated user. Use when the user asks about their...
Install via ClawdBot CLI:
clawdbot install hitman86r/copilot-usageGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://docs.github.com/en/rest/billing/usageAudited Apr 17, 2026 · audit v1.0
Generated May 11, 2026
A developer uses the script at the start of each month to check their premium request quota against their plan (Free, Pro, Pro+). The dashboard shows remaining requests, overage count, and cost, enabling proactive budget planning.
An engineering manager filters usage by model (e.g., Claude, GPT-4) to understand which AI models are consuming the most premium requests. The report shows multipliers and actual prompts, helping optimize model selection.
A DevOps engineer sets up a cron job running copilot-alert.sh with an 80% threshold. When usage exceeds 80% of the quota, the script triggers a notification, preventing unexpected overage charges.
A data analyst runs the script with --month and --year flags to compare usage across multiple months. The raw JSON output is fed into a dashboard tool to visualize trends in Copilot adoption and costs.
An organization admin uses the script to verify billing for Enterprise-managed Copilot users. They configure the plan once and run monthly checks to ensure no unauthorized usage exceeds the quota.
The script helps users track their free tier quota (50 requests/month) and alerts them when they exceed it, prompting upgrade to a paid plan or paying for overage. This model generates revenue from conversion to paid plans or overage fees.
By showing remaining quota and multiplier effects, users can choose the right plan (Pro at 300, Pro+ at 1500 requests/month). The script integrates with the billing API to upsell underused plans.
For Enterprise plans, the script can be extended to track per-seat usage against an organization's total quota. This supports bulk licensing models where the organization pays per active user, maximizing seat utilization.
💬 Integration Tip
Integrate this script into a CI/CD pipeline or cron job to automatically monitor usage and send alerts via Slack or email. For enterprise deployments, combine with a configuration management tool to set the plan centrally across users.
Scored May 11, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.