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