Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

userlayeruserlayer 分析

Agent Skill

userlayer 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,593

周安装

184

GitHub Stars

公开资料未说明

下载量

1,487
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:userlayer(userlayer 分析)
来源仓库:https://github.com/houyongsheng/userlayer
安装命令:
openclaw skills install userlayer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install userlayer

简介

用于获取 App Store 或 Google Play 应用的 UserLayer 分析报告,含民意调查与竞品对比。

  • 适合评估应用市场表现、用户满意度及功能优先级,辅助产品决策。
  • 输入应用名称或包名后自动生成结构化报告,支持多维度交叉分析。
  • 安装命令为 openclaw skills install userlayer,需绑定有效 API 密钥。
  • 报告仅供参考,实际表现可能受地域、版本等因素影响,需人工复核关键结论。

SKILL.md

name
user-layer
description
Use this skill when the user wants a UserLayer report for an App Store or Google Play app, including full analysis, polling, and follow-up questions grounded in real reviews. Trigger it for competitor review analysis, user pain point extraction, segment discovery, and opportunity validation tasks.
homepage
https://github.com/houyongsheng/userlayer
metadata
clawdbot
requires
env
primaryEnv
API_KEY
optionalEnv
files

UserLayer

UserLayer turns App Store and Google Play reviews into structured research outputs:

  • pain points
  • user segments
  • market opportunities
  • follow-up answers grounded in cited reviews

Use the bundled wrappers in scripts/main.py. Do not hand-roll raw HTTP requests when this skill is available.

Use This Skill When

  • The user gives you an App Store or Google Play URL and wants review-backed insights.
  • The user wants to ask follow-up questions about a completed full analysis.

Prerequisites

  • API_KEY must be set to a valid UserLayer API key.
  • LAUNCHBASE_API_URL is optional.

Default: https://lb-api.workflowhunt.com

Credentials and Host

  • Primary credential: API_KEY
  • Default API host: https://lb-api.workflowhunt.com
  • API_KEY should be scoped only for UserLayer API access and treated as a paid production credential.

Available Wrappers

  • analyze(app_url: str, max_reviews: int | None = None)
  • check_status(analysis_id: str)
  • query(pain_point_id: str, question: str)

Typical Flow

  1. Call analyze() to start a full async run.
  2. Poll with check_status() until the report is complete.
  3. Read the returned pain_points.
  4. Use a pain_point.id with query() for targeted follow-up questions.

You do not need a separate preview step. analyze() is the main public entry point.

Pricing Baseline

  • One analyze() run costs $2.99 and includes retrieval plus full analysis of the latest 100 reviews.
  • If max_reviews is raised above 100, extra reviews are billed as add-ons at $0.01 per extra review.
  • query() is billed at $0.01 / 1K tokens.

Key Response Shapes

  • analyze() starts an async job and returns a lightweight payload with:

- success - data.analysis_id - data.status

  • check_status() returns the full completed report when ready, including:

- data.pain_points - data.user_segments - data.opportunities - sources - usage

  • query() returns a follow-up answer for a specific pain point, including:

- data.answer - data.confidence - sources - usage

Treat pain_points[].id from a completed analysis as the required input for query().

Operating Rules

  • Default review count is 100 latest reviews.
  • analyze() includes retrieval and analysis of 100 latest reviews by default.
  • If max_reviews is raised above 100, extra reviews are billed as add-ons.
  • analyze() is asynchronous and returns an analysis_id; poll with check_status().
  • Use query() only after a completed full analysis returns a valid pain_point_id.
  • Treat sources and cited review evidence as the source of truth.
  • If DATA_INDEX_NOT_FOUND is returned, rerun a full analysis before querying again.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

78.33%
按下载量换算1,165

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills