oncehub-automation

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing scheduling workflows by providing a standardized interface to interact with Oncehub via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Oncehub tool schemas and execution plans to ensure compatibility.
  • Connection Management: Verify and maintain active authentication states for Oncehub integrations.
  • Workflow Execution: Execute multi-step scheduling tasks, such as booking management or availability checks, using structured tool calls.

Quick Start

Ask the agent to search for available Oncehub tools and then execute the booking workflow for the specified client.

Frequently Asked Questions about oncehub-automation

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

FAQPage Schema
How do I automate Oncehub tasks with this skill?

Start by calling RUBE_SEARCH_TOOLS to discover available Oncehub operations, then verify your connection status with RUBE_MANAGE_CONNECTIONS before executing specific tools via RUBE_MULTI_EXECUTE_TOOL.

What should I do if my Oncehub connection is inactive?

Call RUBE_MANAGE_CONNECTIONS with the oncehub toolkit parameter to receive an authentication link, which you must follow to re-establish an active connection status.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and available arguments for Oncehub change frequently; searching first ensures you use the correct tool slugs and input parameters for your specific task.

Can I reuse session IDs for different Oncehub workflows?

Reuse session IDs within a single logical workflow to maintain context, but generate new session IDs for distinct, unrelated tasks to prevent state contamination.