بنقرة واحدة
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.