--- name: last30days-kimi description: | Research any topic across Reddit and the web from the last 30 days using kimi_search. Updated version that works without Brave API by leveraging kimi_search capabilities. Generates copy-paste-ready prompts based on current trends and discussions. license: Apache-2.0 --- # /last30days-kimi A Claude Code skill that researches topics across Reddit and the web from the last 30 days using `kimi_search`, then generates copy-paste-ready prompts. ## Why This Version? The original `last30days-skill` requires: - OpenAI API key - XAI API key or Bird CLI - Reddit API access This updated version uses **`kimi_search`** which: - ✅ Works without additional API keys - ✅ Searches Reddit, web, and news sources - ✅ Provides fresh content from recent dates - ✅ Simpler setup and configuration ## Installation ```bash # Clone to Claude Code skills directory git clone https://github.com/AlexMikhalev/last30days-skill.git ~/.claude/skills/last30days-kimi ``` ## Usage ``` /last30days-kimi [topic] /last30days-kimi [topic] for [tool] ``` ### Examples: - `/last30days-kimi prompting techniques for ChatGPT` - `/last30days-kimi iOS app mockups for Claude Code` - `/last30days-kimi What are the best rap songs lately` - `/last30days-kimi remotion animations for Claude Code` ## What It Does 1. **Researches** - Scans Reddit and web for discussions from the last 30 days using `kimi_search` 2. **Synthesizes** - Identifies patterns, best practices, and what actually works 3. **Delivers** - Writes copy-paste-ready prompts for your target tool ## Key Features - **No API keys required** - Uses `kimi_search` built into Kimi Claw - **Reddit + Web sources** - Searches both community discussions and web content - **Fresh content** - Focuses on last 30 days of discussions - **Prompt generation** - Creates ready-to-use prompts based on current trends ## Workflow ``` User: /last30days-kimi nano banana pro prompting Skill: 1. Search: "nano banana pro prompting reddit" 2. Search: "nano banana pro techniques web" 3. Analyze: Find patterns in recent discussions 4. Generate: JSON-structured prompt based on community best practices ``` ## Comparison with Original | Feature | Original last30days | last30days-kimi | |---------|---------------------|-----------------| | **API Keys** | OpenAI + XAI/Bird | None needed | | **Reddit Access** | API required | Via kimi_search | | **X/Twitter** | xAI API or Bird CLI | Not available* | | **Web Search** | OpenAI web search | kimi_search | | **Setup** | Complex (.env, auth) | Simple (clone only) | *Note: X/Twitter trends not available via kimi_search. Use web search for X-related discussions. ## X Trends Alternative Since `kimi_search` doesn't directly access X/Twitter, for X trends use: ``` /last30days-kimi "trending on X Twitter [topic]" ``` This will find web articles and discussions about X trends. ## Requirements - Kimi Claw with `kimi_search` capability - No additional API keys needed ## Limitations 1. **No direct X/Twitter access** - Uses web articles about X instead 2. **Less real-time** - May be slightly less current than direct API access 3. **No engagement metrics** - Cannot fetch upvote/like counts directly ## Future Enhancements - [ ] Add X trends via alternative methods - [ ] Cache search results for faster repeated queries - [ ] Add engagement estimation from search results - [ ] Support for more specialized sources ## Credits Based on the original `last30days-skill` by @mvanhorn: https://github.com/mvanhorn/last30days-skill Modified to use `kimi_search` for simplified deployment.