How to install mvanhorn/last30days-skill. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
mvanhorn/last30days-skill Installation Guide
How to install mvanhorn/last30days-skill. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for mvanhorn/last30days-skill. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i mvanhorn/last30days-skillor
Install via npx
npx @hexmos/ipm i mvanhorn/last30days-skillPrerequisites
Node.js
runtimeVersion: 22+
git
cliPython
runtimeyt-dlp
cliVersion: optional
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Claude Code Plugin (recommended)
/plugin marketplace add mvanvan/last30days-skill
/plugin install last30days@last30days-skillGemini CLI
gemini extensions install https://github.com/mvanhorn/last30days-skill.gitManual Install (Claude Code / Codex)
git clone https://github.com/mvanhorn/last30days-skill.git ~/.claude/skills/last30days
mkdir -p ~/.config/last30days
cat > ~/.config/last30days/.env << 'EOF'
SCRAPECREATORS_API_KEY=...
OPENAI_API_KEY=sk-...
AUTH_TOKEN=...
CT0=...
XAI_API_KEY=xai-...
BSKY_HANDLE=you.bsky.social
BSKY_APP_PASSWORD=xxxx-xxxx-xxxx
EOF
chmod 600 ~/.config/last30days/.envCodex CLI
git clone https://github.com/mvanhorn/last30days-skill.git ~/.agents/skills/last30daysOpen Variant (Watchlist + Briefings)
cp variants/open/SKILL.md ~/.claude/skills/last30days/SKILL.md
last30 watch my biggest competitor every week
last30 run all my watched topicsPost Installation Steps
- Ensure Node.js 22+ is installed for X search.
- Configure API keys (SCRAPECREATORS_API_KEY, OPENAI_API_KEY, AUTH_TOKEN, CT0, XAI_API_KEY, BSKY_HANDLE, BSKY_APP_PASSWORD) in ~/.config/last30days/.env for full functionality.
- Verify installation by running: node ~/.claude/skills/last30days/scripts/lib/vendor/bird-search/bird-search.mjs --whoami
