Implement privacy-centric analytics platforms with production-ready API patterns and regulatory compliance.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install analytics
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install analytics using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Analytics skill for Openclaw Skills provides developers with a robust framework for integrating privacy-first tracking solutions like Umami, Plausible, and PostHog. It addresses critical implementation hurdles such as platform-specific timestamp requirements and API authentication patterns. By leveraging this skill, developers can ensure their tracking infrastructure is both technically sound and respectful of user privacy, avoiding common pitfalls like production data pollution or incorrect site identification.
To integrate this skill within your Openclaw Skills workflow, configure your project environment variables. Never hardcode these values in your source code:
# Umami Configuration
UMAMI_WEBSITE_ID="your-website-uuid"
UMAMI_API_KEY="your-api-secret"
# Plausible Configuration
PLAUSIBLE_SITE_ID="your-domain-as-per-dashboard"
PLAUSIBLE_API_TOKEN="your-bearer-token"
# PostHog Configuration
POSTHOG_PROJECT_API_KEY="your-ph-project-key"
The skill manages metadata and API payloads according to the following schema requirements:
| Parameter | Requirement | Provider Context |
|---|---|---|
| Timestamp | Milliseconds | Required for Umami API interactions |
| Site Identifier | site_id |
Required for Plausible v2 (not domain) |
| Properties | JSON Serializable | Essential for PostHog custom events |
| Rate Limits | 600-1000/interval | Managed via exponential backoff logic |
/batch endpoint to reduce overheadLoading
A professional data analysis framework designed to extract actionable insights through SQL, data validation, and strategic visualization.

A comprehensive system self-diagnosis tool for auditing workspace health, security configurations, and operational efficiency.

A comprehensive AI-driven knowledge base for navigating Amsterdam as a visitor, tech professional, or resident.

A comprehensive AI agent skill for navigating the Amazon ecosystem as a buyer, seller, or affiliate partner.

A rigorous analytical framework that transforms raw input into prioritized, actionable insights and decisions.

An intelligent assistant designed to master the Android Studio IDE through advanced debugging, profiling, and refactoring automation.








































