prod-licensing-daily

Aggregate 24-hour licensing telemetry from the licensing API into an HTML report.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill prod-licensing-daily
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prod-licensing-daily
Source: https://github.com/DavidsonGomes/claude_cowork_workspace/tree/main/.claude/skills/prod-licensing-daily
Command: npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill prod-licensing-daily

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the need to monitor open-source licensing activity by collecting 24-hour telemetry from the licensing API and turning it into a consumable HTML report for quick assessment and decision making.

Core Features & Use Cases

  • Automated telemetry collection: gather 24h metrics such as active instances, heartbeat coverage, geo distribution, version distribution, and message volume.
  • HTML report generation: render the collected data into an easily shareable HTML dashboard.
  • Use Case: daily governance of licensing metrics for open-source deployments, enabling alerts and trend analysis.

Quick Start

Run the licensing daily report to collect telemetry and generate the HTML dashboard.

Frequently Asked Questions about prod-licensing-daily

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a daily HTML report from licensing telemetry?

To generate a daily HTML report, this Skill aggregates 24-hour licensing telemetry from the API, computing deltas for active instances, heartbeat coverage, and geo distribution, then renders the results into an HTML dashboard.

What telemetry metrics are included in an open-source licensing dashboard?

The licensing dashboard includes active instances, heartbeat coverage, geo distribution, version distribution, and message volume, comparing these metrics with the previous day to detect usage trends.

How do I monitor daily active instances for open-source deployments?

You can monitor daily active instances by collecting 24-hour telemetry via the licensing API client, which calculates daily deltas and surfaces the data in a shareable HTML report for governance.

Can I compare current licensing usage metrics with the previous day?

Yes, the telemetry collection process explicitly compares current results with the previous day, computing deltas to detect trends in open-source deployment usage for daily alerts and analysis.

Does generating this telemetry report require any external dependencies?

No external dependencies are required; the Skill operates independently using an internal Python client to read API data, compute metrics, and render the final HTML report from a predefined template.