원클릭으로
betterness-connected-devices
Manage health device integrations — list, connect, and disconnect wearables.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage health device integrations — list, connect, and disconnect wearables.
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-connected-devices |
| version | 1.0.0 |
| description | Manage health device integrations — list, connect, and disconnect wearables. |
| metadata | {"category":"service","requires":{"bins":["betterness"]}} |
PREREQUISITE: Read
../betterness-shared/SKILL.mdfor auth, global flags, and security rules.
betterness connected-devices <command> [flags]
connected-devices listList all currently connected health devices and wearables.
betterness connected-devices list --json
Returns: provider, type (native/cloud), syncEnabled, deviceId
connected-devices availableList health device integrations the user can connect (not currently active).
betterness connected-devices available --json
Returns: key, name, description
connected-devices linkGenerate a connection link for a web-based health device integration.
betterness connected-devices link --integration-key GARMIN --json
| Option | Description |
|---|---|
--integration-key <key> | Required. Provider: GARMIN, OURA, WITHINGS, PELOTON, WAHOO, EIGHT_SLEEP |
Returns: a URL the user must visit to authorize the connection.
connected-devices apple-health-codeGenerate a connection code for Apple HealthKit via the Junction app.
betterness connected-devices apple-health-code --json
Returns: connectionCode
connected-devices disconnectDisconnect a health device integration.
# Preview
betterness connected-devices disconnect --integration-key GARMIN --dry-run --json
# Execute
betterness connected-devices disconnect --integration-key GARMIN --json
| Option | Description |
|---|---|
--integration-key <key> | Required. Provider to disconnect |
--dry-run | Preview the disconnection without executing |
Agent rule: Always use --dry-run first and confirm with the user before disconnecting.
available to see which integrations can be connected, then link to start the flow.