onedesk-automation

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Onedesk interfaces by providing a standardized, automated way to execute tasks and manage connections via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically search and retrieve current Onedesk tool schemas to ensure compatibility.
  • Connection Management: Verify and maintain active authentication states for Onedesk integrations.
  • Workflow Execution: Perform multi-step operations like task creation or status updates using structured tool execution.

Quick Start

Use the onedesk-automation skill to search for available tools and execute a task update for the current session.

Frequently Asked Questions about onedesk-automation

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

FAQPage Schema
How do I discover available Onedesk tools?

Call the RUBE_SEARCH_TOOLS function with a specific use case query to retrieve current tool slugs, input schemas, and execution plans for Onedesk operations.

How to check if my Onedesk connection is active?

Use the RUBE_MANAGE_CONNECTIONS tool with the 'onedesk' toolkit parameter to verify the current connection status and obtain an authentication link if needed.

Can I execute multiple Onedesk tools in one workflow?

Yes, use the RUBE_MULTI_EXECUTE_TOOL function to run a sequence of discovered tools, ensuring you maintain the same session ID throughout the workflow.

Why should I search for tools before executing?

Tool schemas and slugs in Onedesk can change frequently; searching first ensures you use the correct arguments and field types, preventing execution errors.

What is the purpose of the memory parameter?

The memory parameter is required by RUBE_MULTI_EXECUTE_TOOL to maintain state across tool calls; always include it as an empty object '{}' if no specific memory is needed.