everhour-automation

Automate time tracking and project management operations within Everhour using Rube MCP.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing time entries and project tasks in Everhour by enabling direct, agent-driven interaction with the platform's API.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Everhour tool schemas to ensure compatibility with the latest API updates.
  • Connection Management: Handle authentication and session state for Everhour via the Rube MCP gateway.
  • Workflow Execution: Perform bulk time tracking operations, task updates, and reporting tasks through automated tool execution.

Quick Start

Ask the agent to search for available Everhour tools and then execute a time entry update for the current project.

Frequently Asked Questions about everhour-automation

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

FAQPage Schema
How do I connect Everhour to my agent?

Connect Everhour by calling the RUBE_MANAGE_CONNECTIONS tool with the 'everhour' toolkit parameter. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS first is mandatory because tool schemas and available endpoints change frequently. This ensures your agent uses the most current arguments and tool slugs for successful execution.

Can I automate bulk time entries?

Yes, you can perform bulk operations by using the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool function, allowing for efficient processing of multiple time entries in a single workflow.

What should I do if a tool execution fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS to ensure it is still ACTIVE. Check that your arguments match the schema returned by the most recent RUBE_SEARCH_TOOLS call.