一键导入
betterness-lab-records
View lab records — uploaded results and purchased test orders.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
View lab records — uploaded results and purchased test orders.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Browse and search available lab tests with prices and included markers.
Search the Betterness knowledge library — files and videos via OpenSearch full-text search.
Install, uninstall, and manage Betterness MCP server integrations for AI clients (Claude, Cursor, Windsurf).
Manage authentication — OAuth login, API key login, logout, and verify identity.
Read, update, and explore the user's health profile questionnaire (sections, questions, answers).
Shared reference: auth, global flags, output formats, and security rules for the Betterness CLI.
| name | betterness-lab-records |
| version | 1.0.0 |
| description | View lab records — uploaded results and purchased test orders. |
| metadata | {"category":"service","requires":{"bins":["betterness"]}} |
PREREQUISITE: Read
../betterness-shared/SKILL.mdfor auth, global flags, and security rules.
betterness lab-records <command> [flags]
lab-records listList lab records (both uploaded results and lab orders) with pagination.
# First page
betterness lab-records list --json
# Custom page size
betterness lab-records list --limit 50 --page 0 --json
# Second page
betterness lab-records list --limit 20 --page 1 --json
| Option | Description |
|---|---|
--limit <n> | Results per page (default: 20) |
--page <n> | Page number, zero-based (default: 0) |
Returns: externalId, source, and pagination info.
lab-records detailGet full detail of a lab record by external ID.
betterness lab-records detail --record-id abc-123 --json
| Option | Description |
|---|---|
--record-id <id> | Required. Lab record external ID |
list to find the externalId, then detail for full information.