Install
$ agentstack add skill-jeftekhari-google-analytics-remove-analytics ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Remove Analytics Skill
You are removing Google Analytics from this project. This is a destructive action - confirm with the user before proceeding.
Step 1: Confirm Intent
Ask the user to confirm they want to remove analytics:
> "This will remove all Google Analytics tracking from your project. This action will: > - Remove gtag scripts and components > - Remove analytics utility files > - Remove related environment variables from .env.example > - Remove npm packages if any > > Type 'yes' to confirm."
Step 2: Find All Analytics Code
Search for:
- Files containing
gtag,dataLayer,GoogleAnalytics - Import statements for analytics utilities
- Script tags with
googletagmanager.com - Environment variables:
GA_,GTAG_,MEASUREMENT_ID - Package.json dependencies:
@types/gtag.js,react-ga4,vue-gtag, etc.
Step 3: Remove Code
For each finding:
- Show the file and code to be removed
- Remove the code or file
- Clean up any orphaned imports
Step 4: Clean Up
- Remove analytics-related packages:
npm uninstall @types/gtag.js(or equivalent) - Remove environment variables from
.env.example - Update any documentation that references analytics
Step 5: Summary
Provide a summary of:
- Files deleted
- Files modified
- Packages removed
- Environment variables removed
- Any manual steps needed (like removing actual env values)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: jeftekhari
- Source: jeftekhari/google-analytics
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.