onboard-interactive

onboard-interactive is a command for Claude Code from vyayasan/kyc-analyst. It costs 19 tokens per session (1,238 once invoked), scanned A, original, MIT.

A guided conversation for collecting customer information and carrying out a 17-step KYC/AML review. KYC/AML means checking who a customer is and whether they may pose money-laundering or related risks.

In plain words
What is it for?
It helps analysts onboard individuals, companies, or trusts by gathering details, running independent verification searches, and recording review decisions.
Why use it?
It keeps the review in a fixed order and requires an analyst to approve each step, reducing skipped checks or premature decisions.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Not installable on its own: it reads a path above its own folder, which only exists inside its repository. The line is If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../CONNECTORS.md)..

Part of the kyc-analyst plugin — 5 skills, 6 commands shipped together

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add vyayasan/kyc-analyst
Claude Code
/plugin install kyc-analyst

Made for: Claude Code.

Or install kyc-analyst, the plugin that ships this one along with the rest of its 5 skills, 6 commands.

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 onboard-interactive

README.md
[![agentmods](https://agentmods.dev/badge/commands/vyayasan/kyc-analyst/onboard-interactive.svg)](https://agentmods.dev/commands/vyayasan/kyc-analyst/onboard-interactive)
Your own site
<a href="https://agentmods.dev/commands/vyayasan/kyc-analyst/onboard-interactive"><img src="https://agentmods.dev/badge/commands/vyayasan/kyc-analyst/onboard-interactive.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,238 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.00019 $0.01238
Opus 5 $0.00010 $0.00619
Sonnet 5 $0.00004 $0.00248
Haiku 4.5 $0.00002 $0.00124

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

Security

Grade A, and why

onboard-interactive 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 6d 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.

commands/onboard-interactive.md · 127 lines

How it starts

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

Onboard (Interactive Mode)

If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.

Interactive customer onboarding with guided conversation for comprehensive KYC/AML compliance including mandatory Step 0 independent verification with five independent searches. This mode follows the same 17 mandatory stagegates as the standard onboard command but uses a conversational Q&A approach.

Usage

/kyc:onboard-interactive <customer name>

How Interactive Mode Works

Interactive mode uses the same 17-stagegate workflow as /kyc:onboard but presents each gate as a conversational prompt rather than a batch template. Every stagegate requires explicit analyst consent before proceeding.

Phase 1: Customer Information (Stagegates 1-5)

Stagegate 1 - Case Initialization: Claude confirms case details and asks:

  • "What type of customer is this? Individual, Corporate, or Trust?"
  • "What country/jurisdiction?"

Stagegate 2 - Information Gathering: Claude asks questions to collect:

  • Customer type (Individual/Corporate/Trust)
  • Basic identification details (name, DOB, nationality)
  • Business/employment information
  • Documents available
  • Source of funds/wealth

Stagegate 3 - Case Folder Creation: Claude creates the case folder and asks for confirmation:

  • "I've created case folder KYC-[DATE]-ONB-[NAME]-[SEQ]. Ready to proceed?"

Stagegate 4 - Customer Details Entry: Claude populates CASE_METADATA.md and asks:

  • "Please confirm these details are correct: [summary]. Type 'confirm' to proceed."

Stagegate 5 - Step 0 Commencement:

  • "All information gathered. Ready to begin Step 0 independent verification? Type 'begin-step-0' to start."

Phase 2: Step 0 Verification (Stagegates 6-12)

Each search follows the consent-execute-verify cycle:

Stagegate 6 - Search 1: Adverse Media

  • "I'll search 72+ adverse media sources for [name]. Type 'proceed' to authorize."
  • Claude executes search, presents findings
  • "Here's what I found: [results]. Type 'confirm' to accept and continue."

Read the full file on GitHub · 127 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. 6d ago First seen · 127 lines · 19 tokens per session scan A 86e60e249d80

Subscribe to this mod's changes

onboard-interactive is a command published in the GitHub repository vyayasan/kyc-analyst (56 stars, last pushed 2mo ago), licensed MIT. It adds 19 tokens to every session and 1,238 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-08-30.