← 返回 Skills 市场
houyongsheng

UserLayer

作者 houyongsheng · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ 安全检测通过
150
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install userlayer
功能描述
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...
安全使用建议
This skill appears coherent, but before installing: (1) only provide an API_KEY scoped specifically for UserLayer/LaunchBase (do not reuse high-privilege or multi-service keys); (2) verify you trust the API host (default: https://lb-api.workflowhunt.com) and do not set LAUNCHBASE_API_URL to an unknown endpoint; (3) confirm the pricing model in SKILL.md matches your expected billing and that the API_KEY is a paid/authorized credential; (4) review the included Python files yourself if you have concerns about network destinations or logging of sensitive data; and (5) if you ever suspect key misuse, rotate the API_KEY immediately. Overall risk is low but depends on treating the API key as a sensitive credential.
功能分析
Type: OpenClaw Skill Name: userlayer Version: 0.1.1 The skill is a standard API wrapper for the UserLayer service, designed to analyze App Store and Google Play reviews. The code in `scripts/main.py` and `scripts/call_api.py` implements expected functionality (analyze, query, check_status) by communicating with a legitimate-appearing backend (lb-api.workflowhunt.com) using a user-provided API key. There is no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The name/description (UserLayer report for App Store/Google Play reviews) aligns with the provided wrappers and code. The skill requires a single API_KEY and calls a LaunchBase API gateway to run analyze/check_status/query operations — these are coherent with the advertised functionality.
Instruction Scope
SKILL.md instructs use of the bundled wrappers (analyze, check_status, query) and documents the async flow, billing, and response shapes. The instructions do not ask the agent to read unrelated files or access unrelated environment variables. Note: an optional LAUNCHBASE_API_URL env var lets callers override the API host; that can redirect requests if changed in the environment (expected for deploy-time configuration).
Install Mechanism
There is no install spec (instruction-only skill) and the included Python files are small wrappers that make HTTP requests. No downloads from untrusted URLs, no archive extraction, and no packages are being installed by the skill itself.
Credentials
Only API_KEY is required (declared as the primary credential), plus an optional LAUNCHBASE_API_URL. This matches the networked API behavior in the code. The request for a single service-scoped API key is proportionate; there are no unrelated secrets or config paths requested.
Persistence & Privilege
always:false and default autonomous invocation are unchanged. The skill does not modify other skills or system-wide settings and does not request persistent installation privileges; it only performs outgoing network calls to the configured API host.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install userlayer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /userlayer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
- 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.
v0.1.0
Initial public release of the UserLayer skill. - Analyze-first workflow for App Store and Google Play research - Async analyze + polling + follow-up query flow - Grounded outputs with cited review evidence - Default 100 latest reviews included in analyze - Supports extra-review add-ons and follow-up queries
元数据
Slug userlayer
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

UserLayer 是什么?

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。

如何安装 UserLayer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install userlayer」即可一键安装,无需额外配置。

UserLayer 是免费的吗?

是的,UserLayer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

UserLayer 支持哪些平台?

UserLayer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 UserLayer?

由 houyongsheng(@houyongsheng)开发并维护,当前版本 v0.1.1。

💬 留言讨论