run-user-interviews

run-user-interviews is a skill for Claude Code, Codex from junetic/usercall-mcp. It costs 52 tokens per session (520 once invoked), scanned A, original, MIT.

A workflow for running interviews with real people by voice or text, then grouping their feedback into themes with exact quotes. Usercall is the service used to create and analyze the interviews.

In plain words
What is it for?
Researching onboarding, pricing, usability, prototypes, or other product questions; sharing interview links and reviewing completed results.
Why use it?
It replaces guesses or synthetic answers with direct feedback from users about a product or prototype.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/junetic/usercall-mcp/run-user-interviews
Any agent
npx skills add junetic/usercall-mcp --skill run-user-interviews
Clone the repo
git clone --depth 1 https://github.com/junetic/usercall-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for run-user-interviews

README.md
[![agentmods](https://agentmods.dev/badge/skills/junetic/usercall-mcp/run-user-interviews.svg)](https://agentmods.dev/skills/junetic/usercall-mcp/run-user-interviews)
Your own site
<a href="https://agentmods.dev/skills/junetic/usercall-mcp/run-user-interviews"><img src="https://agentmods.dev/badge/skills/junetic/usercall-mcp/run-user-interviews.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 520 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00052 $0.00520
Opus 5 $0.00026 $0.00260
Sonnet 5 $0.00010 $0.00104
Haiku 4.5 $0.00005 $0.00052

Measured 4d ago against content hash 7eeadb5933dc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

run-user-interviews scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/run-user-interviews/SKILL.md · 44 lines

What it actually says

Run user interviews

Use the Usercall MCP (usercall) to create a study, share the interview link, then return themes with verbatim participant quotes.

When to use

  • Real user feedback instead of synthetic or assumed answers
  • Onboarding, pricing, or usability confusion
  • Feedback on an image or Figma prototype
  • The user asks to interview users, run research, or collect quotes

Workflow

  1. Call create_study with a concrete key_research_goal and business_context.
  2. Return interview_link immediately so the user can share it (email, Slack, Discord, or in-product). Interviews complete asynchronously as participants finish — minutes to hours. Do not sit in a poll loop.
  3. When the user says people are done, or they ask for results, call get_study_status. If status is complete, call get_study_results. If it is still running or analyzing, report completed_interviews / target_interviews and wait for the user.
  4. Present each theme with quotes from the quotes array. Do not paraphrase quotes.
  5. Use update_study only to change slots, interview mode, guide copy, questions, or media. The research goal cannot change.
  6. Use delete_study only when the user asks to delete the study.

Constraints

  • One active agent study per personal Usercall account.
  • interview_mode: voice (default), text, or voice_and_text.
  • language: auto (default), en, or ko.
  • Optional study_media: image (direct image URL) or prototype (Figma proto URL). Media is web-only; phone callers will not see it.
  • If create_study returns HTTP 402, give the user checkout_url so they can add credits.

Example

create_study
key_research_goal: "Understand why users drop off during onboarding"
business_context: "B2B SaaS, 3-step signup flow"
target_interviews: 5
language: "en"
interview_mode: "voice"
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 44 lines · 52 tokens per session scan A 7eeadb5933dc

Subscribe to this mod's changes

run-user-interviews is a skill published in the GitHub repository junetic/usercall-mcp (5 stars, last pushed 6d ago), licensed MIT. It adds 52 tokens to every session and 520 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

21st-ui

Find, install, and generate UI with 21st.dev. Use when the user asks for a UI component (pricing table, hero, navbar, dashboard, form, etc.), wants design inspiration, needs a brand logo as an SVG component, or wants to generate new UI from a prompt.

21st-dev/magic-mcp · 63 tokens

repo-context

Use repo-context-mcp tools to map, search, and pack repository context before large edits or PR review.

nduc99911/repo-context-mcp · 25 tokens

webmcp-nexus

当接入 webmcp-nexus-sdk 的项目中需要新增 WebMCP 工具函数、将现有业务方法改造为 WebMCP 工具函数,或配置 vite-plugin-webmcp-nexus / webpack-plugin-webmcp-nexus 时使用本技能。本技能约束工具函数的签名、JSDoc、TS 类型写法,并提供零风险的改造流程(仅改签名与注释,不动原方法业务逻辑)。触发示例:"新增一个 WebMCP 工具"、"把这个函数改造成能被 AI Agent 调用的工具"、"让 xxx 函数接入 WebMCP"、"配置 webmcp 构建插件"。.

alibaba/webmcp-nexus · 159 tokens

MCP Integration Assistant

Helps design and implement Model Context Protocol (MCP) server integrations for AI agents.

Notysoty/openagentskills · 23 tokens

MCP Server Builder

Step-by-step guidance for creating a new MCP server with FastMCP or the TypeScript SDK — tool definitions, resource handlers, error responses, and usage examples.

Notysoty/openagentskills · 38 tokens

papi-verify

Use when the user says "verify", "health check", "check papi", "verify cycle", or after completing all cycle tasks before release. Runs a structured health check on the current PAPI cycle state: plan validity, build state, review coverage, branch hygiene, and data consistency.

getpapi/papi · 63 tokens