Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Removes Google Analytics from a project by finding and deleting all tracking code, scripts, utility files, environment variables, and related npm packages. Requires explicit user confirmation before making changes.
Handles the full removal in one pass rather than manually hunting for gtag references scattered across scripts, components, and config files.
When to use it
- Removing analytics before open-sourcing a private project
- Stripping tracking from a client handoff
- Cleaning up after switching from Google Analytics to another provider
- Auditing a codebase for leftover GA snippets
- Preparing a GDPR-compliant build without tracking
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Remove Google Analytics from my project
- 1Ask user to confirm the destructive action
- 2Search codebase for gtag, dataLayer, GoogleAnalytics references, googletagmanager.com scripts, GA_ env vars, and analytics packages
- 3Show each finding to the user before removing
- 4Delete or modify affected files and clean up orphaned imports
- 5Uninstall analytics packages and remove env vars from .env.example
Summary listing deleted files, modified files, removed packages, removed environment variables, and any manual steps remaining