From 2c398ef6cbe181ba2b304067c862898cfd9e0539 Mon Sep 17 00:00:00 2001 From: Matt Van Horn Date: Tue, 3 Feb 2026 13:47:10 -0800 Subject: [PATCH] Enable API keys: remove clean mode Now reads from ~/.config/last30days/.env like the regular skill. Bird CLI + API keys both work together. Co-Authored-By: Claude Opus 4.5 --- SKILL.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SKILL.md b/SKILL.md index bdd14b3..80b83ec 100644 --- a/SKILL.md +++ b/SKILL.md @@ -12,8 +12,6 @@ allowed-tools: Bash, Read, Write, AskUserQuestion, WebSearch This is the TEST version of /last30days with Bird CLI integration for free X/Twitter search. -**CLEAN MODE:** This test skill ignores your existing ~/.config/last30days/.env so you can experience the Bird CLI installation flow from scratch. - **What's new:** - Bird CLI support for free X/Twitter search (no API key needed) - Uses browser cookies for authentication @@ -110,7 +108,7 @@ chmod 600 ~/.config/last30days/.env **Step 1: Run the research script** ```bash -LAST30DAYS_CONFIG_DIR="" python3 ~/.claude/skills/last30daystest/scripts/last30days.py "$ARGUMENTS" --emit=compact 2>&1 +python3 ~/.claude/skills/last30daystest/scripts/last30days.py "$ARGUMENTS" --emit=compact 2>&1 ``` The script will automatically: