返回顶部
u

user-layer用户层报告

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.1
安全检测
已通过
122
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

user-layer

UserLayer

UserLayer将App Store和Google Play的评论转化为结构化的研究成果:

  • - 痛点
  • 用户细分
  • 市场机会
  • 基于引用评论的后续问题答案

使用scripts/main.py中的封装函数。当此技能可用时,不要手动编写原始HTTP请求。

使用此技能的时机

  • - 用户提供App Store或Google Play的URL,并希望获得基于评论的分析洞察。
  • 用户希望对已完成的全量分析提出后续问题。

前置条件

  • - APIKEY必须设置为有效的UserLayer API密钥。
  • LAUNCHBASEAPI_URL为可选配置。
默认值:https://lb-api.workflowhunt.com

凭证与主机

  • - 主要凭证:APIKEY
  • 默认API主机:https://lb-api.workflowhunt.com
  • APIKEY应仅限用于UserLayer API访问,并作为付费生产凭证处理。

可用封装函数

  • - analyze(appurl: str, maxreviews: int | None = None)
  • checkstatus(analysisid: str)
  • query(painpointid: str, question: str)

典型流程

  1. 1. 调用analyze()启动全量异步运行。
  2. 使用checkstatus()轮询,直到报告完成。
  3. 读取返回的painpoints。
  4. 使用pain_point.id配合query()进行针对性的后续提问。

无需单独的预览步骤。analyze()是主要的公共入口点。

定价基准

  • - 一次analyze()运行费用为$2.99,包含检索和对最新100条评论的全量分析。
  • 如果max_reviews超过100,额外评论按每条$0.01的附加费用计费。
  • query()按$0.01 / 1K tokens计费。

关键响应结构

  • - analyze()启动异步任务并返回轻量级负载,包含:
- success - data.analysis_id - data.status
  • - check_status()在完成时返回完整的报告,包含:
- data.pain_points - data.user_segments - data.opportunities - sources - usage
  • - query()返回针对特定痛点的后续回答,包含:
- data.answer - data.confidence - sources - usage

将已完成分析中的pain_points[].id作为query()的必需输入。

操作规则

  • - 默认评论数量为最新100条。
  • analyze()默认包含对最新100条评论的检索和分析。
  • 如果maxreviews超过100,额外评论按附加费用计费。
  • analyze()是异步的,返回一个analysisid;使用checkstatus()轮询。
  • 仅在完成全量分析并返回有效的painpointid后使用query()。
  • 将sources和引用的评论证据视为事实来源。
  • 如果返回DATAINDEXNOTFOUND,在再次查询前重新运行全量分析。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 userlayer-1776124111 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 userlayer-1776124111 技能

通过命令行安装

skillhub install userlayer-1776124111

下载

⬇ 下载 user-layer v0.1.1(免费)

文件大小: 4.17 KB | 发布时间: 2026-4-14 14:40

v0.1.1 最新 2026-4-14 14:40
- Added project metadata section to SKILL.md, including homepage, environment variables, and wrapper file listing.
- Clarified API credentials and default host usage.
- Restructured file organization: scripts moved into a dedicated directory (`scripts/`), replacing top-level files.
- No changes to API or interface—documentation and structure improvements only.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部