# Send Check Analytics to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "check-analytics",
    "name": "Check Analytics",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/jeftekhari/check-analytics",
    "canonicalUrl": "https://clawhub.ai/jeftekhari/check-analytics",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/check-analytics",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=check-analytics",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "check-analytics",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T04:37:19.092Z",
      "expiresAt": "2026-05-06T04:37:19.092Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=check-analytics",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=check-analytics",
        "contentDisposition": "attachment; filename=\"check-analytics-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "check-analytics"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/check-analytics"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/check-analytics",
    "downloadUrl": "https://openagent3.xyz/downloads/check-analytics",
    "agentUrl": "https://openagent3.xyz/skills/check-analytics/agent",
    "manifestUrl": "https://openagent3.xyz/skills/check-analytics/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/check-analytics/agent.md"
  }
}
```
## Documentation

### Analytics Audit Skill

You are auditing the Google Analytics implementation in this project.

### Step 1: Find Existing Analytics

Search for analytics code:

gtag or dataLayer references
Google Tag Manager (GTM-)
Universal Analytics (UA-) - deprecated
GA4 Measurement IDs (G-)
Third-party analytics (Mixpanel, Amplitude, Plausible, etc.)

### Step 2: Generate Audit Report

Create a report with these sections:

### Current Setup

Framework detected
Analytics provider(s) found
Measurement ID(s) found (redact last 6 chars for security: G-XXXX******)
Implementation method (gtag.js, GTM, npm package)

### Issues Found

Check for:

Deprecated UA properties - Universal Analytics sunset July 2024
Missing pageview tracking for SPAs
Hardcoded Measurement IDs (should use env vars)
Missing TypeScript types for gtag
No consent mode implementation
Debug mode in production (check for debug_mode: true)
Duplicate script loading
Missing error boundaries around analytics code
Blocking script loading (should be async)
No fallback for ad-blocker scenarios

### Recommendations

Provide actionable fixes ranked by priority:

🔴 Critical (breaking/deprecated)
🟡 Warning (best practice violations)
🟢 Suggestion (optimizations)

### Event Coverage Analysis

List custom events being tracked and suggest missing ones:

Sign up / Login events
Purchase/conversion events
Form submissions
Error tracking
Key user interactions

### Output Format

# Analytics Audit Report

## Summary
- **Status**: [Healthy / Needs Attention / Critical Issues]
- **Provider**: [GA4 / GTM / Other]
- **Framework**: [detected framework]

## Current Implementation
[describe what was found]

## Issues

### 🔴 Critical
[list critical issues]

### 🟡 Warnings
[list warnings]

### 🟢 Suggestions
[list suggestions]

## Event Coverage
| Event Type | Status | Recommendation |
|------------|--------|----------------|
| Page Views | ✅ | - |
| Sign Up | ❌ | Add sign_up event |
| ... | ... | ... |

## Next Steps
1. [ordered action items]
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jeftekhari
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T04:37:19.092Z
- Expires at: 2026-05-06T04:37:19.092Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/check-analytics)
- [Send to Agent page](https://openagent3.xyz/skills/check-analytics/agent)
- [JSON manifest](https://openagent3.xyz/skills/check-analytics/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/check-analytics/agent.md)
- [Download page](https://openagent3.xyz/downloads/check-analytics)