← All skills
Tencent SkillHub · Data Analysis

Umami

Deploy Umami analytics avoiding data loss, tracking failures, and integration issues.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Deploy Umami analytics avoiding data loss, tracking failures, and integration issues.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Critical Configuration

HASH_SALT must never change — changing it invalidates all existing data, essentially a reset SQLite is not supported — despite being Node.js, Umami requires PostgreSQL or MySQL Database contains everything — all tracking data, config, users; backup only this

Tracking Script Traps

data-website-id must match Umami config exactly — wrong ID = zero data, no error shown Script blocked by ad blockers — self-host on same domain as site to avoid blocking Single Page Apps don't auto-track navigation — must call umami.track() on route changes Script in <head> not <body> — late loading misses initial pageview

SPA Integration

React: call umami.track('pageview') in router effect or navigation handler Next.js: use @umami/next package — handles app router and pages router Vue/Nuxt: router afterEach hook with umami.track() Check window.umami exists before calling — script may load after component mounts

Custom Events

Event names appear verbatim in dashboard — use consistent naming scheme Properties only searchable via API — not visible in default dashboard umami.track('event', { key: 'value' }) for properties

Self-Hosting Considerations

Low resources needed — 256MB RAM handles most sites PostgreSQL needs more resources than Umami itself — plan accordingly Reverse proxy required for HTTPS — Umami runs HTTP on port 3000 Backup strategy = database backup — no filesystem state to worry about

Multi-Site Setup

One Umami instance handles many sites — add in Dashboard > Settings > Websites Each site needs unique tracking script — get from Websites settings Share button available per site — generates public dashboard URL

Troubleshooting

Zero pageviews — check browser Network tab, verify script loads without error Script 404 — verify CORS headers if cross-domain, or self-host on same domain Events not appearing — check browser console for umami errors Dashboard slow — check database performance, PostgreSQL query times

Common Mistakes

Using same website ID for dev and prod — pollutes analytics with test data Not testing script after deploy — CDN caching or minification can break it Expecting real-time updates — dashboard has slight delay, not instant

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc