بنقرة واحدة
betterness-lab-tests
Browse and search available lab tests with prices and included markers.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Browse and search available lab tests with prices and included markers.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
Biomarker lab results, LOINC codes, and biological age calculations.
| 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.