📦 Market Research Automation — 市场研究自动化

v1.0.0

自动化市场研究技能。从社交媒体挖掘用户痛点并分析竞争对手。适用于产品发布前的市场验证、用户需求分析和竞争对手功能对比。

0· 31·0 当前·0 累计
openlark 头像by @openlark (OpenLark)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/16
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
该技能声称可以从社交媒体挖掘数据并进行实时竞争对手抓取,但实际代码仅使用本地模拟数据,且说明文档仅要求安装网络抓取库而未展示任何网络请求或凭证使用——这种不匹配值得在使用或扩展前保持谨慎。
评估建议
该技能存在内部不一致:宣传社交媒体挖掘和实时竞争对手抓取,但实际代码仅使用静态模拟数据,未进行任何网络请求或 API 调用。在安装/使用前:(1) 如需实时数据,要求作者明确说明 API 调用的具体方式及所需凭证(如有)。(2) 审查未来添加 requests/beautifulsoup 使用的更改,确保 API 端点和凭证处理明确且安全(无硬编码令牌或未知远程端点)。(3) 如计划扩展到网络抓取,仅在隔离环境中运行 pip install 和脚本。(4) 如需添加 API 密钥,请存储在安全的环境变量中并审计网络调用以避免意外数据泄露。如果仅需要基于模拟数据生成报告/模板,当前风险较低。...
详细分析 ▾
用途与能力
名称/描述声称:'从社交媒体挖掘用户痛点'和'分析竞争对手'。实际情况:包含的 Python 脚本仅包含模拟/本地的 MARKET_DATA 和 COMPETITOR_DATA,未进行任何网络请求或社交媒体 API 访问。SKILL.md 承认'当前版本使用模拟数据,可扩展到真实 API 调用'。这是可以解释的不匹配,但意味着该技能目前无法提供其宣传的'挖掘'能力。
指令范围
运行时指令仅限于运行脚本和安装依赖(requests、beautifulsoup4、pandas)。SKILL.md 引用 X/Twitter API 和 Google Trends 作为数据源,但提供的脚本未使用这些服务,也未请求或演示处理 API 密钥。指令未要求代理读取无关系统文件或泄露数据,但如果要扩展的话,为连接外部 API 留下了开放性指导。
安装机制
无安装规范(仅指令)。唯一的安装指导是 pip install 常用库的推荐;没有归档下载、第三方安装脚本或不明 URL。就目前而言风险较低。
凭证需求
该技能未声明所需的环境变量或凭证。然而,文档说明的目的(挖掘社交媒体/Google Trends)通常需要 API 凭证;SKILL.md 目前未请求它们。如果代码扩展到调用外部 API,将需要凭证——当前缺少声明的环境变量与纯模拟实现一致,但与宣传的实时数据能力不一致。
持久化与权限
技能不请求持久存在(always:false),不修改其他技能配置,且提供的脚本仅生成报告而非修改系统设置。未请求提升权限。
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/16

市场研究自动化技能首次发布。- 引入市场规模估算(TAM/SAM/SOM)、竞争对手分析和问卷生成自动化工具。- 添加通过 market_researcher_tool.py 进行研究、对比和问卷任务的命令行工作流。- 提供详细使用说明和示例报告输出格式。- 引用行业标准数据源并强调不伪造发现结果。- 移除竞争对手分析、验证和证据分级的旧文档,采用新的简化指南。

无害

安装命令

点击复制
官方npx clawhub@latest install market-research-automation
镜像加速npx clawhub@latest install market-research-automation --registry https://cn.longxiaskill.com

技能文档

Mine user pain points from social media and analyze competitors. Applicable for market validation before product launch, user needs analysis, and competitor feature comparison.

Trigger Conditions

  • Market research
  • Competitor analysis
  • market research
  • competitor analysis
  • User research
  • survey generation
  • TAM SAM SOM
  • Market size estimation

Core Capabilities

Capability 1: Market Sizing — TAM/SAM/SOM Three-Layer Model

Estimate the Total Addressable Market (TAM), Serviceable Available Market (SAM), and Serviceable Obtainable Market (SOM) for a target market.

Capability 2: In-Depth Competitor Analysis — Feature/Pricing/User Review Comparison Matrix

Compare multiple competitors across dimensions such as features, pricing, target users, strengths, and weaknesses.

Capability 3: Automatic Generation of User Interview Frameworks and Survey Questionnaires

Automatically generate structured user survey questionnaires based on the research topic.

Usage Workflow

Scenario 1: Market Sizing Research

python3 scripts/market_researcher_tool.py research --market 'AI Writing Tools'

Scenario 2: Competitor Analysis

python3 scripts/market_researcher_tool.py compete --products 'Jasper,Copy.ai,Notion AI'

Scenario 3: Generate Survey Questionnaire

python3 scripts/market_researcher_tool.py survey --topic 'AI Writing Tools'

Command Details

research - Market Research

Purpose: Estimate market size and generate a TAM/SAM/SOM analysis report.

Parameters:

  • --market: Market name (required)
  • --output, -o: Output file path (optional, defaults to console output)

Example:

python3 scripts/market_researcher_tool.py research --market 'AI Writing Tools' -o report.md

compete - Competitor Analysis

Purpose: Compare features, pricing, and user reviews of multiple competitors.

Parameters:

  • --products: List of competitors, comma-separated (required)
  • --output, -o: Output file path (optional)

Example:

python3 scripts/market_researcher_tool.py compete --products 'Jasper,Copy.ai,Notion AI,ChatGPT' -o compete.md

survey - Generate Survey Questionnaire

Purpose: Automatically generate a structured user survey questionnaire.

Parameters:

  • --topic: Research topic (required)
  • --output, -o: Output file path (optional)

Example:

python3 scripts/market_researcher_tool.py survey --topic 'AI Writing Tools' -o survey.md

Output Format

Market Research Report

# 📊 Market Research Automation Report

Generated on: YYYY-MM-DD HH:MM

Key Findings

  • [Key Finding 1]
  • [Key Finding 2]
  • [Key Finding 3]

Market Size Analysis (TAM/SAM/SOM)

MetricValueDescription
TAM$XXX BillionTotal Addressable Market
SAM$YYY BillionServiceable Available Market
SOM$ZZZ BillionServiceable Obtainable Market

Actionable Recommendations

PriorityRecommendationExpected Outcome
🔴 High[Specific recommendation][Quantified expectation]

Competitor Analysis Report

# 🔍 In-Depth Competitor Analysis Report

Competitor Comparison Matrix

| Product | Pricing | User Rating | Target User | Key Strengths | Main Weaknesses |

Competitive Strategy Recommendations

| Priority | Recommendation | Expected Outcome |

User Survey Questionnaire

# 📋 User Survey Questionnaire

Basic Information

Q1. What is your current job role?

○ Product Manager ○ Marketing ○ Content Creation

...

Current Usage

Q2. How often do you use AI writing tools?

○ Multiple times daily ○ Once daily

...

Pain Points and Needs

Q3. What feature would you most like to see improved in AI writing tools?

________________________________________

Prerequisites

Install Python dependencies before first use:

pip install requests beautifulsoup4 pandas

References

Notes

  • All analysis is based on data obtained by the script; data is not fabricated.
  • Missing data fields are marked "Data Unavailable" rather than guessed.
  • It is recommended to combine with human judgment; AI analysis is for reference only.
  • The current version uses mock data and can be extended to real API calls.
数据来源ClawHub ↗ · 中文优化:龙虾技能库