← Back to Skills Marketplace
wuyunfeng8

China Research

by 云峰 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
100
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install china-research
Description
国内社交媒体调研工具。触发条件:(1) 用户想了解某个领域的真实需求 (2) 用户想调研国内市场机会 (3) 用户想做产品需求验证 (4) 用户问"最近国内XX有什么动态" (5) 用户提及"国内调研"、"市场调研"、"用户反馈
README (SKILL.md)

china-research

国内社交媒体调研技能,给定话题后自动搜索国内主流平台的真实用户讨论,生成带引用的调研报告。

技术方案

通过 mcporter 调用 glm-web-search 或 tavily-search,使用 site: 指令间接搜索各平台内容,然后用 AI 整合生成报告。

执行流程

步骤 1: 确认搜索话题

向用户确认要调研的话题,并了解:

  • 调研目的(产品验证/市场分析/竞品研究)
  • 关注的侧重点(用户痛点/市场机会/现有方案)

步骤 2: 执行多轮搜索

对每个话题,分多轮搜索不同平台组合:

第1轮 - 通用搜索:

mcporter call glm-search.webSearchPrime search_query="\x3C话题> site:xiaohongshu.com OR site:zhihu.com OR site:weibo.com"

第2轮 - 痛点搜索:

mcporter call glm-search.webSearchPrime search_query="\x3C话题> 痛点 site:v2ex.com OR site:jike.city OR site:sspai.com"

第3轮 - 商业搜索:

mcporter call glm-search.webSearchPrime search_query="\x3C话题> site:36kr.com OR site:huxiu.com"

第4轮 - 技术搜索(如适用):

mcporter call glm-search.webSearchPrime search_query="\x3C话题> 推荐 site:zhihu.com OR site:v2ex.com"

每次搜索取 top 5 结果,总共最多 20 条来源。

步骤 3: 整合分析

根据搜索结果,按以下结构整理:

  1. 提取核心发现(3-5个要点)
  2. 归纳用户真实痛点
  3. 总结现有解决方案
  4. 分析市场空白与机会

步骤 4: 生成报告

按标准格式输出调研报告。

搜索策略模板

平台组合搜索

搜索目的 平台组合 搜索模板
大众反馈 小红书+知乎+微博 \x3C话题> site:xiaohongshu.com OR site:zhihu.com OR site:weibo.com
深度痛点 V2EX+即刻+少数派 \x3C话题> 痛点/抱怨/问题 site:v2ex.com OR site:jike.city OR site:sspai.com
商业分析 36氪+虎嗅 \x3C话题> site:36kr.com OR site:huxiu.com
技术讨论 知乎+V2EX \x3C话题> site:zhihu.com OR site:v2ex.com

关键词变体

对同一话题,尝试不同关键词:

  • \x3C话题> 痛点
  • \x3C话题> 体验
  • \x3C话题> 推荐
  • \x3C话题> 吐槽
  • \x3C话题> 评测

输出格式

## 📋 [话题] 调研报告

**时间:YYYY-MM-DD | 数据来源:N条**

### 一、核心发现(3-5个要点)
- 发现1
- 发现2
- 发现3

### 二、用户真实痛点
(从知乎/V2EX/即刻提取的抱怨和需求)
- 痛点1:描述 + 来源
- 痛点2:描述 + 来源

### 三、现有解决方案
(市场上已有的产品/方案)
- 方案1:描述 + 来源
- 方案2:描述 + 来源

### 四、市场空白与机会
(有需求但解决方案不完善的领域)
- 机会1
- 机会2

### 五、参考来源
1. [标题](url) - 来源平台 - 摘要
2. [标题](url) - 来源平台 - 摘要
...

注意事项

  1. 来源必须可追溯:每个观点都要有来源链接
  2. 区分事实与观点:用户评论是主观观点,媒体报道是客观信息
  3. 时效性:优先引用近期内容(1年内)
  4. 平台特性:不同平台用户画像不同,结论要注明来源平台

参考文件

Usage Guidance
This skill appears to do what it says (search Chinese social platforms and produce a sourced report), but before installing or enabling it confirm the following: (1) the runtime must provide 'mcporter' and the named connectors (glm-search.webSearchPrime, tavily-search) — ask the publisher which binaries/connectors are required or declare them in the skill metadata; (2) identify exactly which external services will receive your search queries (the connectors' endpoints) and review their privacy/retention policies — your search terms (possibly sensitive) will be sent to those services; (3) verify whether any API keys or credentials are needed for the connectors and where those secrets will be stored; (4) ensure the intended scraping/search behavior complies with target platforms' terms of service; and (5) if you require stronger privacy, consider running searches through a trusted, auditable search provider or doing manual sampling instead. If the publisher can confirm the mcporter/connectors are internal and that no external third-party endpoints or undisclosed credentials are involved, the remaining issues are lower risk.
Capability Analysis
Type: OpenClaw Skill Name: china-research Version: 1.0.0 The china-research skill bundle is a legitimate tool designed for market research on Chinese social media platforms. It uses the mcporter tool to perform targeted web searches via glm-search.webSearchPrime on specific domains like zhihu.com, xiaohongshu.com, and v2ex.com. The logic in SKILL.md and references/platforms.md is transparent, lacks any malicious execution or data exfiltration patterns, and strictly follows its stated purpose of gathering and summarizing public user feedback.
Capability Assessment
Purpose & Capability
The skill claims to perform web searches across Chinese platforms and its instructions use the 'mcporter' tool to call connectors (glm-search.webSearchPrime / tavily-search). However the skill metadata declares no required binaries or tools. Either the runtime must already provide mcporter and those connectors, or the skill is missing a declared dependency — this is an incoherence that affects whether the skill can perform its stated purpose.
Instruction Scope
Instructions are narrowly scoped to searching public platforms (site: queries), extracting top results, and producing a sourced report — which fits the stated purpose. However the SKILL.md explicitly routes all searches through third-party connectors (glm-web-search, tavily-search) invoked via 'mcporter', which means user queries and topics will be forwarded to whatever endpoints back those connectors. The skill does not document or disclose those endpoints, credentials, or privacy/retention behavior.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — nothing will be written to disk by the skill package itself. That is low-risk, provided the runtime environment supplies the tools the instructions assume.
Credentials
The skill declares no environment variables or credentials, but its instructions rely on external search connectors that often require API keys or configuration. The metadata does not declare those credentials (primaryEnv or requires.env). This omission could hide required secrets or make behavior dependent on platform-specific connectors; users should verify what credentials the runtime's mcporter connectors need and where queries will be sent.
Persistence & Privilege
The skill does not request persistent presence (always: false) and has default autonomy settings. It does not attempt to modify other skills or system settings in the provided instructions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install china-research
  3. After installation, invoke the skill by name or use /china-research
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首次发布:国内社交媒体调研技能,覆盖10个主流平台
Metadata
Slug china-research
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is China Research?

国内社交媒体调研工具。触发条件:(1) 用户想了解某个领域的真实需求 (2) 用户想调研国内市场机会 (3) 用户想做产品需求验证 (4) 用户问"最近国内XX有什么动态" (5) 用户提及"国内调研"、"市场调研"、"用户反馈. It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.

How do I install China Research?

Run "/install china-research" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is China Research free?

Yes, China Research is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does China Research support?

China Research is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created China Research?

It is built and maintained by 云峰 (@wuyunfeng8); the current version is v1.0.0.

💬 Comments