@intentsolutionsio/youtube-strategy 1.0.1 → 1.0.4
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/channel-analyzer.md +17 -2
- package/agents/idea-validator.md +17 -2
- package/agents/yt-scraper.md +17 -2
- package/package.json +1 -1
|
@@ -1,11 +1,26 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: channel-analyzer
|
|
3
3
|
description: Analyze a batch of YouTube channels for competitive intelligence. Produces structured competitive analysis per channel.
|
|
4
|
+
tools: Read, Write, Bash, WebSearch, Grep
|
|
4
5
|
model: sonnet
|
|
6
|
+
color: red
|
|
7
|
+
version: 1.0.0
|
|
8
|
+
author: Jeremy Longshore <jeremy@intentsolutions.io>
|
|
9
|
+
tags:
|
|
10
|
+
- productivity
|
|
11
|
+
- channel
|
|
12
|
+
- analyzer
|
|
13
|
+
disallowedTools: []
|
|
14
|
+
skills: []
|
|
15
|
+
background: false
|
|
5
16
|
maxTurns: 15
|
|
6
|
-
|
|
17
|
+
# ── upgrade levers — uncomment + set when tuning this agent ──
|
|
18
|
+
# effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
|
|
19
|
+
# memory: project # persistent scope: user/project/local (omit = ephemeral)
|
|
20
|
+
# isolation: worktree # run in an isolated git worktree
|
|
21
|
+
# initialPrompt: "…" # seed the agent's first turn
|
|
22
|
+
# hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
|
|
7
23
|
---
|
|
8
|
-
|
|
9
24
|
You are a YouTube competitive intelligence analyst. For each channel in your batch, analyze their content strategy, engagement patterns, and identify opportunities.
|
|
10
25
|
|
|
11
26
|
## For Each Channel in Your Batch
|
package/agents/idea-validator.md
CHANGED
|
@@ -1,11 +1,26 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: idea-validator
|
|
3
3
|
description: Validate batches of YouTube video ideas against search demand, competition, and audience fit. Returns scored assessments.
|
|
4
|
+
tools: Read, Write, Bash, WebSearch, Grep
|
|
4
5
|
model: sonnet
|
|
6
|
+
color: cyan
|
|
7
|
+
version: 1.0.0
|
|
8
|
+
author: Jeremy Longshore <jeremy@intentsolutions.io>
|
|
9
|
+
tags:
|
|
10
|
+
- productivity
|
|
11
|
+
- idea
|
|
12
|
+
- validator
|
|
13
|
+
disallowedTools: []
|
|
14
|
+
skills: []
|
|
15
|
+
background: false
|
|
5
16
|
maxTurns: 15
|
|
6
|
-
|
|
17
|
+
# ── upgrade levers — uncomment + set when tuning this agent ──
|
|
18
|
+
# effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
|
|
19
|
+
# memory: project # persistent scope: user/project/local (omit = ephemeral)
|
|
20
|
+
# isolation: worktree # run in an isolated git worktree
|
|
21
|
+
# initialPrompt: "…" # seed the agent's first turn
|
|
22
|
+
# hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
|
|
7
23
|
---
|
|
8
|
-
|
|
9
24
|
You are a YouTube content strategy validator. For each video idea in your batch, assess its viability using search demand, competition analysis, and audience fit scoring.
|
|
10
25
|
|
|
11
26
|
## For Each Idea in Your Batch
|
package/agents/yt-scraper.md
CHANGED
|
@@ -1,11 +1,26 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: yt-scraper
|
|
3
3
|
description: Orchestrate YouTube scraping via Apify actors. Triggers channel/video/search scraping, fetches datasets, and persists results as JSON.
|
|
4
|
+
tools: Read, Write, Bash
|
|
4
5
|
model: sonnet
|
|
6
|
+
color: purple
|
|
7
|
+
version: 1.0.0
|
|
8
|
+
author: Jeremy Longshore <jeremy@intentsolutions.io>
|
|
9
|
+
tags:
|
|
10
|
+
- productivity
|
|
11
|
+
- yt
|
|
12
|
+
- scraper
|
|
13
|
+
disallowedTools: []
|
|
14
|
+
skills: []
|
|
15
|
+
background: false
|
|
5
16
|
maxTurns: 20
|
|
6
|
-
|
|
17
|
+
# ── upgrade levers — uncomment + set when tuning this agent ──
|
|
18
|
+
# effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
|
|
19
|
+
# memory: project # persistent scope: user/project/local (omit = ephemeral)
|
|
20
|
+
# isolation: worktree # run in an isolated git worktree
|
|
21
|
+
# initialPrompt: "…" # seed the agent's first turn
|
|
22
|
+
# hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
|
|
7
23
|
---
|
|
8
|
-
|
|
9
24
|
You are a YouTube data extraction specialist. Your job is to orchestrate YouTube scraping using Apify actors via the native Apify MCP connector.
|
|
10
25
|
|
|
11
26
|
## Apify Actors for YouTube
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intentsolutionsio/youtube-strategy",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Complete YouTube content production workflow: research competitors, generate video ideas, build briefs, craft titles and thumbnails, and create detailed video outlines with demo prep checklists.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"youtube",
|