diff --git a/.clawhubignore b/.clawhubignore new file mode 100644 index 0000000..46dd541 --- /dev/null +++ b/.clawhubignore @@ -0,0 +1,19 @@ +# Exclude binary assets and dev/test artifacts from ClawHub bundle +assets/ +docs/ +fixtures/ +tests/ +plans/ +agents/ +variants/ +release-notes.md +SPEC.md +TASKS.md +SKILL-original.md +*.jsonl +*.json +*.mp3 +*.jpeg +*.jpg +*.png +*.gif diff --git a/README.md b/README.md index 17c025f..5ff77b8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # /last30days v2.9.1 +[![ClawHub](https://img.shields.io/badge/ClawHub-last30days--official-blue)](https://clawhub.ai/skills/last30days-official) + +```bash +clawhub install last30days-official +``` + **The AI world reinvents itself every month. This skill keeps you current.** /last30days researches your topic across Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, and the web from the last 30 days, finds what the community is actually upvoting, sharing, betting on, and saying on camera, and writes you a grounded narrative with real citations. Whether it's Seedance 2.0 access, paper.design prompts, or the latest Nano Banana Pro techniques, you'll know what people who are paying attention already know. **New in v2.9.1 — Auto-save to ~/Documents/Last30Days/:** Every run now saves the complete briefing as a topic-named `.md` file to your Documents folder. Build a personal research library automatically. Inspired by [@devin_explores](https://x.com/devin_explores). diff --git a/SKILL.md b/SKILL.md index f6e8fba..877852b 100644 --- a/SKILL.md +++ b/SKILL.md @@ -5,13 +5,23 @@ description: "Research a topic from the last 30 days. Also triggered by 'last30' argument-hint: 'last30 AI video tools, last30 best project management tools' allowed-tools: Bash, Read, Write, AskUserQuestion, WebSearch homepage: https://github.com/mvanhorn/last30days-skill +repository: https://github.com/mvanhorn/last30days-skill +author: mvanhorn +license: MIT user-invocable: true metadata: - clawdbot: + openclaw: emoji: "📰" requires: env: - SCRAPECREATORS_API_KEY + optionalEnv: + - OPENAI_API_KEY + - XAI_API_KEY + - OPENROUTER_API_KEY + - PARALLEL_API_KEY + - BRAVE_API_KEY + - APIFY_API_TOKEN bins: - node - python3 @@ -25,7 +35,9 @@ metadata: - x - youtube - tiktok + - instagram - hackernews + - polymarket - trends - prompts ---