9a58fe6481
Add a lightweight hook that runs on session start to check if any API keys are configured. Warns users if no config is found and checks file permissions on existing config files. Checks (in order): .claude/last30days.env, ~/.config/last30days/.env, OPENAI_API_KEY env var, SCRAPECREATORS_API_KEY env var. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
27 lines
667 B
JSON
27 lines
667 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": ["./hooks/"]
|
|
}
|