返回 last30days-skill
plugin.json
根目录 / .codex-plugin / plugin.json
1 {
2 "name": "last30days",
3 "version": "3.18.4",
4 "description": "Research any topic across Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, GitHub, and the web.",
5 "author": {
6 "name": "Matt Van Horn",
7 "email": "mvanhorn@gmail.com",
8 "url": "https://github.com/mvanhorn"
9 },
10 "homepage": "https://github.com/mvanhorn/last30days-skill",
11 "repository": "https://github.com/mvanhorn/last30days-skill",
12 "license": "MIT",
13 "keywords": [
14 "competitor research",
15 "research",
16 "reddit",
17 "twitter",
18 "youtube",
19 "tiktok",
20 "instagram",
21 "trends",
22 "prompts",
23 "polymarket",
24 "github",
25 "perplexity",
26 "threads",
27 "pinterest",
28 "hacker-news"
29 ],
30 "skills": "./skills/",
31 "interface": {
32 "displayName": "last30days",
33 "shortDescription": "Research what people are saying about a topic now.",
34 "longDescription": "last30days adds a Codex skill for researching any topic based on recent discussion and engagement signals across Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, GitHub, and the web.",
35 "developerName": "Matt Van Horn",
36 "category": "Research",
37 "capabilities": [
38 "Interactive",
39 "Read",
40 "Write"
41 ],
42 "websiteURL": "https://github.com/mvanhorn/last30days-skill",
43 "defaultPrompt": [
44 "TikTok shop trends",
45 "Codex vs Cursor",
46 "best travel credit cards"
47 ],
48 "brandColor": "#6F42C1"
49 }
50 }
51
51 lines JSON