chore: align plugin marketplace metadata and branding

Use the "last30days" name consistently across marketplace listings,
add a "competitor research" keyword, drop the stale "eli5" keyword,
and refresh the Codex plugin's description, capabilities, and example
prompts to reflect current sources and usage.
This commit is contained in:
Trevin Chow
2026-06-25 00:03:17 -07:00
parent 65951b3bd7
commit f168eecd67
4 changed files with 27 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "last30days-skill",
"interface": {
"displayName": "Last 30 Days"
"displayName": "last30days"
},
"plugins": [
{
+1 -1
View File
@@ -5,7 +5,7 @@
"url": "https://github.com/mvanhorn"
},
"metadata": {
"description": "Marketplace hosting the Last 30 Days research plugin."
"description": "Marketplace hosting the last30days research plugin."
},
"plugins": [
{
+17 -1
View File
@@ -10,5 +10,21 @@
"homepage": "https://github.com/mvanhorn/last30days-skill",
"repository": "https://github.com/mvanhorn/last30days-skill",
"license": "MIT",
"keywords": ["research", "reddit", "twitter", "youtube", "tiktok", "instagram", "trends", "prompts", "polymarket", "github", "perplexity", "threads", "pinterest", "eli5", "hacker-news"]
"keywords": [
"competitor research",
"research",
"reddit",
"twitter",
"youtube",
"tiktok",
"instagram",
"trends",
"prompts",
"polymarket",
"github",
"perplexity",
"threads",
"pinterest",
"hacker-news"
]
}
+8 -7
View File
@@ -11,6 +11,7 @@
"repository": "https://github.com/mvanhorn/last30days-skill",
"license": "MIT",
"keywords": [
"competitor research",
"research",
"reddit",
"twitter",
@@ -24,25 +25,25 @@
"perplexity",
"threads",
"pinterest",
"eli5",
"hacker-news"
],
"skills": "./skills/",
"interface": {
"displayName": "last30days",
"shortDescription": "Research what people are saying about a topic now.",
"longDescription": "last30days adds a Codex skill for researching recent discussion and engagement signals across social, video, developer, prediction-market, and web sources.",
"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.",
"developerName": "Matt Van Horn",
"category": "Research",
"capabilities": [
"Research",
"Web"
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/mvanhorn/last30days-skill",
"defaultPrompt": [
"/last30days OpenAI Codex",
"/last30days AI video tools",
"/last30days react user complaints"
"TikTok shop trends",
"Codex vs Cursor",
"best travel credit cards"
],
"brandColor": "#6F42C1"
}