feat: publish to ClawHub as last30days-official

- Add ClawHub badge and install command to README
- Update SKILL.md: metadata.openclaw canonical key, license/author/repository fields, optionalEnv vars, added instagram/polymarket tags
- Add .clawhubignore to exclude binary assets and dev files from bundle

Published: https://clawhub.ai/skills/last30days-official

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Matt Van Horn
2026-03-06 18:08:11 -08:00
parent e690d61a12
commit ef1f380cda
3 changed files with 38 additions and 1 deletions
+19
View File
@@ -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
+6
View File
@@ -1,5 +1,11 @@
# /last30days v2.9.1 # /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. **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). **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).
+13 -1
View File
@@ -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' argument-hint: 'last30 AI video tools, last30 best project management tools'
allowed-tools: Bash, Read, Write, AskUserQuestion, WebSearch allowed-tools: Bash, Read, Write, AskUserQuestion, WebSearch
homepage: https://github.com/mvanhorn/last30days-skill homepage: https://github.com/mvanhorn/last30days-skill
repository: https://github.com/mvanhorn/last30days-skill
author: mvanhorn
license: MIT
user-invocable: true user-invocable: true
metadata: metadata:
clawdbot: openclaw:
emoji: "📰" emoji: "📰"
requires: requires:
env: env:
- SCRAPECREATORS_API_KEY - SCRAPECREATORS_API_KEY
optionalEnv:
- OPENAI_API_KEY
- XAI_API_KEY
- OPENROUTER_API_KEY
- PARALLEL_API_KEY
- BRAVE_API_KEY
- APIFY_API_TOKEN
bins: bins:
- node - node
- python3 - python3
@@ -25,7 +35,9 @@ metadata:
- x - x
- youtube - youtube
- tiktok - tiktok
- instagram
- hackernews - hackernews
- polymarket
- trends - trends
- prompts - prompts
--- ---