Rename skill from last30daystest to last30days

- Update skill name and description (remove TEST markers)
- Update script path to ~/.claude/skills/last30days/
- Clean up header, keep Bird CLI features prominent

Ready for local testing as the main skill.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Matt Van Horn
2026-02-03 16:11:21 -08:00
parent 17485ec797
commit 4e972d009c
+9 -13
View File
@@ -1,6 +1,6 @@
--- ---
name: last30daystest name: last30days
description: TEST VERSION - Research a topic from the last 30 days on Reddit + X + Web with Bird CLI support. description: Research a topic from the last 30 days on Reddit + X + Web with Bird CLI support.
argument-hint: "[topic] for [tool]" or "[topic]" argument-hint: "[topic] for [tool]" or "[topic]"
context: fork context: fork
agent: Explore agent: Explore
@@ -8,19 +8,15 @@ disable-model-invocation: true
allowed-tools: Bash, Read, Write, AskUserQuestion, WebSearch allowed-tools: Bash, Read, Write, AskUserQuestion, WebSearch
--- ---
# last30daystest: TEST VERSION with Bird CLI Support # last30days: Research the Last 30 Days
This is the TEST version of /last30days with Bird CLI integration for free X/Twitter search.
**What's new:**
- Bird CLI support for free X/Twitter search (no API key needed)
- Uses browser cookies for authentication
- Auto-detects Bird if installed (no prompts)
- Shows Bird install instructions in promo if not configured
- Falls back to WebSearch if Bird not available
Research ANY topic across Reddit, X, and the web. Surface what people are actually discussing, recommending, and debating right now. Research ANY topic across Reddit, X, and the web. Surface what people are actually discussing, recommending, and debating right now.
**Features:**
- Bird CLI support for free X/Twitter search (no API key needed)
- Auto-detects Bird if installed (no prompts)
- Falls back to xAI API or WebSearch if Bird not available
Use cases: Use cases:
- **Prompting**: "photorealistic people in Nano Banana Pro", "Midjourney prompts", "ChatGPT image generation" → learn techniques, get copy-paste prompts - **Prompting**: "photorealistic people in Nano Banana Pro", "Midjourney prompts", "ChatGPT image generation" → learn techniques, get copy-paste prompts
- **Recommendations**: "best Claude Code skills", "top AI tools" → get a LIST of specific things people mention - **Recommendations**: "best Claude Code skills", "top AI tools" → get a LIST of specific things people mention
@@ -108,7 +104,7 @@ chmod 600 ~/.config/last30days/.env
**Step 1: Run the research script** **Step 1: Run the research script**
```bash ```bash
python3 ~/.claude/skills/last30daystest/scripts/last30days.py "$ARGUMENTS" --emit=compact 2>&1 python3 ~/.claude/skills/last30days/scripts/last30days.py "$ARGUMENTS" --emit=compact 2>&1
``` ```
The script will automatically: The script will automatically: