Automate WakaTime data queries, reporting, and workflow tasks via Rube MCP.
This skill is essentially a prompt-style wrapper with a public source and strong community adoption. However, it relies on external Rube MCP and a Wakatime connection, so real usage routes operations and related data through third-party services, making it overall low-to-moderate risk with caution warranted.
The material states the skill itself needs no API keys, but it requires activating a `wakatime` connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth-link flow. This implies reliance on third-party managed credentials/tokens, with no clear details on storage, scopes, or revocation.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and performing Wakatime operations through Composio/Rube. This means task content, arguments, and results are likely sent to that third-party service before interacting with Wakatime. The endpoint is declared and relevant to the functionality, but data does leave to a third party.
The system flags this as `prompt-only`, and the material does not describe local installers, shell execution, or host process control. It appears to be documentation/instructions for MCP tool usage rather than something with direct code-execution capability.
The skill itself does not declare direct local file access, but it accesses Wakatime account data through Rube MCP and supports bulk operations and paginated retrieval. The actual data scope depends on the authorized Wakatime connection, and the material does not specify least-privilege scopes or field boundaries.
The source is a GitHub open-source repository, the system marks it as `open-source`, and community adoption is high (~64.9k stars), all of which materially reduce risk. Although the license is unspecified, maintenance status is unknown, and the external Composio/Rube service cannot be fully audited from this material, there are no clear supply-chain red flags in the provided facts.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "wakatime-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/wakatime-automation/SKILL.md 2. Save it as ~/.claude/skills/wakatime-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Wakatime operations through Composio's Wakatime toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/wakatime
RUBE_MANAGE_CONNECTIONS with toolkit wakatimeRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit wakatimeAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Wakatime operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Wakatime task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["wakatime"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Wakatime-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit wakatime |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate Coupa procurement and finance tasks through Rube MCP efficiently.
Automate Craftmypdf PDF generation and document workflows through Rube MCP.
Automate Crowdin localization and project workflows through Rube MCP tools.
Automate Crustdata workflows via Rube MCP with schema-first tool discovery.
Automate Cults queries and management tasks after checking current tool schemas.
Automate Corrently workflows through Rube MCP using the latest tool schemas.
Automate Wati messaging and customer communication tasks through Rube MCP.
Automate Timekit tasks via Rube MCP with schema lookup first.
Automate Timecamp tasks via Rube MCP for faster tracking and workflow updates.
Automate Chatwork messages, tasks, and team workflows through Rube MCP.
Automate DeskTime tasks through Rube MCP for time tracking workflows.
Automate Wit AI workflows via Rube MCP using current tool schemas first.