技能 last30days
📦

last30days

低風險 🌐 網路存取🔑 環境變數

研究過去 30 天的熱門話題

掌握快速變化的 AI 趨勢資訊,不被雜訊淹沒。此技能會找出人們實際正在按讚和討論的內容,然後為您的目標工具撰寫可複製貼上的提示詞。

支援: Claude Codex Code(CC)
🥈 78 白銀
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「last30days」。 Research Midjourney v6 prompting techniques

預期結果:

Top 5 prompting patterns emerged: (1) multi-shot style references, (2) camera angle keywords, (3) lighting descriptors, (4) aspect ratio tuning, (5) style raw mode. Most upvoted posts emphasize concrete visual anchors over abstract descriptions. Sample prompt structure provided.

正在使用「last30days」。 Best Claude Code skills for git workflows

預期結果:

Most mentioned: /commit (5x), git-worktree skill (3x), /pr creation (3x). The Remotion integration announcement received 16K likes. Key pattern: skills under 500 lines get more adoption. Three specific workflows identified with code examples.

安全審計

低風險
v1 • 2/25/2026

Static analyzer detected 484 pattern matches, but 480+ are false positives from markdown documentation (backtick code blocks misidentified as shell execution) and test fixtures. The skill legitimately accesses user-configured API keys (OPENAI_API_KEY, XAI_API_KEY) from ~/.config/last30days/.env and makes HTTP requests to Reddit/X APIs for research. No malicious intent detected. Risk limited to expected behavior for an API-based research tool.

36
已掃描檔案
7,074
分析行數
4
發現項
1
審計總數
低風險問題 (2)
Environment Variable Access
Skill reads OPENAI_API_KEY and XAI_API_KEY from user config file ~/.config/last30days/.env and environment variables. This is expected behavior for API-based tools but requires user awareness.
External HTTP Requests
Skill makes HTTP requests to Reddit API, X API, and general web search endpoints. All destinations are documented (reddit.com, x.ai, openai.com) and requests use standard libraries with proper error handling.
審計者: claude

品質評分

73
架構
100
可維護性
85
內容
34
社群
86
安全
91
規範符合性

你能建構什麼

提示詞工程研究

透過分析社群分享和按讚的內容,研究特定 AI 工具的最新提示詞技術

產品推薦發現

找出人們推薦的特定工具和產品,按互動訊號排名而非 SEO

趨勢監控

追蹤 AI 工具、病毒式內容或新聞等快速變化領域中目前正在討論的內容

試試這些提示

基礎主題研究
Research the best [topic] from the last 30 days and summarize what people are recommending
工具特定提示詞研究
Research [topic] techniques for [target tool] and write copy-paste prompts I can use
比較性產品分析
Find discussions comparing [product A] vs [product B] from the last 30 days on Reddit and X
全方位來源深度研究
Do comprehensive research on [topic] using Reddit, X, and web sources. Include engagement metrics and identify patterns across all three sources

最佳實務

  • 指定主題和目標工具以獲得最相關的提示詞推薦
  • 查看互動指標以找出經過社群驗證的洞察
  • 對於重要主題使用 --deep 旗標進行全面研究

避免

  • 不要期望取得超過 30 天範圍的歷史資料
  • 不要用於線上討論很少的主題
  • 在根據推薦採取行動前不要跳過查看原始來源

常見問題

我需要 API 金鑰才能使用此技能嗎?
不需要。當未設定金鑰時,技能會使用 WebSearch 回退運作。然而,新增 OPENAI_API_KEY 可解鎖帶有真實讚數和評論的 Reddit 資料,而 XAI_API_KEY 可解鎖帶有按讚和轉發的 X 貼文。
技能如何強制執行 30 天範圍?
技能會將日期限制傳遞給 API 搜尋,並套用硬性日期篩選作為安全網。日期在範圍外的項目會被排除在結果之外。
我可以快取結果以避免重複的 API 呼叫嗎?
是的。結果會自動快取 24 小時,以主題和日期範圍作為金鑰。使用 --refresh 旗標可略過快取並取得新資料。
如果我的主題很少有最近的討論怎麼辦?
技能會顯示有限的資料警告,並包含較舊的長期內容。它會誠實地呈現稀疏的結果,而不是編造發現。
其他技能可以使用研究輸出嗎?
是的。輸出檔案會寫入 ~/.local/share/last30days/out/,可透過 --emit=context 或 --emit=json 匯入,以供其他技能程式化使用。
我的研究主題會傳送至外部 API 嗎?
是的。您的主題查詢會傳送至 OpenAI 和 xAI API 進行研究。請勿在研究主題中包含敏感資訊。