4aae93ee5d
* fix: remove duplicate command wrapper so plugin exposes only the skill (#461) The plugin shipped both commands/last30days.md and the skill under the same name, so /last30 surfaced two `last30days` entries with two different descriptions. Remove the wrapper; the skill already carries its own argument-hint, so the /last30days <topic> picker UX is unchanged. Also corrects the README install note that claimed Claude Code dedupes the slash command across install methods (it does not), and bumps 3.3.0 -> 3.3.1 across plugin.json, marketplace.json, gemini-extension.json, and SKILL.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * fix: bump pyproject.toml version to 3.3.1 (manifest contract) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * chore: update uv.lock for 3.3.1 version bump Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
25 lines
737 B
JSON
25 lines
737 B
JSON
{
|
|
"name": "last30days-skill",
|
|
"owner": {
|
|
"name": "Matt Van Horn",
|
|
"url": "https://github.com/mvanhorn"
|
|
},
|
|
"metadata": {
|
|
"description": "Marketplace hosting the Last 30 Days research plugin."
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "last30days",
|
|
"description": "Research any topic across Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, GitHub, and 5+ more sources. AI agent scores by upvotes, likes, and real money - not editors.",
|
|
"version": "3.3.1",
|
|
"author": {
|
|
"name": "Matt Van Horn",
|
|
"url": "https://github.com/mvanhorn"
|
|
},
|
|
"source": "./",
|
|
"category": "productivity",
|
|
"homepage": "https://github.com/mvanhorn/last30days-skill"
|
|
}
|
|
]
|
|
}
|