a4d09e470e
Add CHANGELOG.md (Keep a Changelog format) and release-notes.md for the v2.1.0 GitHub Release. Also includes queued copy updates: plugin.json version bump to 2.1.0, YouTube added to descriptions, SKILL.md security/permissions section and ClawdBot metadata, updated watchlist examples, and v2.1 launch post refinements. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
381 B
JSON
13 lines
381 B
JSON
{
|
|
"name": "last30days",
|
|
"description": "Research any topic from the last 30 days across Reddit, X, YouTube, and the web",
|
|
"version": "2.1.0",
|
|
"author": {
|
|
"name": "mvanhorn"
|
|
},
|
|
"repository": "https://github.com/mvanhorn/last30days-skill",
|
|
"license": "MIT",
|
|
"keywords": ["research", "reddit", "twitter", "x", "youtube", "trends", "prompts"],
|
|
"skills": ["./"]
|
|
}
|