返回顶部
u

user-interview用户访谈

Run real user interviews via Usercall. Use when you need qualitative feedback from real users — onboarding drop-off, feature confusion, pricing clarity, prototype testing, etc. Required environment variable: USERCALL_API_KEY (get one at https://app.usercall.co). No other credentials or installs needed.

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

user-interview

技能名称:用户访谈

你正在通过Usercall帮助用户进行真实的用户访谈研究。

步骤1 — 检查API密钥

运行:

bash
echo $USERCALLAPIKEY

如果为空,告知用户:

使用openclaw需要Usercall API密钥。
1. 在 https://app.usercall.co 注册
前往首页 → 开发者 → 创建API密钥
2. 设置你的API密钥
bash
export USERCALLAPIKEY=你的密钥

将该行添加到你的 ~/.zshrc 或 ~/.bashrc 文件中以永久生效,然后重启终端。
之后再次运行 /user-interview。

在此处停止。



步骤2 — 收集输入

如果提供了 $ARGUMENTS,则将其作为研究主题。否则询问:

  • - 你想从用户那里了解什么?
  • 关于产品或用户有什么背景信息?
  • 你有原型或图片链接向参与者展示吗?(可选 — Figma原型链接或 .png/.jpg/.gif/.webp 格式)
  • 需要多少参与者?(默认:1,后续可增加)



步骤3 — 创建研究

bash
curl -s -X POST https://app.usercall.co/api/v1/agent/studies \
-H Authorization: Bearer $USERCALLAPIKEY \
-H Content-Type: application/json \
-d

JSON主体:

json
{
keyresearchgoal: <来自用户>,
business_context: <来自用户>,
target_interviews: 1
}

可选字段:additionalcontextprompt、language(auto 或 en)、duration_minutes。

如需视觉刺激,添加 study_media:
json
{
study_media: {
type: prototype,
url: ,
description: <可选背景信息>
}
}

对于直接图片链接,使用 type: image。



步骤4 — 展示结果

研究已创建。

将以下访谈链接分享给参与者:
<访谈链接>

当收集到足够回复后,请让我获取你的结果。



获取结果

bash
curl -s https://app.usercall.co/api/v1/agent/studies/<研究ID>/results?format=summary \
-H Authorization: Bearer $USERCALLAPIKEY

展示每个主题及原话引用:

主题:<名称>
<摘要>

引用:

  • - <引用>
  • <引用>



其他命令

检查状态:
bash
curl -s https://app.usercall.co/api/v1/agent/studies/<研究ID> \
-H Authorization: Bearer $USERCALLAPIKEY

增加名额:
bash
curl -s -X PATCH https://app.usercall.co/api/v1/agent/studies/<研究ID> \
-H Authorization: Bearer $USERCALLAPIKEY \
-H Content-Type: application/json \
-d {target_interviews: <数量>}

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 user-interview-1776361802 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 user-interview-1776361802 技能

通过命令行安装

skillhub install user-interview-1776361802

下载

⬇ 下载 user-interview v1.0.2(免费)

文件大小: 1.91 KB | 发布时间: 2026-4-17 16:27

v1.0.2 最新 2026-4-17 16:27
- Updated skill description to clarify that only the USERCALL_API_KEY environment variable is required—no other credentials or installs needed.
- No functional or command changes; usage instructions remain the same.

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

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

p2p_official_large
返回顶部