timely-automation

Automate Timely task management and workflow 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 timely-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: timely-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/timely-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill timely-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing time-tracking tasks by providing a direct, automated interface to the Timely platform via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current tool schemas to ensure compatibility with the latest Timely API updates.
  • Connection Management: Verify and maintain active authentication states for secure API interactions.
  • Workflow Execution: Perform multi-step operations like task creation or status updates using structured tool execution plans.

Quick Start

Ask the agent to discover available Timely tools and execute the task creation workflow for the current project.

Frequently Asked Questions about timely-automation

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

FAQPage Schema
How do I connect Timely to my agent?

Connect Timely by calling the RUBE_MANAGE_CONNECTIONS tool with the 'timely' toolkit argument. 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 ensures you have the most current tool schemas, input requirements, and execution plans. This prevents errors caused by outdated tool definitions or schema changes.

Can I automate bulk operations in Timely?

Yes, use the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool() function to execute bulk operations. This allows for efficient processing of multiple tasks within a single workflow session.

What should I do if a tool execution fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS and ensure your arguments strictly match the schema returned by RUBE_SEARCH_TOOLS. Always include an empty memory object if the tool requires it.