{
  "markdown": "# Fitbit Skill\r\n\r\nThis extension equips your AI assistant with a skill to access your Fitbit health data.\r\n\r\n## Requirements\r\n\r\n- A Fitbit Developer account with a registered Application (see [Registering an Application](https://dev.fitbit.com/build/reference/web-api/developer-guide/getting-started/#Registering-an-Application))\r\n- Allow your AI assistant to execute `curl` shell commands\r\n\r\n## Installation\r\n\r\nTo install the extension, run the command:\r\n\r\nGemini\r\n```\r\ngemini extensions install https://github.com/sajalverma17/fitbit-skill\r\n```\r\n\r\nYou will be prompted to enter your Fitbit-registered Application details from your [Fitbit Developer account](https://dev.fitbit.com/apps) during installation. These details are saved in an `.env` file within the extension's directory for future use.\r\n - `FITBIT_CLIENT_ID`\r\n - `FITBIT_CLIENT_SECRET`\r\n - `FITBIT_REDIRECT_URI`\r\n - `FITBIT_ACCESS_TOKEN`: Optional and can be a dummy value or left blank. The extension will set this after you allow it to access your Fitbit data.\r\n - `FITBIT_REFRESH_TOKEN`: Optional and can be a dummy value or left blank. The extension will set this after you allow it to access your Fitbit data.\r\n\r\nIf you update extension configuration later, you must restart your session.\r\n\r\n## Usage\r\n\r\nAsk your AI assistant for your Fitbit health data to activate this skill.\r\n\r\n- \"Show my steps for today.\"\r\n- \"How did I sleep last night?\"\r\n- \"Get my average resting heart rate for this week.\"\r\n\r\nOn first use, you will be asked to open an authorization URL in your browser and grant AI assistant access to your Fitbit data. After that, the extension will update `FITBIT_ACCESS_TOKEN` and `FITBIT_REFRESH_TOKEN` in extension's `.env` file and re-use it across sessions.\r\n\r\n## References\r\n[Fitbit API Reference](https://dev.fitbit.com/build/reference/web-api/)\r\n\r\nNote: Fitbit API will be deprecated and will migrate to Google Health API in September 2026.\r\n",
  "bytes": 1930,
  "sha": "185fb85bfced388974484b1c1912e30e9ce89b0403c8667d90b32d07b8ac9262",
  "repo_slug": "sajalverma17/fitbit-skill",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_sajalverma17_fitbit_skill_9f58fac5/readme"
}