← Back to Skills Marketplace
cftfc

ClawHub Market Analyzer

by LaoChen · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
290
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install clawhub-market-analyzer
Description
Analyze the ClawHub marketplace to identify money-making opportunities, competition, and pricing strategies for skill creators.
README (SKILL.md)

ClawHub Market Analyzer

🎯 概述

为想在 ClawHub 上发布技能(skills)并赚钱的创作者提供市场分析工具。通过分析搜索结果、趋势数据和竞争格局,帮你找到蓝海市场、制定定价策略、优化技能 SEO。

🔧 功能

  • analyze \x3Ckeyword> - 分析关键词在 ClawHub 上的竞争情况,返回:

    • 相关技能数量
    • 平均评分(近似)
    • 定价策略(若描述中包含 SkillPay 等信息)
    • 入场难度评估
    • 具体建议
  • trends - 分析近期更新技能的热门类别,识别上升趋势

  • niche-finder - 自动推荐需求高、竞争少的潜在技能方向

📦 安装

clawhub install clawhub-market-analyzer

🚀 使用示例

# 分析 "小红书自动化" 市场
clawhub-market-analyzer analyze "小红书自动化"

# 查看热门类别
clawhub-market-analyzer trends

# 寻找蓝海机会
clawhub-market-analyzer niche-finder

📋 输出示例

analyze 输出

=== ClawHub 市场分析: 小红书自动化 ===

🔍 发现 8 个相关技能
📈 平均评分: 3.42 (中等竞争)
💰 付费技能比例: 25%
📝 常见关键词: AI, 一键生成, 内容, 笔记

✅ 入场建议: 机会良好
- 竞争适中,仍有空间
- 建议聚焦于"数据分析"或"多平台同步"细分
- 定价参考: $5-15 或 SkillPay订阅模式
- 差异化点: 提供详细的数据可视化、历史趋势对比

trends 输出

=== ClawHub 热门类别 (基于最近100个更新) ===

1. 自动化工作流 (12 个技能) - 持续热门
2. 内容生成 (9 个技能) - 稳定增长
3. 合规与安全 (7 个技能) - 新兴
4. 金融与交易 (6 个技能) - 成熟
5. 健康监测 (4 个技能) - 新赛道

🔑 建议: 考虑"合规+自动化"交叉方向

niche-finder 输出

=== 推荐蓝海技能方向 ===

1. [高潜力] GDPR 合规自动化
   - 需求: 高 (企业刚需)
   - 竞争: 低 (仅 2 个技能)
   - 预估评分: 3.8+
   - 建议定价: $20-50

2. [稳定] Notion 数据同步专家
   - 需求: 中高
   - 竞争: 中 (5 个技能)
   - 预估评分: 3.5+
   - 建议定价: $10-20

...

🛠️ 技术实现

  • 使用 ClawHub CLI 进行搜索和数据采集
  • 本地缓存减少重复查询
  • 智能关键词匹配(支持中文分词)
  • 可扩展的分析模块

📊 数据来源

  • clawhub search 实时结果
  • 本地缓存的 clawhub explore 趋势数据

🧠 使用场景

  • 你有一个技能点子,但不确定市场竞争如何?
  • 你想在 ClawHub 上赚第一桶金,但不知道从何入手?
  • 你想优化现有技能的标签和描述以获得更多曝光?

本 skill 提供数据驱动的决策支持。

🧩 示例工作流

# 1. 想做一个"小红书数据分析"技能
clawhub-market-analyzer analyze "小红书数据"

# 2. 发现竞争激烈,调整方向为"小红书竞品分析"
clawhub-market-analyzer analyze "小红书竞品"

# 3. 发现机会不错,开始开发

# 4. 定期查看 trends 调整策略
clawhub-market-analyzer trends

🔐 隐私说明

本 skill 仅使用公开的 ClawHub 数据,不收集个人隐私。

