/install business-opportunity-screenshot
Business Opportunity Skills Report & Screenshot
生成商机发现 Skills 推荐报告,并用 Chromium 打开页面进行全页滚动截屏保存。
功能特点
- 智能搜索: 调用 ClawHub API 搜索商机相关 Skills
- Fallback 机制: 当 API 限流或失败时,自动使用预设的 15 个热门商机 Skills 数据
- 详细报告: 生成美观的 HTML 报告,包含分类展示
- 自动截屏: 启动 Chromium 浏览器并自动截取全页图片
预设数据(API 失败时使用)
当 ClawHub API 超速限流时,会自动使用以下预设 Skills:
🔍 商机发现
- opportunity-discovery
- business-opportunity-detector
- opportunity-assessment
📊 市场分析
- market-environment-analysis
- market-analysis-cn
- market-sentiment-pulse
💼 商业战略
- business-development
- business
- startup
🎯 获客引流
- lead-generation
- lead-researcher
🛠️ 创业工具
- startup-toolkit
- startup-financial-modeling
- competitor-analysis
输入参数
query: 搜索关键词(可选,默认 "opportunity")output_name: 输出文件名(可选,默认 "商业发现-${日期}")
输出
- HTML 报告文件(保存在 workspace 根目录)
- Chromium 浏览器打开页面
- 全页截屏保存到 output 目录(文件名:${output_name}.jpg)
依赖
clawhubCLIchromium-browserpuppeteer-corenpm 包- WSL2 环境 + DISPLAY=:0
安装依赖
cd /home/xiaoduo/.openclaw/workspace-product/skills/business-opportunity-screenshot
npm install puppeteer-core
使用方法
# 基本用法
node scripts/screenshot.js
# 指定搜索关键词
node scripts/screenshot.js business
# 指定输出名称
node scripts/screenshot.js opportunity "商机报告-2026-03-16"
关键工具
1. ClawHub 搜索
clawhub search \x3C关键词>
2. 获取 Skill 详情
clawhub inspect \x3Cskill-slug>
3. 启动 Chromium(调试模式)
export DISPLAY=":0" && chromium-browser --remote-debugging-port=9222 \x3Curl>
4. Puppeteer 连接截屏
const puppeteer = require('puppeteer-core');
const browser = await puppeteer.connect({ browserURL: 'http://localhost:9222' });
await page.screenshot({ path: 'output.jpg', fullPage: true });
触发词
- 商机发现报告
- 商机 skills 截图
- 商业机会 skills 报告
- 生成商机发现页面并截屏
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install business-opportunity-screenshot - After installation, invoke the skill by name or use
/business-opportunity-screenshot - Provide required inputs per the skill's parameter spec and get structured output
What is Business Opportunity Screenshot?
Generate a business opportunity Skills report with ClawHub data, open it in Chromium, and capture a full-page screenshot saved to the output directory. It is an AI Agent Skill for Claude Code / OpenClaw, with 236 downloads so far.
How do I install Business Opportunity Screenshot?
Run "/install business-opportunity-screenshot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Business Opportunity Screenshot free?
Yes, Business Opportunity Screenshot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Business Opportunity Screenshot support?
Business Opportunity Screenshot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Business Opportunity Screenshot?
It is built and maintained by xingxiuye (@jakliao); the current version is v1.0.0.