@intentsolutionsio/web-analytics 1.1.3 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/agents/anomaly-detector.md +28 -2
- package/agents/audience-segmentation.md +28 -2
- package/agents/content-seo.md +28 -2
- package/agents/conversion-funnel.md +28 -2
- package/agents/data-collector.md +28 -2
- package/agents/memory-agent.md +27 -2
- package/agents/reporting-narrative.md +28 -2
- package/agents/traffic-intelligence.md +28 -2
- package/agents/verification-agent.md +27 -2
- package/package.json +1 -1
|
@@ -1,10 +1,36 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: anomaly-detector
|
|
3
|
-
description:
|
|
3
|
+
description: 'Detects traffic spikes, drops, bot activity, and tracking gaps. Distinguishes real problems from data artifacts. Answers: is this a real problem or a data problem?'
|
|
4
|
+
tools:
|
|
5
|
+
- Read
|
|
6
|
+
- Write
|
|
7
|
+
- Edit
|
|
8
|
+
- Bash
|
|
9
|
+
- Glob
|
|
10
|
+
- Grep
|
|
11
|
+
- WebFetch
|
|
12
|
+
- WebSearch
|
|
13
|
+
- Task
|
|
14
|
+
- TodoWrite
|
|
4
15
|
model: sonnet
|
|
16
|
+
color: pink
|
|
17
|
+
version: 1.0.0
|
|
18
|
+
author: Jeremy Longshore <jeremy@intentsolutions.io>
|
|
19
|
+
tags:
|
|
20
|
+
- analytics
|
|
21
|
+
- anomaly
|
|
22
|
+
- detector
|
|
23
|
+
disallowedTools: []
|
|
24
|
+
skills: []
|
|
25
|
+
background: false
|
|
5
26
|
maxTurns: 10
|
|
27
|
+
# ── upgrade levers — uncomment + set when tuning this agent ──
|
|
28
|
+
# effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
|
|
29
|
+
# memory: project # persistent scope: user/project/local (omit = ephemeral)
|
|
30
|
+
# isolation: worktree # run in an isolated git worktree
|
|
31
|
+
# initialPrompt: "…" # seed the agent's first turn
|
|
32
|
+
# hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
|
|
6
33
|
---
|
|
7
|
-
|
|
8
34
|
> **Parent skill**: `~/.claude/skills/web-analytics/SKILL.md`
|
|
9
35
|
|
|
10
36
|
# Anomaly Detector Agent
|
|
@@ -1,10 +1,36 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: audience-segmentation
|
|
3
|
-
description:
|
|
3
|
+
description: 'Analyzes visitor cohorts, geographic distribution, device/platform mix, new vs returning patterns, and churn risk. Answers: who are best users, who are we losing?'
|
|
4
|
+
tools:
|
|
5
|
+
- Read
|
|
6
|
+
- Write
|
|
7
|
+
- Edit
|
|
8
|
+
- Bash
|
|
9
|
+
- Glob
|
|
10
|
+
- Grep
|
|
11
|
+
- WebFetch
|
|
12
|
+
- WebSearch
|
|
13
|
+
- Task
|
|
14
|
+
- TodoWrite
|
|
4
15
|
model: sonnet
|
|
16
|
+
color: purple
|
|
17
|
+
version: 1.0.0
|
|
18
|
+
author: Jeremy Longshore <jeremy@intentsolutions.io>
|
|
19
|
+
tags:
|
|
20
|
+
- analytics
|
|
21
|
+
- audience
|
|
22
|
+
- segmentation
|
|
23
|
+
disallowedTools: []
|
|
24
|
+
skills: []
|
|
25
|
+
background: false
|
|
5
26
|
maxTurns: 10
|
|
27
|
+
# ── upgrade levers — uncomment + set when tuning this agent ──
|
|
28
|
+
# effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
|
|
29
|
+
# memory: project # persistent scope: user/project/local (omit = ephemeral)
|
|
30
|
+
# isolation: worktree # run in an isolated git worktree
|
|
31
|
+
# initialPrompt: "…" # seed the agent's first turn
|
|
32
|
+
# hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
|
|
6
33
|
---
|
|
7
|
-
|
|
8
34
|
> **Parent skill**: `~/.claude/skills/web-analytics/SKILL.md`
|
|
9
35
|
|
|
10
36
|
# Audience Segmentation Agent
|
package/agents/content-seo.md
CHANGED
|
@@ -1,10 +1,36 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: content-seo
|
|
3
|
-
description:
|
|
3
|
+
description: 'Analyzes page-level performance, identifies content gaps, tracks topic clusters, and recommends content strategy. Answers: what content works, what to create next?'
|
|
4
|
+
tools:
|
|
5
|
+
- Read
|
|
6
|
+
- Write
|
|
7
|
+
- Edit
|
|
8
|
+
- Bash
|
|
9
|
+
- Glob
|
|
10
|
+
- Grep
|
|
11
|
+
- WebFetch
|
|
12
|
+
- WebSearch
|
|
13
|
+
- Task
|
|
14
|
+
- TodoWrite
|
|
4
15
|
model: sonnet
|
|
16
|
+
color: red
|
|
17
|
+
version: 1.0.0
|
|
18
|
+
author: Jeremy Longshore <jeremy@intentsolutions.io>
|
|
19
|
+
tags:
|
|
20
|
+
- analytics
|
|
21
|
+
- content
|
|
22
|
+
- seo
|
|
23
|
+
disallowedTools: []
|
|
24
|
+
skills: []
|
|
25
|
+
background: false
|
|
5
26
|
maxTurns: 10
|
|
27
|
+
# ── upgrade levers — uncomment + set when tuning this agent ──
|
|
28
|
+
# effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
|
|
29
|
+
# memory: project # persistent scope: user/project/local (omit = ephemeral)
|
|
30
|
+
# isolation: worktree # run in an isolated git worktree
|
|
31
|
+
# initialPrompt: "…" # seed the agent's first turn
|
|
32
|
+
# hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
|
|
6
33
|
---
|
|
7
|
-
|
|
8
34
|
> **Parent skill**: `~/.claude/skills/web-analytics/SKILL.md`
|
|
9
35
|
|
|
10
36
|
# Content & SEO Agent
|
|
@@ -1,10 +1,36 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: conversion-funnel
|
|
3
|
-
description:
|
|
3
|
+
description: 'Analyzes conversion events, goal completion, funnel drop-off, and revenue impact. Answers: where are people abandoning, what''s the revenue impact?'
|
|
4
|
+
tools:
|
|
5
|
+
- Read
|
|
6
|
+
- Write
|
|
7
|
+
- Edit
|
|
8
|
+
- Bash
|
|
9
|
+
- Glob
|
|
10
|
+
- Grep
|
|
11
|
+
- WebFetch
|
|
12
|
+
- WebSearch
|
|
13
|
+
- Task
|
|
14
|
+
- TodoWrite
|
|
4
15
|
model: sonnet
|
|
16
|
+
color: purple
|
|
17
|
+
version: 1.0.0
|
|
18
|
+
author: Jeremy Longshore <jeremy@intentsolutions.io>
|
|
19
|
+
tags:
|
|
20
|
+
- analytics
|
|
21
|
+
- conversion
|
|
22
|
+
- funnel
|
|
23
|
+
disallowedTools: []
|
|
24
|
+
skills: []
|
|
25
|
+
background: false
|
|
5
26
|
maxTurns: 10
|
|
27
|
+
# ── upgrade levers — uncomment + set when tuning this agent ──
|
|
28
|
+
# effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
|
|
29
|
+
# memory: project # persistent scope: user/project/local (omit = ephemeral)
|
|
30
|
+
# isolation: worktree # run in an isolated git worktree
|
|
31
|
+
# initialPrompt: "…" # seed the agent's first turn
|
|
32
|
+
# hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
|
|
6
33
|
---
|
|
7
|
-
|
|
8
34
|
> **Parent skill**: `~/.claude/skills/web-analytics/SKILL.md`
|
|
9
35
|
|
|
10
36
|
# Conversion Funnel Agent
|
package/agents/data-collector.md
CHANGED
|
@@ -1,10 +1,36 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: data-collector
|
|
3
|
-
description:
|
|
3
|
+
description: Fetches raw analytics data from Umami MCP and GA4 backends. Never interprets — only collects and structures data for specialist agents.
|
|
4
|
+
tools:
|
|
5
|
+
- Read
|
|
6
|
+
- Write
|
|
7
|
+
- Edit
|
|
8
|
+
- Bash
|
|
9
|
+
- Glob
|
|
10
|
+
- Grep
|
|
11
|
+
- WebFetch
|
|
12
|
+
- WebSearch
|
|
13
|
+
- Task
|
|
14
|
+
- TodoWrite
|
|
4
15
|
model: sonnet
|
|
16
|
+
color: yellow
|
|
17
|
+
version: 1.0.0
|
|
18
|
+
author: Jeremy Longshore <jeremy@intentsolutions.io>
|
|
19
|
+
tags:
|
|
20
|
+
- analytics
|
|
21
|
+
- data
|
|
22
|
+
- collector
|
|
23
|
+
disallowedTools: []
|
|
24
|
+
skills: []
|
|
25
|
+
background: false
|
|
5
26
|
maxTurns: 15
|
|
27
|
+
# ── upgrade levers — uncomment + set when tuning this agent ──
|
|
28
|
+
# effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
|
|
29
|
+
# memory: project # persistent scope: user/project/local (omit = ephemeral)
|
|
30
|
+
# isolation: worktree # run in an isolated git worktree
|
|
31
|
+
# initialPrompt: "…" # seed the agent's first turn
|
|
32
|
+
# hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
|
|
6
33
|
---
|
|
7
|
-
|
|
8
34
|
> **Parent skill**: `~/.claude/skills/web-analytics/SKILL.md`
|
|
9
35
|
|
|
10
36
|
# Data Collector Agent
|
package/agents/memory-agent.md
CHANGED
|
@@ -1,10 +1,35 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: memory-agent
|
|
3
|
-
description:
|
|
3
|
+
description: Maintains rolling analytics context — baselines, historical trends, and learned patterns. Prevents cold starts by giving every report period-over-period awareness.
|
|
4
|
+
tools:
|
|
5
|
+
- Read
|
|
6
|
+
- Write
|
|
7
|
+
- Edit
|
|
8
|
+
- Bash
|
|
9
|
+
- Glob
|
|
10
|
+
- Grep
|
|
11
|
+
- WebFetch
|
|
12
|
+
- WebSearch
|
|
13
|
+
- Task
|
|
14
|
+
- TodoWrite
|
|
4
15
|
model: sonnet
|
|
16
|
+
color: pink
|
|
17
|
+
version: 1.0.0
|
|
18
|
+
author: Jeremy Longshore <jeremy@intentsolutions.io>
|
|
19
|
+
tags:
|
|
20
|
+
- analytics
|
|
21
|
+
- memory
|
|
22
|
+
disallowedTools: []
|
|
23
|
+
skills: []
|
|
24
|
+
background: false
|
|
5
25
|
maxTurns: 8
|
|
26
|
+
# ── upgrade levers — uncomment + set when tuning this agent ──
|
|
27
|
+
# effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
|
|
28
|
+
# memory: project # persistent scope: user/project/local (omit = ephemeral)
|
|
29
|
+
# isolation: worktree # run in an isolated git worktree
|
|
30
|
+
# initialPrompt: "…" # seed the agent's first turn
|
|
31
|
+
# hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
|
|
6
32
|
---
|
|
7
|
-
|
|
8
33
|
> **Parent skill**: `~/.claude/skills/web-analytics/SKILL.md`
|
|
9
34
|
|
|
10
35
|
# Memory Agent
|
|
@@ -1,10 +1,36 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: reporting-narrative
|
|
3
|
-
description:
|
|
3
|
+
description: Compiles specialist agent outputs into cohesive, business-grade analytics narratives. Never analyzes raw data — only synthesizes and formats.
|
|
4
|
+
tools:
|
|
5
|
+
- Read
|
|
6
|
+
- Write
|
|
7
|
+
- Edit
|
|
8
|
+
- Bash
|
|
9
|
+
- Glob
|
|
10
|
+
- Grep
|
|
11
|
+
- WebFetch
|
|
12
|
+
- WebSearch
|
|
13
|
+
- Task
|
|
14
|
+
- TodoWrite
|
|
4
15
|
model: sonnet
|
|
16
|
+
color: cyan
|
|
17
|
+
version: 1.0.0
|
|
18
|
+
author: Jeremy Longshore <jeremy@intentsolutions.io>
|
|
19
|
+
tags:
|
|
20
|
+
- analytics
|
|
21
|
+
- reporting
|
|
22
|
+
- narrative
|
|
23
|
+
disallowedTools: []
|
|
24
|
+
skills: []
|
|
25
|
+
background: false
|
|
5
26
|
maxTurns: 8
|
|
27
|
+
# ── upgrade levers — uncomment + set when tuning this agent ──
|
|
28
|
+
# effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
|
|
29
|
+
# memory: project # persistent scope: user/project/local (omit = ephemeral)
|
|
30
|
+
# isolation: worktree # run in an isolated git worktree
|
|
31
|
+
# initialPrompt: "…" # seed the agent's first turn
|
|
32
|
+
# hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
|
|
6
33
|
---
|
|
7
|
-
|
|
8
34
|
> **Parent skill**: `~/.claude/skills/web-analytics/SKILL.md`
|
|
9
35
|
|
|
10
36
|
# Reporting Narrative Agent
|
|
@@ -1,10 +1,36 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: traffic-intelligence
|
|
3
|
-
description:
|
|
3
|
+
description: 'Analyzes traffic patterns, source attribution, channel performance, and AI referral trends. Answers: where is traffic from, why did it change?'
|
|
4
|
+
tools:
|
|
5
|
+
- Read
|
|
6
|
+
- Write
|
|
7
|
+
- Edit
|
|
8
|
+
- Bash
|
|
9
|
+
- Glob
|
|
10
|
+
- Grep
|
|
11
|
+
- WebFetch
|
|
12
|
+
- WebSearch
|
|
13
|
+
- Task
|
|
14
|
+
- TodoWrite
|
|
4
15
|
model: sonnet
|
|
16
|
+
color: red
|
|
17
|
+
version: 1.0.0
|
|
18
|
+
author: Jeremy Longshore <jeremy@intentsolutions.io>
|
|
19
|
+
tags:
|
|
20
|
+
- analytics
|
|
21
|
+
- traffic
|
|
22
|
+
- intelligence
|
|
23
|
+
disallowedTools: []
|
|
24
|
+
skills: []
|
|
25
|
+
background: false
|
|
5
26
|
maxTurns: 10
|
|
27
|
+
# ── upgrade levers — uncomment + set when tuning this agent ──
|
|
28
|
+
# effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
|
|
29
|
+
# memory: project # persistent scope: user/project/local (omit = ephemeral)
|
|
30
|
+
# isolation: worktree # run in an isolated git worktree
|
|
31
|
+
# initialPrompt: "…" # seed the agent's first turn
|
|
32
|
+
# hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
|
|
6
33
|
---
|
|
7
|
-
|
|
8
34
|
> **Parent skill**: `~/.claude/skills/web-analytics/SKILL.md`
|
|
9
35
|
|
|
10
36
|
# Traffic Intelligence Agent
|
|
@@ -1,10 +1,35 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: verification-agent
|
|
3
|
-
description:
|
|
3
|
+
description: Adversarial quality checker that catches hallucinated insights, sampling bias, unsupported claims, and logical errors in specialist agent outputs before delivery.
|
|
4
|
+
tools:
|
|
5
|
+
- Read
|
|
6
|
+
- Write
|
|
7
|
+
- Edit
|
|
8
|
+
- Bash
|
|
9
|
+
- Glob
|
|
10
|
+
- Grep
|
|
11
|
+
- WebFetch
|
|
12
|
+
- WebSearch
|
|
13
|
+
- Task
|
|
14
|
+
- TodoWrite
|
|
4
15
|
model: sonnet
|
|
16
|
+
color: red
|
|
17
|
+
version: 1.0.0
|
|
18
|
+
author: Jeremy Longshore <jeremy@intentsolutions.io>
|
|
19
|
+
tags:
|
|
20
|
+
- analytics
|
|
21
|
+
- verification
|
|
22
|
+
disallowedTools: []
|
|
23
|
+
skills: []
|
|
24
|
+
background: false
|
|
5
25
|
maxTurns: 8
|
|
26
|
+
# ── upgrade levers — uncomment + set when tuning this agent ──
|
|
27
|
+
# effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
|
|
28
|
+
# memory: project # persistent scope: user/project/local (omit = ephemeral)
|
|
29
|
+
# isolation: worktree # run in an isolated git worktree
|
|
30
|
+
# initialPrompt: "…" # seed the agent's first turn
|
|
31
|
+
# hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
|
|
6
32
|
---
|
|
7
|
-
|
|
8
33
|
> **Parent skill**: `~/.claude/skills/web-analytics/SKILL.md`
|
|
9
34
|
|
|
10
35
|
# Verification Agent
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intentsolutionsio/web-analytics",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
4
4
|
"description": "Push-based web analytics intelligence — self-hosted Umami (primary) via MCP + GA4 (fallback). 9 specialist agents fetch data, detect anomalies, analyze funnels, verify claims, and deliver narrative re",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"analytics",
|