Analytics Engine

v1.0.0

Event tracking, funnel analysis, cohort retention, multi-touch attribution, revenue metrics, and real-time analytics — built for AI agents.

0· 8·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description describe an analytics service and the SKILL.md provides a matching set of analytics endpoints (events, funnels, cohorts, revenue, realtime). No unrelated permissions, binaries, or credentials are requested.
Instruction Scope
SKILL.md contains only API documentation and payment/auth guidance (x402 USDC on Base). It does not instruct the agent to read local files, environment variables, or other system state unrelated to calling the analytics API.
Install Mechanism
No install spec or code files are present (instruction-only). Nothing will be written to disk by the skill bundle itself.
Credentials
The skill declares no required environment variables or credentials. It does, however, require payment via an external mechanism (x402 USDC on Base) and sends telemetry to an external gateway (https://gateway.mcfagentic.com). Confirm how payments are handled by your agent/platform and whether any API keys or signing are expected at runtime.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It is user-invocable and allows normal autonomous invocation (platform default).
Assessment
This skill documents a third-party analytics API and will send tracked events and analytics queries to gateway.mcfagentic.com and charge micro-payments on Base. Before installing: 1) Confirm how your agent will provide payment (the SKILL.md mentions x402 payments but no credentials are declared). 2) Consider privacy: any events you send may include user data—verify retention, encryption, and compliance with your policies. 3) Review costs—many small requests (events, realtime) can accumulate charges. 4) Verify the gateway's trustworthiness (no homepage or known repo is provided). If you need guaranteed data residency or auditability, prefer a vetted provider or self-hosted analytics instead.

Like a lobster shell, security has layers — review code before you run it.

latestvk976509efmvmp9qma34b6pzabd8423qp

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Analytics Engine

Plug your AI agent into a full analytics stack. Track events from any source, build conversion funnels to find where users drop off, create cohorts to measure retention, and run multi-touch attribution to understand what actually drives revenue. Pull MRR, ARR, LTV, and CAC on demand. Stream real-time analytics for live monitoring. Everything an agent needs to measure, analyze, and optimize — without integrating a third-party analytics platform.

Authentication

All endpoints require x402 payment (USDC on Base L2). Send a request without payment to receive pricing info in the 402 response.

Endpoints

MethodPathPriceDescription
GET/api/analytics/overview$0.001Analytics overview
POST/api/analytics/events$0.001Track event
GET/api/analytics/events$0.001List events
GET/api/analytics/sessions$0.001List sessions
GET/api/analytics/funnels$0.001List funnels
POST/api/analytics/funnels$0.01Create funnel
GET/api/analytics/funnels/:id/analyze$0.05Funnel drop-off analysis
GET/api/analytics/attribution$0.05Multi-touch attribution
GET/api/analytics/attribution/paths$0.05Attribution paths
GET/api/analytics/cohorts$0.001List cohorts
POST/api/analytics/cohorts$0.01Create cohort
GET/api/analytics/cohorts/:id/analyze$0.05Cohort retention
GET/api/analytics/revenue$0.01Revenue metrics (MRR, ARR, LTV, CAC)
GET/api/analytics/realtime$0.001Real-time analytics
POST/api/analytics/server-events$0.001Server-side event tracking

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…