wakatime-automation

Automate Wakatime time-tracking operations through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill wakatime-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wakatime-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/wakatime-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill wakatime-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Wakatime time-tracking data by providing a standardized, automated interface for interacting with Wakatime's API via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Automatically fetch current Wakatime tool schemas and execution plans.
  • Connection Management: Verify and maintain active authentication sessions for Wakatime.
  • Multi-Tool Execution: Execute complex Wakatime workflows, such as bulk operations or reporting, using a unified execution pattern.

Quick Start

Ask the assistant to search for available Wakatime tools and execute a time-tracking task using the Rube MCP gateway.

Frequently Asked Questions about wakatime-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Wakatime to the Rube MCP?

Use the RUBE_MANAGE_CONNECTIONS command with the wakatime toolkit. If the connection is not active, the system will provide an authentication link to complete the setup process.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available operations change frequently. Calling RUBE_SEARCH_TOOLS ensures you are using the most current tool slugs and input arguments, preventing execution errors.

Can I automate bulk Wakatime operations?

Yes, you can perform bulk operations using the RUBE_REMOTE_WORKBENCH command with the run_composio_tool function to execute multiple tasks efficiently.

What should I do if my Wakatime connection is inactive?

Verify your connection status using RUBE_MANAGE_CONNECTIONS. If it shows as inactive, follow the provided auth link to re-authenticate your Wakatime account.

How do I handle session IDs in workflows?

Reuse the same session ID for all steps within a single workflow to maintain context. Generate a new session ID only when starting a completely different task.