endor-auth-login-count

Aggregate AuthenticationLog login activity into a CSV report keyed by identity.

4|Updated Oct 18, 2025
One-click install
npx skills add https://github.com/endorlabs/endorlabs-sdk --skill endor-auth-login-count
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: endor-auth-login-count
Source: https://github.com/endorlabs/endorlabs-sdk/tree/main/agent-knowledge/skills/endor-auth-login-count
Command: npx skills add https://github.com/endorlabs/endorlabs-sdk --skill endor-auth-login-count

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires endorlabs, and includes scripts (resource) components.

What problem does it solve?

This Skill helps you audit authentication activity by aggregating tenant login events into a concise report, so you can quickly see who logged in, how often, and when.

Core Features & Use Cases

  • Identity-based aggregation: Groups AuthenticationLog entries by claims-derived identity for readable login reporting.
  • CSV report generation: Produces a standardized CSV with identity, user identifiers, last login, and login counts for a configurable lookback window.
  • Tenant login audits: Useful for reviewing access patterns, monitoring usage trends, and exporting results for compliance or security analysis.

Quick Start

Ask the agent to generate a tenant login count report for the last 90 days and save the CSV output.

Frequently Asked Questions about endor-auth-login-count

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

FAQPage Schema
How do I export tenant login activity to a CSV report?▼

Tenant login audits summarize authentication activity by grouping AuthenticationLog rows by claims-derived identity, producing a concise overview of who logged in, how often, and when for compliance and security reporting.

How do I generate a CSV report of user login counts for a specific time period?▼

Generating a login count CSV requires filtering AuthenticationLog rows over a configurable lookback window, grouping by user identity, and exporting identity, user identifiers, last login timestamps, and total event counts to CSV.

Does the endor-auth-login-count Skill require the endorlabs dependency to run?▼

Yes, this Skill requires the endorlabs dependency to execute its scripts, enabling the aggregation of tenant authentication logs and the generation of the standardized CSV output file.

What is the best way to analyze authentication usage trends over a lookback window?▼

Analyzing authentication usage trends is best accomplished by filtering AuthenticationLog data over a configurable lookback window, grouping logins by identity, and summarizing event counts and last-login timestamps into a CSV file.