CommunityRecherche & Datenanalysegithub.com

SKY-lv/skylv-skill-market-analyzer

skill-market-analyzer - OpenClaw Skill

Funktioniert mit~Claude Code~Codex CLI~Cursor
npx skills add SKY-lv/skylv-skill-market-analyzer

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Dokumentation

Skill Market Analyzer — ClawHub 市场数据分析

功能说明

深度分析 ClawHub 技能市场,提供热门技能追踪、趋势预测、竞品分析和定价策略建议。用数据驱动技能开发和运营决策。

核心能力

1. 热门技能追踪 (Trending Skills)

metrics:
  - installs_24h: 24 小时安装量
  - installs_7d: 7 日安装量
  - growth_rate: 增长率
  - rating: 用户评分
  - reviews: 评论数

categories:
  - productivity: 生产力工具
  - development: 开发工具
  - marketing: 营销工具
  - data: 数据分析
  - ai: AI 增强
  - automation: 自动化

使用示例:

用户:ClawHub 现在什么技能最火?
Agent: 
  1. 获取 Top 50 热门技能
  2. 分析增长趋势
  3. 识别新兴类别
  4. 提供开发建议

2. 趋势预测 (Trend Prediction)

signals:
  - search_volume: 搜索量变化
  - github_stars: GitHub 相关项目热度
  - social_mentions: 社交媒体提及
  - new_releases: 新技能发布频率

prediction_model:
  - 时间序列分析(ARIMA)
  - 关键词热度追踪
  - 竞品动向监测

使用示例:

用户:预测下个月什么类型的技能会火?
Agent:
  1. 分析搜索趋势
  2. 监测 GitHub 热门项目
  3. 追踪社交媒体讨论
  4. 输出预测报告

3. 竞品分析 (Competitor Analysis)

analysis:
  - feature_comparison: 功能对比
  - pricing_analysis: 定价分析
  - user_reviews: 用户评价
  - update_frequency: 更新频率
  - author_reputation: 作者声誉

output:
  - 竞品功能矩阵
  - 定价策略建议
  - 差异化机会点
  - 用户痛点分析

使用示例:

用户:分析 skill-creator 的竞品情况
Agent:
  1. 识别直接竞品(5-10 个)
  2. 功能对比分析
  3. 定价策略对比
  4. 用户评价情感分析
  5. 差异化建议

4. 定价策略 (Pricing Strategy)

factors:
  - development_cost: 开发成本
  - market_rate: 市场均价
  - value_proposition: 价值主张
  - competitor_pricing: 竞品定价
  - target_audience: 目标用户支付意愿

pricing_models:
  - free: 免费(引流)
  - freemium: 免费 + 付费功能
  - one_time: 一次性购买
  - subscription: 订阅制
  - usage_based: 按使用量计费

使用示例:

用户:我的 skill-creator 应该定价多少?
Agent:
  1. 分析竞品定价
  2. 评估独特价值
  3. 计算开发成本
  4. 推荐定价策略

数据看板

市场概览

total_skills: 2,500+
active_authors: 800+
total_installs: 100,000+
avg_rating: 4.2/5
top_category: productivity (28%)
fastest_growing: ai-tools (+156% MoM)

热门类别 Top 5

类别技能数占比增长率
Productivity70028%+12%
Development55022%+18%
Marketing38015%+25%
Data Analysis32013%+31%
AI Tools28011%+156%

新兴趋势

  1. AI 增强工具 — +156% MoM

    • Prompt 优化器
    • AI 代码审查
    • 自动文档生成
  2. 跨平台集成 — +89% MoM

    • Telegram Bot 构建器
    • 微信生态工具
    • Discord 机器人
  3. 数据可视化 — +67% MoM

    • 仪表盘生成器
    • 报告自动化
    • 实时数据监控

工具函数

get_trending_skills

def get_trending_skills(category: str = None, limit: int = 50) -> list:
    """
    获取热门技能
    
    Args:
        category: 类别(可选)
        limit: 返回数量
    
    Returns:
        [
            {
                "name": "skill-creator",
                "author": "SKY-lv",
                "installs_24h": 150,
                "installs_7d": 890,
                "growth_rate": 0.23,
                "rating": 4.8,
                "reviews": 45
            }
        ]
    """

analyze_competitor

