with one click
betterness-smart-listings
Search and browse wellness providers (SmartListings).
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Search and browse wellness providers (SmartListings).
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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-smart-listings |
| version | 1.0.0 |
| description | Search and browse wellness providers (SmartListings). |
| metadata | {"category":"service","requires":{"bins":["betterness"]}} |
PREREQUISITE: Read
../betterness-shared/SKILL.mdfor auth, global flags, and security rules.
betterness smart-listings <command> [flags]
smart-listings searchSearch SmartListings by name, description, tags, or location.
# Text search
betterness smart-listings search --query "yoga" --json
# Location search
betterness smart-listings search --lat 40.7128 --lng -74.0060 --radius 10 --json
# Only followed providers
betterness smart-listings search --following --json
# Paginated
betterness smart-listings search --query "nutrition" --limit 20 --page 0 --json
| Option | Description |
|---|---|
--query <text> | Text search query |
--lat <n> | Latitude for proximity search |
--lng <n> | Longitude for proximity search |
--radius <km> | Radius in km: 1, 2, 5, 10, or 20 |
--following | Only show followed providers |
--limit <n> | Results per page (default: 10) |
--page <n> | Page number, zero-based (default: 0) |
Returns: name, city, state, rating, externalId
smart-listings detailGet full details of a SmartListing by ID.
betterness smart-listings detail --id sl-abc123 --json
| Option | Description |
|---|---|
--id <externalId> | Required. SmartListing external ID |
search to find providers, then detail with the externalId for full information.--lat and --lng. Add --radius to control the search area.