📄 许可证

MIT


开发说明

本 skill 由 AI 助手创建,旨在帮助更多创作者在 ClawHub 生态中成功。

Usage Guidance
This skill appears to be a straightforward marketplace analyzer, but there are a few things to check before installing: - Confirm you have the `clawhub` CLI available and understand where it comes from; the SKILL.md expects `clawhub search`/`clawhub explore` but the skill metadata does not declare the binary as required. If you don't have the CLI, the skill won't work. - The package has no authoritative source or homepage and the author is an opaque owner ID. If you need trust guarantees, ask the publisher for a homepage or repo, or prefer a skill from a known author. - The skill includes a local cache file (cache/explore_latest.txt). That file appears to be a marketplace index (benign), but review its contents if you are concerned about embedded data. - Because this is instruction-only, there is no install script writing code to disk — lower risk — but also no automated update/auth review. If you later see the skill requesting credentials, filesystem paths, or network endpoints beyond ClawHub, treat that as a red flag. If you want to increase confidence, request the author’s repository or a signed package, and verify the origin of the `clawhub` CLI it depends on.
Capability Analysis
Type: OpenClaw Skill Name: clawhub-market-analyzer Version: 0.1.0 The skill is a market research tool designed to analyze competition and trends within the ClawHub marketplace. It uses standard discovery commands (clawhub search/explore) and a local cache file (cache/explore_latest.txt) containing a list of existing skills to provide pricing and SEO recommendations. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
The SKILL.md describes a ClawHub marketplace analyzer that uses the ClawHub CLI (commands like `clawhub search`, `clawhub explore`) and a local cache. That aligns with the stated purpose. However, the skill metadata lists no required binaries or install steps even though the runtime instructions implicitly require a `clawhub` CLI; this is an inconsistency (minor but important) because the skill will not work without that CLI and it does not declare it as a dependency or require any credential.
Instruction Scope
Runtime instructions are narrowly scoped: run search/trends using the ClawHub CLI and consult a local cache. The SKILL.md does not instruct the agent to read unrelated system files, secret stores, or to contact external endpoints other than the implied ClawHub CLI. The included cache file (cache/explore_latest.txt) is consistent with described behavior.
Install Mechanism
There is no install spec (instruction-only), which is lower risk because nothing will be written to disk by an installer. The README suggests `clawhub install clawhub-market-analyzer` as a user-facing command, but the bundle itself provides no automated install actions. This is coherent for an instruction-only skill but the absence of an explicit dependency declaration for the `clawhub` binary is a mismatch to note.
Credentials
No environment variables, credentials, or config paths are requested or declared. The SKILL.md claims to only use public ClawHub data. That is proportionate for a marketplace analyzer. (Be aware the local cache file includes names of many other marketplace skills — this appears to be marketplace index data, not secret material.)
Persistence & Privilege
The skill does not request permanent presence (always: false) and does not declare any actions that would modify other skills or system-wide agent settings. It is user-invocable and can be invoked autonomously by agents (platform default), which is normal; no elevated privileges are requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawhub-market-analyzer
  3. After installation, invoke the skill by name or use /clawhub-market-analyzer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: analyze competition, trends, and find niches on ClawHub
Metadata
Slug clawhub-market-analyzer
Version 0.1.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is ClawHub Market Analyzer?

Analyze the ClawHub marketplace to identify money-making opportunities, competition, and pricing strategies for skill creators. It is an AI Agent Skill for Claude Code / OpenClaw, with 290 downloads so far.

How do I install ClawHub Market Analyzer?

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

Is ClawHub Market Analyzer free?

Yes, ClawHub Market Analyzer is completely free (open-source). You can download, install and use it at no cost.

Which platforms does ClawHub Market Analyzer support?

ClawHub Market Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ClawHub Market Analyzer?

It is built and maintained by LaoChen (@cftfc); the current version is v0.1.0.

💬 Comments