---
title: "Analytics"
description: "Track agent skill downloads by source with privacy-preserving analytics on localskills.sh. Daily trends, 7-day and 30-day breakdowns."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.localskills.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Analytics

Every skill has built-in download analytics, visible on the skill's
**Analytics** tab in the dashboard.

**Metrics**: Total downloads plus 7- and 30-day counts, with a daily breakdown
chart showing trends over time.

**Sources**: Downloads are tracked by source (CLI, web, or API).

**Privacy**: IP addresses are anonymized with HMAC-SHA256 hashing; originals
are never stored.

**Installs**: The skill's **Installs** tab shows which team members have the
skill installed and at which version, with a per-version breakdown. MCP servers
get the same view on the MCP Servers page. Install state is reported by the CLI
on `install`, `pull`, and `uninstall`, only for signed-in members of the
skill's own team; anonymous and cross-team installs are never recorded.

Source: https://docs.localskills.sh/analytics/index.mdx
