Install
openclaw skills install @bettermen/inspiration-app-recommend灵感应用推荐助手。自动从 Product Hunt、GitHub Trending、Hacker News、36Kr、少数派、即刻、V2EX 等平台聚合最新热门应用/产品/开源项目,按类别智能分类,提炼可借鉴的创意灵感点与商业模式分析, 生成交互式 HTML 可视化推荐报告。解决"不知道做什么产品/应用"的创意枯竭痛点。 Triggers: 灵感推荐, 做什么应用, 产品灵感, 创意推荐, 热门应用, 最新产品, 有什么好想法, 做点什么, app inspiration, 应用灵感, 项目灵感, 有啥好项目, 新产品创意, product ideas, 灵感报告, 想做点什么, 找灵感, 创意枯竭.
openclaw skills install @bettermen/inspiration-app-recommend从互联网聚合最新热门应用/产品/项目,提供创意灵感与可执行的产品方向建议。
当用户表达以下意图时触发:
从用户输入中提取以下信息(缺失则使用默认值):
并行搜索以下数据源(根据用户偏好选择 6-8 个来源,至少覆盖国内外各 2 个):
海外源(至少选 3 个):
producthunt.com)github.com/trending)news.ycombinator.com/show)betalist.com)alternativeto.net)国内源(至少选 3 个):
36kr.com)sspai.com)okjike.com)v2ex.com)垂直源(按用户领域选择):
theresanaiforthat.com, futuretools.ioossinsight.io, gitstar-ranking.comdribbble.com, producthunt.comindiehackers.com使用 WebSearch 工具进行关键词搜索,格式:
site:producthunt.com trending products this week
site:github.com/trending this week
使用 WebFetch 工具抓取具体页面内容,提取:
将采集的产品按以下维度分类:
领域分类:AI/LLM 工具、效率工具、开发者工具、设计创意、社交社区、电商零售、教育学习、健康健身、金融科技、内容创作、企业服务、硬件 IoT、游戏娱乐、其他
创新等级:
可行性评估(为每个产品评估):
灵感提炼 — 为每个产品提炼 3 个可借鉴的创意点:
从采集数据中提炼 3-5 个当前宏观趋势:
使用内置模板 assets/report-template.html 生成交互式报告。报告包含:
报告使用步骤:
assets/report-template.html<script> 数据区域inspiration-report.htmlpresent_files 展示给用户生成报告后,提示用户可以:
报告模板中的数据注入格式如下(替换模板中的 REPORT_DATA_PLACEHOLDER):
const reportData = {
meta: {
generatedAt: "2026-06-20T19:00:00+08:00",
totalProducts: 18,
sourcesCount: 8,
focusAreas: ["AI工具", "效率工具", "SaaS"],
topTrends: ["AI Agent", "Local First", "No-Code AI"]
},
products: [
{
id: 1,
name: "产品名称",
tagline: "一句话描述",
url: "https://...",
source: "Product Hunt",
sourceIcon: "🚀",
category: "AI工具",
innovationLevel: "🔥",
description: "详细描述...",
highlights: ["亮点1", "亮点2"],
techStack: ["Next.js", "OpenAI API"],
metrics: { upvotes: 1234, stars: 567, comments: 89 },
pricing: "Freemium, $19/mo",
difficulty: "中",
timeToMVP: "1月",
marketSize: "大众",
monetization: "订阅",
inspirations: [
{ insight: "核心洞察", replicable: "可复制模式", opportunity: "差异化机会" }
]
}
],
trends: [
{ name: "趋势名", description: "描述", momentum: "上升", relatedProducts: [1,3,5] }
],
topPicks: [1, 3, 7, 12, 15]
};
WebSearch 调用并行搜索不同数据源