dearuser:onboard

dearuser:onboard is a skill for Claude Code, Codex from bleedmode/dearuser. It costs 23 tokens per session (348 once invoked), scanned A, original, MIT.

A guided seven-step setup flow for people new to Claude Code. It uses the Dear User service to ask onboarding questions and return the next step.

In plain words
What is it for?
Use it to start onboarding, collect each answer, continue through the setup steps, and show the resulting plan.
Why use it?
It provides a fixed onboarding path and keeps the agent from inventing its own questions or changing the service's state.

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/bleedmode/dearuser/dearuser-onboard
Any agent
npx skills add bleedmode/dearuser --skill dearuser-onboard
Clone the repo
git clone --depth 1 https://github.com/bleedmode/dearuser

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 dearuser:onboard

README.md
[![agentmods](https://agentmods.dev/badge/skills/bleedmode/dearuser/dearuser-onboard.svg)](https://agentmods.dev/skills/bleedmode/dearuser/dearuser-onboard)
Your own site
<a href="https://agentmods.dev/skills/bleedmode/dearuser/dearuser-onboard"><img src="https://agentmods.dev/badge/skills/bleedmode/dearuser/dearuser-onboard.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 348 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.00023 $0.00348
Opus 5 $0.00012 $0.00174
Sonnet 5 $0.00005 $0.00070
Haiku 4.5 $0.00002 $0.00035

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

Security

Grade A, and why

dearuser:onboard 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 3d 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.

mcp/skills/dearuser-onboard/SKILL.md · 32 lines

What it actually says

Dear User — Onboard

Run the guided onboarding flow using the Dear User MCP server.

What to do

  1. Try calling mcp__dearuser__onboard with no arguments to start.
  2. If the tool is not available (first turn of session — MCP tools load lazily), use this Bash fallback:
    npx -y -p @poisedhq/dearuser-mcp dearuser-run onboard 2>/dev/null
    
    For subsequent steps:
    npx -y -p @poisedhq/dearuser-mcp dearuser-run onboard '{"step":"<nextStep>","answer":"<user answer>","state":"<state>"}' 2>/dev/null
    
  3. Output the returned text EXACTLY as your response — do NOT summarize, rephrase, or wrap it.
  4. Collect the user's answer.
  5. Call again with step (from previous response's nextStep), answer (user's reply), and state (from previous response, passed back verbatim).
  6. Repeat until the response contains done: true, then show the final plan.

Rules

  • The state parameter is opaque. Pass it back unchanged — never parse or modify it.
  • Each step's output is pre-formatted. Show it exactly as returned, then wait for the user's answer.
  • Do NOT ask your own questions — the tool provides the questions.
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. 3d ago First seen · 32 lines · 23 tokens per session scan A 123256cb279a

Subscribe to this mod's changes

dearuser:onboard is a skill published in the GitHub repository bleedmode/dearuser (0 stars, last pushed 27d ago), licensed MIT. It adds 23 tokens to every session and 348 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-31.