원클릭으로
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.