user-profile-interview

user-profile-interview is a skill for Claude Code from CraftOS-dev/CraftBot. It costs 16 tokens per session (1,881 once invoked), scanned A, original, MIT.

A conversational interview guide for learning about a user's work, goals, personality, and ways an agent can help. It uses information already collected during setup and avoids asking for it again.

In plain words
What is it for?
It helps conduct a short interview and record details about the user's role, typical day, aspirations, preferences, and potential support needs.
Why use it?
It gives the agent a structured way to understand the person without turning the conversation into a long questionnaire.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

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/craftos-dev/craftbot/user-profile-interview
Any agent
npx skills add CraftOS-dev/CraftBot --skill user-profile-interview
Clone the repo
git clone --depth 1 https://github.com/CraftOS-dev/CraftBot

Made for: Claude Code.

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 user-profile-interview

README.md
[![agentmods](https://agentmods.dev/badge/skills/craftos-dev/craftbot/user-profile-interview.svg)](https://agentmods.dev/skills/craftos-dev/craftbot/user-profile-interview)
Your own site
<a href="https://agentmods.dev/skills/craftos-dev/craftbot/user-profile-interview"><img src="https://agentmods.dev/badge/skills/craftos-dev/craftbot/user-profile-interview.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,881 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.1 $0.00016 $0.01881
Opus 5 $0.00008 $0.00941
Sonnet 5 $0.00003 $0.00376
Haiku 4.5 $0.00002 $0.00188

Measured 2d ago against content hash 8faa225bc9a9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

user-profile-interview 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 2d 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/user-profile-interview/SKILL.md · 189 lines

How it starts

The opening of the file, as written. The whole thing — 189 lines — stays where its author put it; the contents beside it link to each section on GitHub.

User Profile Interview

Conduct a friendly, natural conversational interview to understand the user's work, life goals, and how CraftBot can help them.

Context

The user has already provided the following during setup (hard onboarding):

  • Name, location, timezone
  • Language preference
  • Communication tone (casual/formal/friendly/professional)
  • Proactivity level (low/medium/high)
  • Approval settings
  • Preferred notification platform

These are saved in agent_file_system/USER.md. Do NOT re-ask these questions.

Objective

Extract and document:

  • Job/role and typical workday
  • Life goals and aspirations
  • Personality observations
  • How CraftBot can specifically help them

Critical Rules

  • NEVER use scripted or static phrases. Every question must feel natural, unique, and conversational. Do NOT copy example phrases verbatim — they are only there to show the spirit of what to ask.
  • Adapt your tone to match the user's communication style and energy level.
  • Read the room — if the user gives short answers, keep your questions short too. Don't push.
  • The entire interview should be 3-4 exchanges maximum, not a long interrogation.

Interview Flow

Phase 1: Greeting + Job/Role

First, read agent_file_system/USER.md to get the user's name and existing info.

Greet them warmly by name in your own words. Then ask about their career/role/typical day in one question.

Examples of the SPIRIT (rephrase, never copy):

  • "Tell me about your work, what's your role and what does a normal day look like?"
  • "I'd love to hear about what you do, walk me through your role and a typical day?"

Collect:

  • Job/Role: Their profession, responsibilities, daily workflow

Acknowledge their answer warmly before moving on.

Phase 2: Life Goals Exploration (adaptive)

Ask about their life goals and aspirations in your own words. Be natural, not scripted. DO NOT overwhelm the user with too many questions in one message.

Ask for life goal:

  • "What are your biggest life goals or aspirations right now, both professional and personal?"

Read the full file on GitHub · 189 lines

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. 2d ago First seen · 189 lines · 16 tokens per session scan A 8faa225bc9a9

Subscribe to this mod's changes

user-profile-interview is a skill published in the GitHub repository CraftOS-dev/CraftBot (380 stars, last pushed 3d ago), licensed MIT. It adds 16 tokens to every session and 1,881 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

turix-mac

Computer Use Agent (CUA) for macOS automation using TuriX. Use when you need to perform visual tasks on the desktop, such as opening apps, clicking buttons, or navigating UIs that don't have a CLI or API.

TurixAI/TuriX-CUA · 53 tokens

browser-control

Control web pages in an existing Chromium remote-debugging session with deterministic sagui commands or the browser-only AI Agent. Use when Claude Code needs to inspect tabs, observe semantic elements, navigate, click, type, send keys, scroll, or complete a browser goal through CDP without controlling native macOS UI…

NakaokaRei/SwiftAutoGUI · 72 tokens

macos-control

Control macOS GUI applications via mouse automation, keyboard input, screenshots, image recognition, and AppleScript execution. Use when you need to interact with macOS app UIs, take screenshots, click buttons, type text, scroll, drag, or locate images on screen.

NakaokaRei/SwiftAutoGUI · 58 tokens

open-record-replay

Record a user-demonstrated macOS workflow with the Open Record/Replay CLI, inspect the captured event stream, prepare a skill evidence package, and hand it to the host agent's native skill creator. Use when the user asks the agent to watch them perform a task, record a workflow, or create/refine a reusable Computer…

humblebanana/open-record-replay · 77 tokens

artifact-storage-policy

管理 Codex 交付物的專案識別、Google Drive/GitHub 路由、檔名、儲存位置與回讀驗證;凡工作報告、外部保存、交付成果或新 repository 選擇涉及遠端儲存時使用。.

a275618631/codex-antigravity-collaboration · 68 tokens

model-worker-routing

Route a task to the existing Ox Alpha worker only when the user explicitly names Ox Alpha; preserve normal Codex behavior for all other tasks.

a275618631/codex-antigravity-collaboration · 32 tokens