b6fd5ff406
- Fix plugin.json hooks field from invalid array to empty object - Add Claude Code plugin install above ClawHub badge - Version bump to v2.9.5 with new features block (Bluesky, comparative mode, ScrapeCreators X, per-project env, expanded tests) - Add Bluesky to all source list references - Document BSKY_HANDLE/BSKY_APP_PASSWORD env vars in install + optional sections Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
27 lines
657 B
JSON
27 lines
657 B
JSON
{
|
|
"name": "last30days",
|
|
"version": "2.9.5",
|
|
"description": "Research any topic from the last 30 days across Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, and the web.",
|
|
"author": {
|
|
"name": "Matt Van Horn",
|
|
"email": "mvanhorn@gmail.com",
|
|
"url": "https://github.com/mvanhorn"
|
|
},
|
|
"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"
|
|
],
|
|
"skills": ["./"],
|
|
"hooks": {}
|
|
}
|