ワンクリックで
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.