peeptrend-mcp 0.1.0 → 0.1.2
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/README.md +23 -0
- package/SETUP.md +162 -0
- package/dist/cli.d.ts +1 -1
- package/dist/cli.js +30 -5
- package/dist/cli.js.map +1 -1
- package/dist/client.js +2 -2
- package/dist/client.js.map +1 -1
- package/dist/format.js +3 -3
- package/dist/format.js.map +1 -1
- package/integrations/claude/README.md +26 -1
- package/integrations/codex/README.md +29 -0
- package/integrations/mcp/README.md +5 -0
- package/integrations/openclaw/README.md +15 -1
- package/mcp-registry/server.json +4 -4
- package/package.json +3 -2
- package/plugins/peeptrend-youtube-gaming-trend-finder/.claude-plugin/plugin.json +12 -0
- package/plugins/peeptrend-youtube-gaming-trend-finder/.codex-plugin/plugin.json +3 -2
- package/plugins/peeptrend-youtube-gaming-trend-finder/.mcp.json +1 -1
- package/plugins/peeptrend-youtube-gaming-trend-finder/skills/youtube-gaming-trend-finder/SKILL.md +10 -1
- package/skills/claude/peeptrend-youtube-gaming-trend-finder/SKILL.md +7 -0
- package/skills/openclaw/youtube-gaming-trend-finder/SKILL.md +80 -7
package/README.md
CHANGED
|
@@ -4,6 +4,10 @@ Find rising Steam games and YouTube content opportunities before the niche gets
|
|
|
4
4
|
|
|
5
5
|
This repository contains the PeepTrend MCP server plus setup files for Codex, Claude, OpenClaw, and generic MCP clients.
|
|
6
6
|
|
|
7
|
+
If you installed PeepTrend from a marketplace and are not sure what to do next, start here:
|
|
8
|
+
|
|
9
|
+
[Setup guide](./SETUP.md)
|
|
10
|
+
|
|
7
11
|
## What It Does
|
|
8
12
|
|
|
9
13
|
PeepTrend gives AI agents focused tools for gaming creator research:
|
|
@@ -21,6 +25,22 @@ PeepTrend accounts can create API keys for MCP clients. Some tools are available
|
|
|
21
25
|
|
|
22
26
|
## Install
|
|
23
27
|
|
|
28
|
+
Codex:
|
|
29
|
+
|
|
30
|
+
```bash
|
|
31
|
+
codex plugin marketplace add PeepTrend/PeepTrend.MCP
|
|
32
|
+
codex plugin add peeptrend-youtube-gaming-trend-finder@peeptrend
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
Claude Code:
|
|
36
|
+
|
|
37
|
+
```bash
|
|
38
|
+
claude plugin marketplace add PeepTrend/PeepTrend.MCP
|
|
39
|
+
claude plugin install peeptrend-youtube-gaming-trend-finder@peeptrend
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
Generic MCP clients:
|
|
43
|
+
|
|
24
44
|
```bash
|
|
25
45
|
npm install -g peeptrend-mcp
|
|
26
46
|
```
|
|
@@ -60,6 +80,8 @@ Example MCP config:
|
|
|
60
80
|
|
|
61
81
|
An API key is recommended. It connects MCP requests to your PeepTrend account and enables account features when available.
|
|
62
82
|
|
|
83
|
+
Without an API key, public free checks can still run with public limits. Full opportunity feeds, reports, generated ideas, saved plans, alerts, account-aware limits, and subscription features need `PEEPTREND_API_KEY`.
|
|
84
|
+
|
|
63
85
|
## Check Status
|
|
64
86
|
|
|
65
87
|
```bash
|
|
@@ -90,6 +112,7 @@ Use `--stdio` only when a tool or MCP client explicitly asks for the raw MCP ser
|
|
|
90
112
|
- [Codex](./integrations/codex/README.md)
|
|
91
113
|
- [Claude](./integrations/claude/README.md)
|
|
92
114
|
- [OpenClaw](./integrations/openclaw/README.md)
|
|
115
|
+
- [Full setup guide](./SETUP.md)
|
|
93
116
|
|
|
94
117
|
## Safety And Limits
|
|
95
118
|
|
package/SETUP.md
ADDED
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
# PeepTrend MCP Setup
|
|
2
|
+
|
|
3
|
+
PeepTrend can be installed as a Codex plugin, Claude Code plugin, OpenClaw skill, npm package, or generic MCP server.
|
|
4
|
+
|
|
5
|
+
## What Works First
|
|
6
|
+
|
|
7
|
+
Free research checks can run with public limits:
|
|
8
|
+
|
|
9
|
+
- YouTube channel name checks
|
|
10
|
+
- YouTube title checks
|
|
11
|
+
- Shelf saturation checks
|
|
12
|
+
- Gaming niche checks
|
|
13
|
+
- Steam update opportunity checks
|
|
14
|
+
- Small YouTuber game-fit checks
|
|
15
|
+
- Steam game to YouTube channel fit checks
|
|
16
|
+
|
|
17
|
+
## What Needs An API Key
|
|
18
|
+
|
|
19
|
+
Create a PeepTrend API key when you want:
|
|
20
|
+
|
|
21
|
+
- Account-aware limits
|
|
22
|
+
- Ranked opportunity feeds
|
|
23
|
+
- Full opportunity reports
|
|
24
|
+
- Generated creator ideas
|
|
25
|
+
- Saved plans and workflow status
|
|
26
|
+
- Feedback and alerts
|
|
27
|
+
- Subscription features
|
|
28
|
+
|
|
29
|
+
Create, rotate, or revoke keys in PeepTrend Profile:
|
|
30
|
+
|
|
31
|
+
https://peeptrend.com/profile
|
|
32
|
+
|
|
33
|
+
Store the key as:
|
|
34
|
+
|
|
35
|
+
```text
|
|
36
|
+
PEEPTREND_API_KEY=pt_key_from_profile
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
Do not commit API keys to source control.
|
|
40
|
+
|
|
41
|
+
## Codex
|
|
42
|
+
|
|
43
|
+
Install the plugin:
|
|
44
|
+
|
|
45
|
+
```bash
|
|
46
|
+
codex plugin marketplace add PeepTrend/PeepTrend.MCP
|
|
47
|
+
codex plugin add peeptrend-youtube-gaming-trend-finder@peeptrend
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
Connect your PeepTrend account:
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
codex mcp add peeptrend --env PEEPTREND_API_KEY=pt_key_from_profile -- npx -y peeptrend-mcp
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
Restart Codex or start a new thread, then ask:
|
|
57
|
+
|
|
58
|
+
```text
|
|
59
|
+
Use PeepTrend to check my connection status, then find YouTube gaming opportunities for my channel.
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
## Claude Code
|
|
63
|
+
|
|
64
|
+
Install the plugin:
|
|
65
|
+
|
|
66
|
+
```bash
|
|
67
|
+
claude plugin marketplace add PeepTrend/PeepTrend.MCP
|
|
68
|
+
claude plugin install peeptrend-youtube-gaming-trend-finder@peeptrend
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
Connect your PeepTrend account:
|
|
72
|
+
|
|
73
|
+
```bash
|
|
74
|
+
claude mcp add peeptrend -e PEEPTREND_API_KEY=pt_key_from_profile -- npx -y peeptrend-mcp
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
Run `/reload-plugins` in an open Claude Code session, then ask:
|
|
78
|
+
|
|
79
|
+
```text
|
|
80
|
+
Use PeepTrend to check my connection status, then validate this gaming video title.
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
## Claude Desktop
|
|
84
|
+
|
|
85
|
+
Add this to `claude_desktop_config.json`:
|
|
86
|
+
|
|
87
|
+
```json
|
|
88
|
+
{
|
|
89
|
+
"mcpServers": {
|
|
90
|
+
"peeptrend": {
|
|
91
|
+
"command": "npx",
|
|
92
|
+
"args": ["-y", "peeptrend-mcp"],
|
|
93
|
+
"env": {
|
|
94
|
+
"PEEPTREND_API_KEY": "pt_key_from_profile"
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
Restart Claude Desktop.
|
|
102
|
+
|
|
103
|
+
## OpenClaw
|
|
104
|
+
|
|
105
|
+
Install the OpenClaw skill from ClawHub:
|
|
106
|
+
|
|
107
|
+
```bash
|
|
108
|
+
clawhub install peeptrend-youtube-gaming-trend-finder
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
Add the MCP server to your OpenClaw MCP configuration:
|
|
112
|
+
|
|
113
|
+
```json
|
|
114
|
+
{
|
|
115
|
+
"mcpServers": {
|
|
116
|
+
"peeptrend": {
|
|
117
|
+
"command": "npx",
|
|
118
|
+
"args": ["-y", "peeptrend-mcp"],
|
|
119
|
+
"env": {
|
|
120
|
+
"PEEPTREND_API_KEY": "pt_key_from_profile"
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
If OpenClaw offers a secrets UI, store `PEEPTREND_API_KEY` there and reference it from your MCP config.
|
|
128
|
+
|
|
129
|
+
## Generic MCP Clients
|
|
130
|
+
|
|
131
|
+
Use this config:
|
|
132
|
+
|
|
133
|
+
```json
|
|
134
|
+
{
|
|
135
|
+
"mcpServers": {
|
|
136
|
+
"peeptrend": {
|
|
137
|
+
"command": "npx",
|
|
138
|
+
"args": ["-y", "peeptrend-mcp"],
|
|
139
|
+
"env": {
|
|
140
|
+
"PEEPTREND_API_KEY": "pt_key_from_profile"
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
## Check Status
|
|
148
|
+
|
|
149
|
+
Run:
|
|
150
|
+
|
|
151
|
+
```bash
|
|
152
|
+
npx -y peeptrend-mcp --doctor
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
Inside an AI client, ask:
|
|
156
|
+
|
|
157
|
+
```text
|
|
158
|
+
Use PeepTrend to check connection status.
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
If the key is missing, PeepTrend will still allow public free checks where available and will explain how to connect your account before using full reports or subscription tools.
|
|
162
|
+
|
package/dist/cli.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type PeepTrendMcpConfig } from "./config.js";
|
|
2
|
-
export declare const serverVersion = "0.1.
|
|
2
|
+
export declare const serverVersion = "0.1.2";
|
|
3
3
|
export type CliAction = "help" | "version" | "doctor" | "manual" | "stdio" | "unknown";
|
|
4
4
|
export declare function resolveCliAction(args: string[], stdinIsTty: boolean): CliAction;
|
|
5
5
|
export declare function renderHelp(config: PeepTrendMcpConfig): string;
|
package/dist/cli.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { authStatus } from "./config.js";
|
|
2
|
-
export const serverVersion = "0.1.
|
|
2
|
+
export const serverVersion = "0.1.2";
|
|
3
3
|
export function resolveCliAction(args, stdinIsTty) {
|
|
4
4
|
const firstArg = args[0];
|
|
5
5
|
if (firstArg === "--stdio") {
|
|
@@ -25,7 +25,28 @@ export function renderHelp(config) {
|
|
|
25
25
|
"",
|
|
26
26
|
"This package is an MCP server for AI clients. Add it to Codex, Claude Desktop, OpenClaw, or any MCP-compatible client instead of using it as an interactive shell command.",
|
|
27
27
|
"",
|
|
28
|
-
"
|
|
28
|
+
"What works without setup:",
|
|
29
|
+
" Free research checks can run with public limits.",
|
|
30
|
+
"",
|
|
31
|
+
"What needs a PeepTrend API key:",
|
|
32
|
+
" Full opportunity feeds, reports, generated ideas, saved plans, feedback, alerts, account limits, and subscription features.",
|
|
33
|
+
"",
|
|
34
|
+
"Get your key:",
|
|
35
|
+
` 1. Open ${config.websiteBaseUrl}/profile`,
|
|
36
|
+
" 2. Create an API key under AI integrations",
|
|
37
|
+
" 3. Add it to your AI client as PEEPTREND_API_KEY",
|
|
38
|
+
"",
|
|
39
|
+
"Codex:",
|
|
40
|
+
" codex plugin marketplace add PeepTrend/PeepTrend.MCP",
|
|
41
|
+
" codex plugin add peeptrend-youtube-gaming-trend-finder@peeptrend",
|
|
42
|
+
" codex mcp add peeptrend --env PEEPTREND_API_KEY=pt_key_from_profile -- npx -y peeptrend-mcp",
|
|
43
|
+
"",
|
|
44
|
+
"Claude Code:",
|
|
45
|
+
" claude plugin marketplace add PeepTrend/PeepTrend.MCP",
|
|
46
|
+
" claude plugin install peeptrend-youtube-gaming-trend-finder@peeptrend",
|
|
47
|
+
" claude mcp add peeptrend -e PEEPTREND_API_KEY=pt_key_from_profile -- npx -y peeptrend-mcp",
|
|
48
|
+
"",
|
|
49
|
+
"Generic MCP config:",
|
|
29
50
|
"{",
|
|
30
51
|
' "mcpServers": {',
|
|
31
52
|
' "peeptrend": {',
|
|
@@ -43,7 +64,7 @@ export function renderHelp(config) {
|
|
|
43
64
|
" npx -y peeptrend-mcp --help",
|
|
44
65
|
" npx -y peeptrend-mcp --stdio",
|
|
45
66
|
"",
|
|
46
|
-
`Profile/API keys: ${config.websiteBaseUrl}/profile`,
|
|
67
|
+
`Profile / API keys: ${config.websiteBaseUrl}/profile`,
|
|
47
68
|
`Setup guide: ${config.websiteBaseUrl}/integrations/mcp`
|
|
48
69
|
].join("\n");
|
|
49
70
|
}
|
|
@@ -58,8 +79,12 @@ export function renderDoctor(config, nodeVersion = process.version) {
|
|
|
58
79
|
`API key: ${connected ? "found" : "not configured"}`,
|
|
59
80
|
"",
|
|
60
81
|
connected
|
|
61
|
-
? "Ready:
|
|
62
|
-
: "
|
|
82
|
+
? "Ready: ask your AI client to use PeepTrend for YouTube gaming trend research. Account-aware tools can use your PeepTrend limits and subscription access."
|
|
83
|
+
: "Installed, but not connected to a PeepTrend account yet. Free checks can still run with public limits; full reports, feeds, generated ideas, saved plans, alerts, and higher limits need PEEPTREND_API_KEY.",
|
|
84
|
+
"",
|
|
85
|
+
connected
|
|
86
|
+
? "To rotate or revoke the key, open PeepTrend Profile > AI integrations."
|
|
87
|
+
: `Create a key at ${config.websiteBaseUrl}/profile, then set PEEPTREND_API_KEY in Codex, Claude, OpenClaw, or your MCP client config.`,
|
|
63
88
|
"",
|
|
64
89
|
`Setup guide: ${config.websiteBaseUrl}/integrations/mcp`
|
|
65
90
|
].join("\n");
|
package/dist/cli.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAA2B,MAAM,aAAa,CAAC;AAElE,MAAM,CAAC,MAAM,aAAa,GAAG,OAAO,CAAC;AAIrC,MAAM,UAAU,gBAAgB,CAAC,IAAc,EAAE,UAAmB;IAClE,MAAM,QAAQ,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;IAEzB,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;QAC3B,OAAO,OAAO,CAAC;IACjB,CAAC;IAED,IAAI,QAAQ,KAAK,QAAQ,IAAI,QAAQ,KAAK,IAAI,IAAI,QAAQ,KAAK,MAAM,EAAE,CAAC;QACtE,OAAO,MAAM,CAAC;IAChB,CAAC;IAED,IAAI,QAAQ,KAAK,WAAW,IAAI,QAAQ,KAAK,IAAI,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;QAC5E,OAAO,SAAS,CAAC;IACnB,CAAC;IAED,IAAI,QAAQ,KAAK,UAAU,IAAI,QAAQ,KAAK,QAAQ,EAAE,CAAC;QACrD,OAAO,QAAQ,CAAC;IAClB,CAAC;IAED,IAAI,IAAI,CAAC,MAAM,KAAK,CAAC,IAAI,UAAU,EAAE,CAAC;QACpC,OAAO,QAAQ,CAAC;IAClB,CAAC;IAED,OAAO,IAAI,CAAC,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;AACjD,CAAC;AAED,MAAM,UAAU,UAAU,CAAC,MAA0B;IACnD,OAAO;QACL,uCAAuC;QACvC,EAAE;QACF,4KAA4K;QAC5K,EAAE;QACF,eAAe;QACf,GAAG;QACH,mBAAmB;QACnB,oBAAoB;QACpB,yBAAyB;QACzB,wCAAwC;QACxC,gBAAgB;QAChB,oDAAoD;QACpD,SAAS;QACT,OAAO;QACP,KAAK;QACL,GAAG;QACH,EAAE;QACF,kBAAkB;QAClB,iCAAiC;QACjC,+BAA+B;QAC/B,gCAAgC;QAChC,EAAE;QACF,
|
|
1
|
+
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAA2B,MAAM,aAAa,CAAC;AAElE,MAAM,CAAC,MAAM,aAAa,GAAG,OAAO,CAAC;AAIrC,MAAM,UAAU,gBAAgB,CAAC,IAAc,EAAE,UAAmB;IAClE,MAAM,QAAQ,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;IAEzB,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;QAC3B,OAAO,OAAO,CAAC;IACjB,CAAC;IAED,IAAI,QAAQ,KAAK,QAAQ,IAAI,QAAQ,KAAK,IAAI,IAAI,QAAQ,KAAK,MAAM,EAAE,CAAC;QACtE,OAAO,MAAM,CAAC;IAChB,CAAC;IAED,IAAI,QAAQ,KAAK,WAAW,IAAI,QAAQ,KAAK,IAAI,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;QAC5E,OAAO,SAAS,CAAC;IACnB,CAAC;IAED,IAAI,QAAQ,KAAK,UAAU,IAAI,QAAQ,KAAK,QAAQ,EAAE,CAAC;QACrD,OAAO,QAAQ,CAAC;IAClB,CAAC;IAED,IAAI,IAAI,CAAC,MAAM,KAAK,CAAC,IAAI,UAAU,EAAE,CAAC;QACpC,OAAO,QAAQ,CAAC;IAClB,CAAC;IAED,OAAO,IAAI,CAAC,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;AACjD,CAAC;AAED,MAAM,UAAU,UAAU,CAAC,MAA0B;IACnD,OAAO;QACL,uCAAuC;QACvC,EAAE;QACF,4KAA4K;QAC5K,EAAE;QACF,2BAA2B;QAC3B,oDAAoD;QACpD,EAAE;QACF,iCAAiC;QACjC,+HAA+H;QAC/H,EAAE;QACF,eAAe;QACf,aAAa,MAAM,CAAC,cAAc,UAAU;QAC5C,8CAA8C;QAC9C,oDAAoD;QACpD,EAAE;QACF,QAAQ;QACR,wDAAwD;QACxD,oEAAoE;QACpE,+FAA+F;QAC/F,EAAE;QACF,cAAc;QACd,yDAAyD;QACzD,yEAAyE;QACzE,6FAA6F;QAC7F,EAAE;QACF,qBAAqB;QACrB,GAAG;QACH,mBAAmB;QACnB,oBAAoB;QACpB,yBAAyB;QACzB,wCAAwC;QACxC,gBAAgB;QAChB,oDAAoD;QACpD,SAAS;QACT,OAAO;QACP,KAAK;QACL,GAAG;QACH,EAAE;QACF,kBAAkB;QAClB,iCAAiC;QACjC,+BAA+B;QAC/B,gCAAgC;QAChC,EAAE;QACF,uBAAuB,MAAM,CAAC,cAAc,UAAU;QACtD,gBAAgB,MAAM,CAAC,cAAc,mBAAmB;KACzD,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AACf,CAAC;AAED,MAAM,UAAU,YAAY,CAAC,MAA0B,EAAE,WAAW,GAAG,OAAO,CAAC,OAAO;IACpF,MAAM,SAAS,GAAG,UAAU,CAAC,MAAM,CAAC,KAAK,eAAe,CAAC;IAEzD,OAAO;QACL,sBAAsB;QACtB,EAAE;QACF,SAAS,WAAW,EAAE;QACtB,iBAAiB,MAAM,CAAC,UAAU,EAAE;QACpC,YAAY,MAAM,CAAC,cAAc,EAAE;QACnC,YAAY,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,gBAAgB,EAAE;QACpD,EAAE;QACF,SAAS;YACP,CAAC,CAAC,0JAA0J;YAC5J,CAAC,CAAC,6MAA6M;QACjN,EAAE;QACF,SAAS;YACP,CAAC,CAAC,wEAAwE;YAC1E,CAAC,CAAC,mBAAmB,MAAM,CAAC,cAAc,6FAA6F;QACzI,EAAE;QACF,gBAAgB,MAAM,CAAC,cAAc,mBAAmB;KACzD,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AACf,CAAC"}
|
package/dist/client.js
CHANGED
|
@@ -18,7 +18,7 @@ export class PeepTrendClient {
|
|
|
18
18
|
}
|
|
19
19
|
async request(options) {
|
|
20
20
|
if (options.authRequired && !this.config.apiKey) {
|
|
21
|
-
throw new PeepTrendApiError("
|
|
21
|
+
throw new PeepTrendApiError("PeepTrend is installed, but this account-aware tool needs PEEPTREND_API_KEY. Create a key in PeepTrend Profile > AI integrations, add it to your AI client config, then run get_peeptrend_connection_status. Free research checks still work with public limits.", {
|
|
22
22
|
status: 401,
|
|
23
23
|
code: "ApiKeyRequired",
|
|
24
24
|
upgradeUrl: upgradeUrl("/profile")
|
|
@@ -45,7 +45,7 @@ export class PeepTrendClient {
|
|
|
45
45
|
const message = response.status === 402
|
|
46
46
|
? "This PeepTrend action is locked after the free preview. Start the trial to unlock full opportunities, idea generation, workflow actions, and higher MCP limits."
|
|
47
47
|
: response.status === 429
|
|
48
|
-
? "This PeepTrend tool is temporarily rate limited. Try a
|
|
48
|
+
? "This PeepTrend tool is temporarily rate limited. Try a smaller check, wait for the reset, or upgrade for more room."
|
|
49
49
|
: rawMessage;
|
|
50
50
|
throw new PeepTrendApiError(message, {
|
|
51
51
|
status: response.status,
|
package/dist/client.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.js","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA6P,MAAM,YAAY,CAAC;AAU1S,SAAS,UAAU,CAAC,IAAI,GAAG,UAAU;IACnC,OAAO,wBAAwB,IAAI,EAAE,CAAC;AACxC,CAAC;AAED,MAAM,OAAO,eAAe;IACG;IAA7B,YAA6B,MAA0B;QAA1B,WAAM,GAAN,MAAM,CAAoB;IAAG,CAAC;IAEnD,WAAW,CAAC,IAAY,EAAE,YAAqB;QACrD,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC;YACxB,OAAO,IAAI,CAAC;QACd,CAAC;QAED,IAAI,YAAY,IAAI,IAAI,CAAC,UAAU,CAAC,kBAAkB,CAAC,EAAE,CAAC;YACxD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;QAC/C,CAAC;QAED,OAAO,IAAI,CAAC;IACd,CAAC;IAEO,KAAK,CAAC,OAAO,CAAI,OAAuB;QAC9C,IAAI,OAAO,CAAC,YAAY,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC;YAChD,MAAM,IAAI,iBAAiB,CAAC,
|
|
1
|
+
{"version":3,"file":"client.js","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"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"}
|
package/dist/format.js
CHANGED
|
@@ -24,9 +24,9 @@ export function formatConnectionStatus(input) {
|
|
|
24
24
|
return [
|
|
25
25
|
`PeepTrend MCP is connected to ${input.apiBaseUrl}.`,
|
|
26
26
|
input.authenticated
|
|
27
|
-
? "API key is configured.
|
|
28
|
-
: "
|
|
29
|
-
`Create or revoke keys: ${input.websiteBaseUrl}/profile`,
|
|
27
|
+
? "API key is configured. Ask your AI client to find opportunities, open reports, generate ideas, save plans, or validate titles. Subscription-only actions will work when your PeepTrend account allows them."
|
|
28
|
+
: "Installed, but no API key is configured. Free checks still work with public limits. To unlock account-aware feeds, full reports, generated ideas, saved plans, alerts, and higher limits, create a PeepTrend key and set PEEPTREND_API_KEY in this AI client.",
|
|
29
|
+
`Create, rotate, or revoke keys: ${input.websiteBaseUrl}/profile`,
|
|
30
30
|
`Integration docs: ${input.websiteBaseUrl}/integrations/mcp`
|
|
31
31
|
].join("\n");
|
|
32
32
|
}
|
package/dist/format.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"format.js","sourceRoot":"","sources":["../src/format.ts"],"names":[],"mappings":"AASA,SAAS,MAAM,CAAC,KAAgC;IAC9C,IAAI,KAAK,KAAK,IAAI,IAAI,KAAK,KAAK,SAAS,IAAI,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC;QACjE,OAAO,GAAG,CAAC;IACb,CAAC;IAED,OAAO,IAAI,IAAI,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,qBAAqB,EAAE,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AACtG,CAAC;AAED,SAAS,OAAO,CAAC,KAAgC;IAC/C,IAAI,KAAK,KAAK,IAAI,IAAI,KAAK,KAAK,SAAS,IAAI,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC;QACjE,OAAO,GAAG,CAAC;IACb,CAAC;IAED,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC;AACjC,CAAC;AAED,SAAS,IAAI,CAAC,MAAgB,EAAE,KAAK,GAAG,CAAC;IACvC,OAAO,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,KAAK,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AACxE,CAAC;AAED,SAAS,WAAW;IAClB,OAAO;QACL,EAAE;QACF,2GAA2G;QAC3G,+BAA+B;KAChC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AACf,CAAC;AAED,MAAM,UAAU,sBAAsB,CAAC,KAItC;IACC,OAAO;QACL,iCAAiC,KAAK,CAAC,UAAU,GAAG;QACpD,KAAK,CAAC,aAAa;YACjB,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"format.js","sourceRoot":"","sources":["../src/format.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# PeepTrend for Claude
|
|
2
2
|
|
|
3
|
+
## Claude Code Plugin
|
|
4
|
+
|
|
5
|
+
```bash
|
|
6
|
+
claude plugin marketplace add PeepTrend/PeepTrend.MCP
|
|
7
|
+
claude plugin install peeptrend-youtube-gaming-trend-finder@peeptrend
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
Run `/reload-plugins` in an open Claude Code session after installation.
|
|
11
|
+
|
|
12
|
+
Then connect your PeepTrend account:
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
claude mcp add peeptrend -e PEEPTREND_API_KEY=pt_key_from_profile -- npx -y peeptrend-mcp
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
Create or revoke keys at https://peeptrend.com/profile.
|
|
19
|
+
|
|
20
|
+
Without a key, free checks can still run with public limits. Full feeds, reports, generated ideas, saved plans, alerts, account-aware limits, and subscription features need `PEEPTREND_API_KEY`.
|
|
21
|
+
|
|
22
|
+
## Claude Desktop MCP
|
|
23
|
+
|
|
3
24
|
Add PeepTrend to Claude Desktop as an MCP server:
|
|
4
25
|
|
|
5
26
|
```json
|
|
@@ -18,6 +39,10 @@ Add PeepTrend to Claude Desktop as an MCP server:
|
|
|
18
39
|
|
|
19
40
|
Suggested first prompt:
|
|
20
41
|
|
|
21
|
-
"Use PeepTrend to find a gaming topic I can record this week. Prefer lower saturation and explain the evidence."
|
|
42
|
+
"Use PeepTrend to check connection status, then find a gaming topic I can record this week. Prefer lower saturation and explain the evidence."
|
|
22
43
|
|
|
23
44
|
The portable Claude skill prompt is in `skills/claude/peeptrend-youtube-gaming-trend-finder/SKILL.md`.
|
|
45
|
+
|
|
46
|
+
Full setup guide:
|
|
47
|
+
|
|
48
|
+
https://github.com/PeepTrend/PeepTrend.MCP/blob/main/SETUP.md
|
|
@@ -2,6 +2,31 @@
|
|
|
2
2
|
|
|
3
3
|
PeepTrend can be used in Codex through the MCP server or the bundled Codex plugin scaffold in this repository.
|
|
4
4
|
|
|
5
|
+
## Plugin Install
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
codex plugin marketplace add PeepTrend/PeepTrend.MCP
|
|
9
|
+
codex plugin add peeptrend-youtube-gaming-trend-finder@peeptrend
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
Restart Codex or start a new thread after installation.
|
|
13
|
+
|
|
14
|
+
Then connect your PeepTrend account:
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
codex mcp add peeptrend --env PEEPTREND_API_KEY=pt_key_from_profile -- npx -y peeptrend-mcp
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
Create or revoke keys at https://peeptrend.com/profile.
|
|
21
|
+
|
|
22
|
+
Without a key, free checks can still run with public limits. Full feeds, reports, generated ideas, saved plans, alerts, account-aware limits, and subscription features need `PEEPTREND_API_KEY`.
|
|
23
|
+
|
|
24
|
+
Starter prompt:
|
|
25
|
+
|
|
26
|
+
```text
|
|
27
|
+
Use PeepTrend to check connection status, then find YouTube gaming opportunities for my channel.
|
|
28
|
+
```
|
|
29
|
+
|
|
5
30
|
## MCP Config
|
|
6
31
|
|
|
7
32
|
```json
|
|
@@ -25,3 +50,7 @@ The Codex plugin manifest lives at:
|
|
|
25
50
|
`plugins/peeptrend-youtube-gaming-trend-finder/.codex-plugin/plugin.json`
|
|
26
51
|
|
|
27
52
|
It declares the same MCP server and a focused PeepTrend skill for YouTube gaming trend research.
|
|
53
|
+
|
|
54
|
+
Full setup guide:
|
|
55
|
+
|
|
56
|
+
https://github.com/PeepTrend/PeepTrend.MCP/blob/main/SETUP.md
|
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Use this for any MCP-compatible client.
|
|
4
4
|
|
|
5
|
+
Start with the full setup guide if you installed PeepTrend from a marketplace:
|
|
6
|
+
|
|
7
|
+
https://github.com/PeepTrend/PeepTrend.MCP/blob/main/SETUP.md
|
|
8
|
+
|
|
5
9
|
```json
|
|
6
10
|
{
|
|
7
11
|
"mcpServers": {
|
|
@@ -18,6 +22,7 @@ Use this for any MCP-compatible client.
|
|
|
18
22
|
|
|
19
23
|
Good starter prompts:
|
|
20
24
|
|
|
25
|
+
- "Use PeepTrend to check connection status."
|
|
21
26
|
- "Find gaming opportunities for US English creators and explain the top 3."
|
|
22
27
|
- "Check whether this YouTube title is crowded: Minecraft update explained."
|
|
23
28
|
- "Check if this Steam game is worth covering for my channel."
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# PeepTrend for OpenClaw
|
|
2
2
|
|
|
3
|
+
Install the skill from ClawHub:
|
|
4
|
+
|
|
5
|
+
```bash
|
|
6
|
+
clawhub install peeptrend-youtube-gaming-trend-finder
|
|
7
|
+
```
|
|
8
|
+
|
|
3
9
|
Add the PeepTrend MCP server to OpenClaw's MCP configuration:
|
|
4
10
|
|
|
5
11
|
```json
|
|
@@ -18,6 +24,14 @@ Add the PeepTrend MCP server to OpenClaw's MCP configuration:
|
|
|
18
24
|
|
|
19
25
|
Suggested first prompt:
|
|
20
26
|
|
|
21
|
-
"Use PeepTrend to check whether this Steam update is worth covering on YouTube and suggest a safe angle."
|
|
27
|
+
"Use PeepTrend to check connection status, then check whether this Steam update is worth covering on YouTube and suggest a safe angle."
|
|
22
28
|
|
|
23
29
|
The portable OpenClaw skill prompt is in `skills/openclaw/youtube-gaming-trend-finder/SKILL.md`.
|
|
30
|
+
|
|
31
|
+
Create or revoke API keys at https://peeptrend.com/profile.
|
|
32
|
+
|
|
33
|
+
Without a key, free checks can still run with public limits. Full feeds, reports, generated ideas, saved plans, alerts, account-aware limits, and subscription features need `PEEPTREND_API_KEY`.
|
|
34
|
+
|
|
35
|
+
Full setup guide:
|
|
36
|
+
|
|
37
|
+
https://github.com/PeepTrend/PeepTrend.MCP/blob/main/SETUP.md
|
package/mcp-registry/server.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
|
-
"name": "
|
|
3
|
+
"name": "com.peeptrend/youtube-gaming-trend-finder",
|
|
4
4
|
"title": "PeepTrend: YouTube Gaming Trend Finder",
|
|
5
5
|
"description": "Find rising Steam games and YouTube content opportunities before the niche gets crowded.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"url": "https://github.com/PeepTrend/PeepTrend.MCP",
|
|
8
8
|
"source": "github"
|
|
9
9
|
},
|
|
10
|
-
"version": "0.1.
|
|
10
|
+
"version": "0.1.2",
|
|
11
11
|
"packages": [
|
|
12
12
|
{
|
|
13
13
|
"registryType": "npm",
|
|
14
14
|
"identifier": "peeptrend-mcp",
|
|
15
|
-
"version": "0.1.
|
|
15
|
+
"version": "0.1.2",
|
|
16
16
|
"transport": {
|
|
17
17
|
"type": "stdio"
|
|
18
18
|
},
|
|
19
19
|
"environmentVariables": [
|
|
20
20
|
{
|
|
21
21
|
"name": "PEEPTREND_API_KEY",
|
|
22
|
-
"description": "Optional PeepTrend API key from Profile > AI integrations.
|
|
22
|
+
"description": "Optional PeepTrend API key from Profile > AI integrations. Free checks can run with public limits; set this key for account-aware limits, full reports, generated ideas, saved plans, alerts, and subscription features.",
|
|
23
23
|
"format": "string",
|
|
24
24
|
"isRequired": false,
|
|
25
25
|
"isSecret": true
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "peeptrend-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "PeepTrend MCP server for finding rising Steam games and YouTube gaming content opportunities before niches get crowded.",
|
|
5
|
-
"mcpName": "
|
|
5
|
+
"mcpName": "com.peeptrend/youtube-gaming-trend-finder",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"author": "PeepTrend <support@peeptrend.com>",
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"files": [
|
|
29
29
|
"dist",
|
|
30
30
|
"README.md",
|
|
31
|
+
"SETUP.md",
|
|
31
32
|
"LICENSE",
|
|
32
33
|
"integrations",
|
|
33
34
|
"plugins",
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "peeptrend-youtube-gaming-trend-finder",
|
|
3
|
+
"description": "Find rising Steam games and YouTube content opportunities before the niche gets crowded. After installing, set PEEPTREND_API_KEY from PeepTrend Profile to unlock account-aware feeds, full reports, generated ideas, saved plans, alerts, and higher limits.",
|
|
4
|
+
"version": "0.1.2",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "PeepTrend",
|
|
7
|
+
"email": "support@peeptrend.com"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://peeptrend.com/integrations/mcp",
|
|
10
|
+
"repository": "https://github.com/PeepTrend/PeepTrend.MCP",
|
|
11
|
+
"license": "MIT"
|
|
12
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "peeptrend-youtube-gaming-trend-finder",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Find rising Steam games and YouTube content opportunities before the niche gets crowded.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "PeepTrend",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"interface": {
|
|
17
17
|
"displayName": "PeepTrend: YouTube Gaming Trend Finder",
|
|
18
18
|
"shortDescription": "Find rising Steam games and YouTube opportunities before niches get crowded.",
|
|
19
|
-
"longDescription": "PeepTrend connects Codex to focused MCP tools for YouTube gaming trend research, Steam opportunity discovery, title checks, shelf saturation, channel-name checks, and creator planning.",
|
|
19
|
+
"longDescription": "PeepTrend connects Codex to focused MCP tools for YouTube gaming trend research, Steam opportunity discovery, title checks, shelf saturation, channel-name checks, and creator planning. After installing, create a PeepTrend API key in Profile > AI integrations and set PEEPTREND_API_KEY to unlock account-aware feeds, full reports, generated ideas, saved plans, alerts, and higher limits. Free research checks can still run with public limits.",
|
|
20
20
|
"developerName": "PeepTrend",
|
|
21
21
|
"category": "Productivity",
|
|
22
22
|
"capabilities": ["Interactive", "Research", "MCP"],
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"privacyPolicyURL": "https://peeptrend.com/privacy",
|
|
25
25
|
"termsOfServiceURL": "https://peeptrend.com/terms",
|
|
26
26
|
"defaultPrompt": [
|
|
27
|
+
"Check my PeepTrend connection status and tell me what to configure next.",
|
|
27
28
|
"Find YouTube gaming opportunities for my market.",
|
|
28
29
|
"Check if this video title is crowded.",
|
|
29
30
|
"Turn this Steam game into a creator plan."
|
package/plugins/peeptrend-youtube-gaming-trend-finder/skills/youtube-gaming-trend-finder/SKILL.md
CHANGED
|
@@ -7,6 +7,15 @@ description: Use PeepTrend MCP tools to find rising Steam games, YouTube gaming
|
|
|
7
7
|
|
|
8
8
|
Use this skill when the user asks what gaming topic, Steam game, niche, update, title, or creator angle to record next.
|
|
9
9
|
|
|
10
|
+
## First-Run Setup
|
|
11
|
+
|
|
12
|
+
When PeepTrend is used for the first time in a thread, run `get_peeptrend_connection_status` or ask the user to do so. If no API key is configured, explain this clearly:
|
|
13
|
+
|
|
14
|
+
- Free checks can still run with public limits.
|
|
15
|
+
- Account-aware opportunity feeds, full reports, generated ideas, saved plans, alerts, workflow actions, and higher limits need `PEEPTREND_API_KEY`.
|
|
16
|
+
- The user can create or revoke keys in PeepTrend Profile: https://peeptrend.com/profile
|
|
17
|
+
- Setup guide: https://peeptrend.com/integrations/mcp
|
|
18
|
+
|
|
10
19
|
## Workflow
|
|
11
20
|
|
|
12
21
|
1. Check connection status first when API access may matter.
|
|
@@ -24,4 +33,4 @@ Use this skill when the user asks what gaming topic, Steam game, niche, update,
|
|
|
24
33
|
|
|
25
34
|
## Response Style
|
|
26
35
|
|
|
27
|
-
Explain the opportunity in creator language: why now, why not crowded, what to record, what risk to check, and what the next step is. Do not promise views, rankings, revenue, or virality.
|
|
36
|
+
Explain the opportunity in creator language: why now, why not crowded, what to record, what risk to check, and what the next step is. If setup is incomplete, be helpful and concrete instead of failing silently. Do not promise views, rankings, revenue, or virality.
|
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Use PeepTrend MCP tools when the user wants help deciding what YouTube gaming topic, Steam game, video title, niche, or update to record.
|
|
4
4
|
|
|
5
|
+
First, check PeepTrend connection status when account-aware tools may matter. If no API key is configured, tell the user:
|
|
6
|
+
|
|
7
|
+
- Free checks can still run with public limits.
|
|
8
|
+
- Full feeds, opportunity reports, generated ideas, saved plans, alerts, account-aware limits, and subscription features need `PEEPTREND_API_KEY`.
|
|
9
|
+
- Create or revoke keys at https://peeptrend.com/profile.
|
|
10
|
+
- Setup guide: https://peeptrend.com/integrations/mcp.
|
|
11
|
+
|
|
5
12
|
Prefer this flow:
|
|
6
13
|
|
|
7
14
|
1. Validate the topic with a relevant free tool.
|
|
@@ -1,11 +1,84 @@
|
|
|
1
1
|
# PeepTrend: YouTube Gaming Trend Finder
|
|
2
2
|
|
|
3
|
-
Use
|
|
3
|
+
Use this skill when a creator, editor, strategist, or AI agent wants to decide what gaming video to record next using PeepTrend evidence.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
- Check YouTube title demand and competition.
|
|
7
|
-
- Check shelf saturation and small-channel fit.
|
|
8
|
-
- Validate Steam updates and comeback angles.
|
|
9
|
-
- Turn full PeepTrend opportunities into publishing plans when the user has subscription access.
|
|
5
|
+
PeepTrend connects Steam demand signals with YouTube supply signals. The goal is not to promise views. The goal is to help the user choose a practical, evidence-backed topic before a game, update, shelf, or niche becomes too crowded.
|
|
10
6
|
|
|
11
|
-
|
|
7
|
+
## First-Run Setup
|
|
8
|
+
|
|
9
|
+
When the user installs this from OpenClaw or ClawHub, make setup explicit before using account-only tools:
|
|
10
|
+
|
|
11
|
+
- Ask the agent or user to run the PeepTrend connection status check.
|
|
12
|
+
- If no API key is configured, explain that free checks can still run with public limits.
|
|
13
|
+
- Full opportunity feeds, reports, generated ideas, saved plans, alerts, account-aware limits, and subscription features need `PEEPTREND_API_KEY`.
|
|
14
|
+
- Create or revoke keys in PeepTrend Profile: https://peeptrend.com/profile.
|
|
15
|
+
- Use the setup guide when the user is unsure where to place the key: https://peeptrend.com/integrations/mcp.
|
|
16
|
+
|
|
17
|
+
## Best Use Cases
|
|
18
|
+
|
|
19
|
+
- Find rising Steam games that may still have room on YouTube.
|
|
20
|
+
- Check whether a YouTube title is already crowded.
|
|
21
|
+
- Evaluate shelf saturation for a game, update, genre, or creator angle.
|
|
22
|
+
- Compare gaming niches for small-channel opportunity.
|
|
23
|
+
- Decide whether a Steam update is worth covering.
|
|
24
|
+
- Turn a promising opportunity into a recording plan, title angle, and risk checklist.
|
|
25
|
+
- Help a creator understand why PeepTrend's full dashboard or subscription may be useful when they need deeper reports, saved workflow, generated ideas, or alerts.
|
|
26
|
+
|
|
27
|
+
## Recommended Workflow
|
|
28
|
+
|
|
29
|
+
1. Clarify the creator context.
|
|
30
|
+
Ask for the channel size, target language, region, preferred game genres, upload cadence, and whether the user wants quick validation or a deeper plan.
|
|
31
|
+
|
|
32
|
+
2. Check PeepTrend connection status.
|
|
33
|
+
If the key is missing, continue with public free checks when possible and explain what the key unlocks before using account-only tools.
|
|
34
|
+
|
|
35
|
+
3. Start with the lightest PeepTrend check.
|
|
36
|
+
Use title checks, shelf saturation checks, niche checks, game-fit checks, or Steam update checks before opening full opportunity reports.
|
|
37
|
+
|
|
38
|
+
4. Read the evidence, not only the score.
|
|
39
|
+
Compare demand, competition, saturation, freshness, recent videos, channel overlap, and creator fit. Treat high scores as a shortlist, not as guarantees.
|
|
40
|
+
|
|
41
|
+
5. Produce a creator-ready recommendation.
|
|
42
|
+
Answer with what to record, why now, what is crowded, what evidence supports the idea, what risks remain, and what to test before recording.
|
|
43
|
+
|
|
44
|
+
6. Move to paid/account-aware actions only when useful.
|
|
45
|
+
If the user wants full reports, generated ideas, saved plans, alerts, or repeated workflow, explain that those actions use their PeepTrend account and may require subscription access.
|
|
46
|
+
|
|
47
|
+
## Output Format
|
|
48
|
+
|
|
49
|
+
For quick checks, keep the response compact:
|
|
50
|
+
|
|
51
|
+
- Verdict: worth testing, risky, crowded, or needs more evidence.
|
|
52
|
+
- Evidence: the 2-4 strongest signals.
|
|
53
|
+
- Risk: the biggest reason this could fail.
|
|
54
|
+
- Next video angle: one practical recording idea.
|
|
55
|
+
- Next step: which PeepTrend action to run next, if any.
|
|
56
|
+
|
|
57
|
+
For deeper planning, use:
|
|
58
|
+
|
|
59
|
+
1. Opportunity summary
|
|
60
|
+
2. Audience fit
|
|
61
|
+
3. YouTube saturation read
|
|
62
|
+
4. Steam or market signal
|
|
63
|
+
5. Suggested title angles
|
|
64
|
+
6. Thumbnail or hook notes
|
|
65
|
+
7. Risks and validation steps
|
|
66
|
+
8. Publishing recommendation
|
|
67
|
+
|
|
68
|
+
## Safety And Quality Rules
|
|
69
|
+
|
|
70
|
+
- Do not promise views, revenue, ranking, virality, or guaranteed channel growth.
|
|
71
|
+
- Do not present PeepTrend scores as absolute truth. Explain them as decision-support signals.
|
|
72
|
+
- Do not recommend copying another creator's title, thumbnail, branding, or exact positioning.
|
|
73
|
+
- Prefer original angles: explainers, update coverage, comparisons, guides, challenges, tests, or first-impression formats.
|
|
74
|
+
- If the data is thin, say so clearly and suggest a smaller test video instead of overconfident advice.
|
|
75
|
+
- Keep the user's constraints in mind: small channels need lower competition and clearer audience fit than large channels.
|
|
76
|
+
- Be careful with trademarks and platform names. Use them descriptively and avoid implying official endorsement by YouTube, Steam, Valve, or game publishers.
|
|
77
|
+
|
|
78
|
+
## Example Prompts
|
|
79
|
+
|
|
80
|
+
- "Use PeepTrend to find three gaming opportunities for a small English YouTube channel this week."
|
|
81
|
+
- "Check whether this title is too crowded: 'Minecraft update explained'."
|
|
82
|
+
- "Is this Steam update worth covering on YouTube, or is the niche already saturated?"
|
|
83
|
+
- "Compare cozy survival games and tell me which one has the cleanest creator opportunity."
|
|
84
|
+
- "Turn this PeepTrend opportunity into a video plan with title angles and risk notes."
|