def analyze_competitor(skill_slug: str) -> dict:
    """
    竞品分析
    
    Args:
        skill_slug: 技能 slug
    
    Returns:
        {
            "direct_competitors": ["competitor-1", "competitor-2"],
            "feature_matrix": {...},
            "pricing_comparison": {...},
            "user_sentiment": {...},
            "opportunities": ["差异化点 1", "差异化点 2"]
        }
    """

predict_trends

def predict_trends(timeframe: str = "30d") -> dict:
    """
    趋势预测
    
    Args:
        timeframe: 预测时间范围
    
    Returns:
        {
            "hot_categories": ["ai-tools", "cross-platform"],
            "emerging_keywords": ["prompt-optimizer", "bot-builder"],
            "market_gaps": ["未满足的需求 1", "未满足的需求 2"],
            "recommendation": "建议开发方向"
        }
    """

pricing_recommendation

def pricing_recommendation(skill_type: str, features: list, target_audience: str) -> dict:
    """
    定价建议
    
    Args:
        skill_type: 技能类型
        features: 功能列表
        target_audience: 目标用户
    
    Returns:
        {
            "model": "freemium",
            "price": {
                "free": "基础功能",
                "pro": "$9.99/月",
                "enterprise": "$49.99/月"
            },
            "reasoning": "定价理由",
            "competitor_range": "$5-15/月"
        }
    """

市场洞察

成功技能特征

  1. 解决真实痛点 — 不是"锦上添花"
  2. 开箱即用 — 配置简单,5 分钟内上手
  3. 持续更新 — 每月至少 1 次更新
  4. 良好文档 — README 清晰,有使用示例
  5. 用户反馈响应 — 24 小时内回复 issue

失败技能特征

  1. 功能泛泛 — "XX 助手"但没有独特价值
  2. 文档缺失 — 不知道如何使用
  3. 一次性发布 — 发布后不再维护
  4. 过度承诺 — 功能描述与实际不符
  5. 定价不合理 — 过高或过低

定价策略建议

技能类型推荐模式价格区间
工具类Freemium$0 + $9.99/月
模板类一次性$4.99-$19.99
数据类订阅制$19.99-$49.99/月
企业类定制报价$99+/月
开源类免费 + 捐赠$0 + 捐赠

相关文件

触发词

  • 自动:检测 market、analysis、trends、competitor、pricing 相关关键词
  • 手动:/skill-market, /market-analysis, /competitor-analysis
  • 短语:市场分析、竞品分析、趋势预测、定价策略

Usage

  1. Install the skill
  2. Configure as needed
  3. Run with OpenClaw

Verwandte Skills

sairam0424/CommandVault

Universal AI command manager — browse, search, and organize slash commands, skills, agents, plugins, rules, and hooks across all AI coding assistants

community

colin4k/benben-kingdom-skill

奔奔王国(Benben Kingdom)游戏玩家专用攻略助手。读取本地 markdown 文件目录,构建 JSON 索引文件,基于关键词/BM25 检索回答关于奔奔王国的问题。**只要用户消息里出现"奔奔"或"奔奔王国"就必须触发本 skill**,不论是问攻略、问英雄搭配、问兑换建议、问活动玩法,还是想把一篇新的公众号文章/网页/本地 md 加入知识库。

community

panagot/Agentbits

agentbits turns hashes into trustworthy narratives and agentSummary strings — deterministic JSON endpoints you can compose with taiko-ai MCP skills.

community

cabbage2000-lab/data-analysis-skill

A Claude Code & Codex skill that turns a data file (CSV/Excel/JSON/TSV) into a single-file, interactive HTML report — analyzed through your industry's lens, statistics-first, conclusions up front.

community

google-gemini/gemini-interactions-api

Use this skill when writing code that calls the Gemini API for text generation, multi-turn chat, multimodal understanding, image generation, streaming responses, background research tasks, function calling, structured output, or migrating from the old generateContent API. This skill covers the Interactions API, the recommended way to use Gemini models and agents in Python and TypeScript.

community

fxbaogao/fxbaogao-deep-research

Claude Skill,围绕行业、公司或主题做深度研究。采用"先想后搜"方法:先明确研究边界,用 MECE 原则拆解关键子问题,再基于子问题去发现报告定向搜索研报、筛选核心研报,精读后沉淀事实、对比推导,最终形成结构化结论。

community