jobnimbus-automation
Automate Jobnimbus tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Office AutomationInstall
Hot:33
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-jobnimbus-automation&locale=en&source=copy
Jobnimbus Automation - Rube MCP Automation Skill
Skill Overview
Jobnimbus Automation is a skill that enables automation of Jobnimbus CRM system operations through Composio’s Jobnimbus toolkit. It supports features such as connection management, tool discovery, and batch execution.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to discover the currently available Jobnimbus tools and their input parameter structures, avoiding hard-coded and outdated API schemas.RUBE_MANAGE_CONNECTIONS to manage Jobnimbus account connections. It supports checking connection status, completing the authorization flow, and validating that the connection is usable.RUBE_MULTI_EXECUTE_TOOL to call multiple Jobnimbus tools in bulk, enabling complex automation workflows to be completed within a single session.FAQs
How does the Jobnimbus Automation skill connect to my Jobnimbus account?
First, make sure Rube MCP has been added to your MCP server configuration (add
https://rube.app/mcp). Then call RUBE_MANAGE_CONNECTIONS and specify the toolkit as jobnimbus. If the connection is not activated, the system will return an authorization link; after completing authorization, you can use it.Does Rube MCP require an API key?
No. Rube MCP is a public MCP server endpoint. You only need to add
https://rube.app/mcp to your client configuration to use it—no registration or API key setup is required.Can the tool schema change? How do I get the latest version?
The schema for Jobnimbus tools may change over time. Therefore, this skill requires calling
RUBE_SEARCH_TOOLS to retrieve the current tool schema before running a workflow each time, instead of hard-coding tool parameters. This ensures your automation code always uses the latest API structures.