last30daysCommand Library →
Bookmark me

The Command Library

Copy, paste, fill in the brackets. Filter by where you're working: the terminal runs the last30days query; Desktop is where you frame the research question first.

Straight from the guide

Terminal · Claude CodeOne-line query in Claude Code
/last30days nvidia earnings reaction
Terminal · Claude CodePick your sources directly (on Hetzner)
python3 ~/.claude/skills/last30days/scripts/last30days.py "AI video tools" \
  --search reddit,x,youtube --emit compact --quick
Terminal · Claude CodeSee what's wired before you run
python3 ~/.claude/skills/last30days/scripts/last30days.py --diagnose
Terminal · Claude CodeShareable HTML brief for a client
/last30days [client niche] reviews and complaints --emit=html
Terminal · Claude CodeCompetitor scan
/last30days [our product] --competitors
Terminal · Claude CodeStart tracking a topic over time
/last30days [topic] --store
Terminal · Claude CodeAsk the research lead to use it
Have Raven run last30days on [topic] and give me the synthesis + the 3 best takes, not the raw dump.
Claude DesktopFrame the research question first
I need current sentiment on [topic] before we write. What exact question should we hand the research tool, and which platforms matter most here?

Everyday queries

Terminal · Claude CodeReaction check
/last30days [event or launch] reaction
Terminal · Claude CodeNarrow to specific platforms
/last30days [topic] --search reddit,x,youtube
Terminal · Claude CodeLast 7 days only
/last30days [topic] --days 7
Terminal · Claude CodeDeep mode for thin topics
/last30days [niche topic] --deep
Terminal · Claude CodePlain-language summary
/last30days [topic]

(then: eli5 on)

Client + competitor work

Terminal · Claude CodeShareable client brief
/last30days [client niche] complaints and praise --emit=html
Terminal · Claude CodeCompetitor comparison
/last30days [our product] --competitors
Terminal · Claude CodeTrack a topic over time
/last30days [topic] --store
Terminal · Claude CodeTarget specific subreddits
/last30days [topic] --subreddits SaaS,Entrepreneur
Terminal · Claude CodeTarget TikTok creators/hashtags
/last30days [topic] --tiktok-hashtags tag1,tag2

Ops + diagnostics

Terminal · Claude CodeCheck what's wired
python3 ~/.claude/skills/last30days/scripts/last30days.py --diagnose
Terminal · Claude CodeRun directly on Hetzner
ssh hetzner 'python3 ~/.claude/skills/last30days/scripts/last30days.py "[topic]" --emit compact'
Terminal · Claude CodeHand it to the research lead
Have Raven run last30days on [topic] and synthesize the takeaways for me.