用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Betterness/betterness-cli --skill betterness-lab-tests命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | betterness-lab-tests |
| version | 1.0.0 |
| description | Browse and search available lab tests with prices and included markers. |
| metadata | {"category":"service","requires":{"bins":["betterness"]}} |
PREREQUISITE: Read
../betterness-shared/SKILL.mdfor auth, global flags, and security rules.
betterness lab-tests <command> [flags]
lab-tests listList available lab tests purchasable in the user's confirmed US state. --us-state is required — lab availability and price are state-specific (NY and NJ have different catalogs than other states), so the CLI fails closed without it.
# Tests purchasable in NJ
betterness lab-tests list --us-state NJ --json
# Search by name within the state catalog
betterness lab-tests list --us-state NJ --query "vitamin" --json
# Popular tests only
betterness lab-tests list --us-state NJ --popular --json
# Filter by LOINC slug
betterness lab-tests list --us-state NJ --loinc-slug "complete-metabolic-panel" --json
| Option | Description |
|---|---|
--us-state <code> | Required. Two-letter US state code (e.g. NY, NJ, FL). |
--query <text> | Search by name or description |
--popular | Only show popular tests |
--loinc-slug <slug> | Filter by LOINC slug |
Returns: name, lab, price, isPopular, objectKey
objectKey is the canonical identity — pass it to betterness purchases buy --test-key <objectKey>. Do not match by name alone.--popular to show commonly ordered panels.betterness biomarkers search --range OUT_OF_RANGE to find tests that cover problematic biomarkers.