fitbit-automation
Automate Fitbit tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:15
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-fitbit-automation&locale=en&source=copy
Fitbit Automation Skill
Skill Overview
Automate Fitbit operations using Rube MCP (Composio), supporting health data queries, exporting workout records, and device management. Before execution, automatically discover the latest tool schemas.
Use Cases
Automatically back up Fitbit daily activity, sleep, and heart-rate data to local storage or the cloud, and periodically generate health trend reports—no manual effort required.
Coaches or health managers can retrieve trainees’ activity data in bulk for research, and researchers can collect sample data. It supports efficient aggregation of data across multiple accounts.
Integrate Fitbit data into custom applications or dashboards, connect with health analytics tools, and build a personal health management system.
Core Features
Use
RUBE_SEARCH_TOOLS to fetch the latest Fitbit tool schemas automatically. Avoid hard-coding tool names and parameters, and adapt to API changes.Use
RUBE_MANAGE_CONNECTIONS to check the Fitbit connection status in real time, automatically guide through the authorization flow, and ensure the account is activated before execution.Execute multiple Fitbit actions via
RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH, supporting workout record queries, data exports, and device information retrieval.FAQs
What is Rube MCP? Does it require payment?
Rube MCP is an MCP server provided by Composio for integrating third-party tools such as Fitbit. Add
https://rube.app/mcp to your client configuration to use it—no API key or subscription is required.How do I get started with Fitbit automation?
First, ensure Rube MCP is configured. Call
RUBE_SEARCH_TOOLS to discover available tools, then connect your Fitbit account using RUBE_MANAGE_CONNECTIONS, and finally perform specific actions with RUBE_MULTI_EXECUTE_TOOL.What Fitbit features are supported?
Supported features are obtained through dynamic tool discovery. Common operations include retrieving activity data, querying sleep records, exporting heart-rate information, and managing device status. The exact available tools can be viewed by calling
RUBE_SEARCH_TOOLS.