Poll competitive crawl triggers, aggregate the last 6 months of product, review, and QA data by category, produce structured analysis context and a report skeleton, upload outputs to OSS, then send a DingTalk summary. Use for database-driven scheduled competitor analysis in OpenClaw.
/install bbt-competitive-analysis
Competitive Analysis
Use When
- The competitor analysis tables already exist.
- You need to poll
competitive_crawl_triggeron a schedule. - You need standardized reports grouped by
category. - You need to send summaries to a DingTalk robot.
Do not use this skill for:
- one-off ad hoc analysis
- open-ended research without database inputs
- flexible report generation without a fixed template
Required Inputs
- Database connection:
COMPETITIVE_ANALYSIS_DSN - OSS endpoint:
OSS_ENDPOINT - OSS bucket:
OSS_BUCKET - OSS access key id:
OSS_ACCESS_KEY_ID - OSS access key secret:
OSS_ACCESS_KEY_SECRET - DingTalk webhook:
DINGTALK_WEBHOOK - Optional DingTalk signing secret:
DINGTALK_SECRET - In OpenClaw, prefer environment injection through
skills.entries.competitive_analysis.env
Goal
- Find unconsumed trigger rows where
status='success'. - Load the last 6 months of product, review, and QA data.
- Aggregate results by
category. - Produce
analysis_context.jsonfor the host to continue narrative generation. - Generate a
Markdown/HTMLskeleton that follows the reference PDF structure. - Send a DingTalk summary.
- Mark trigger rows as consumed after success.
Entry Points
Primary command:
python3 {baseDir}/scripts/run_report.py
Common arguments:
--category CATEGORY--since-months 6--limit 20
Files
SKILL.md: skill entry instructionsreferences/report-outline.md: report structure contractreferences/data-contract.md: data contract and field expectationsreferences/openclaw-setup.md: OpenClaw setup examplescripts/run_report.py: main CLIscripts/render_report.py: Markdown/HTML renderingscripts/send_dingtalk.py: DingTalk deliveryanalysis_context.json: structured analysis context for the host runtime
Rules
- Follow the reference PDF for section order.
- If fields are missing, keep the section and mark values as
未采集or待补充. - Keep the CLI stateless and let an external scheduler trigger it.
- Do not call any external LLM API from the script.
- Let the host runtime generate deeper narrative content from
analysis_context.jsonandreferences/report-outline.md. - In OpenClaw, prefer host-managed environment injection over
.env.
Minimal Workflow
- Read
references/data-contract.md. - Confirm that the trigger table already includes the consumption fields.
- Configure
skills.entries.competitive_analysis.envas shown inreferences/openclaw-setup.md. - Start a new OpenClaw session so the skill reloads.
- Run
python3 {baseDir}/scripts/run_report.pyor invoke it from an external scheduler. - Read the generated
analysis_context.json. - Let the host runtime generate the final narrative based on
references/report-outline.md. - Validate the final output against the report outline.
Success Criteria
- New successful trigger rows are detected.
- Reports are generated per
category. - Section structure matches the reference report.
- DingTalk receives the summary message.
- Trigger rows are marked as consumed.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bbt-competitive-analysis - 安装完成后,直接呼叫该 Skill 的名称或使用
/bbt-competitive-analysis触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Poll competitive crawl triggers, aggregate the last 6 months of product, review, and QA data by category, produce structured analysis context and a report skeleton, upload outputs to OSS, then send a DingTalk summary. Use for database-driven scheduled competitor analysis in OpenClaw. 是什么?
Poll competitive crawl triggers, aggregate the last 6 months of product, review, and QA data by category, produce structured analysis context and a report sk... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。
如何安装 Poll competitive crawl triggers, aggregate the last 6 months of product, review, and QA data by category, produce structured analysis context and a report skeleton, upload outputs to OSS, then send a DingTalk summary. Use for database-driven scheduled competitor analysis in OpenClaw.?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bbt-competitive-analysis」即可一键安装,无需额外配置。
Poll competitive crawl triggers, aggregate the last 6 months of product, review, and QA data by category, produce structured analysis context and a report skeleton, upload outputs to OSS, then send a DingTalk summary. Use for database-driven scheduled competitor analysis in OpenClaw. 是免费的吗?
是的,Poll competitive crawl triggers, aggregate the last 6 months of product, review, and QA data by category, produce structured analysis context and a report skeleton, upload outputs to OSS, then send a DingTalk summary. Use for database-driven scheduled competitor analysis in OpenClaw. 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Poll competitive crawl triggers, aggregate the last 6 months of product, review, and QA data by category, produce structured analysis context and a report skeleton, upload outputs to OSS, then send a DingTalk summary. Use for database-driven scheduled competitor analysis in OpenClaw. 支持哪些平台?
Poll competitive crawl triggers, aggregate the last 6 months of product, review, and QA data by category, produce structured analysis context and a report skeleton, upload outputs to OSS, then send a DingTalk summary. Use for database-driven scheduled competitor analysis in OpenClaw. 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Poll competitive crawl triggers, aggregate the last 6 months of product, review, and QA data by category, produce structured analysis context and a report skeleton, upload outputs to OSS, then send a DingTalk summary. Use for database-driven scheduled competitor analysis in OpenClaw.?
由 Wan Wei(@wandervine)开发并维护,当前版本 v1.0.0。