Automate Jobnimbus tasks and workflows through Rube MCP for faster operations.
The skill material itself is an open-source prompt-style guide with no shown local secrets requirement or local code execution, so overall risk is low. Caution is still warranted because it depends on remote Rube MCP and an external Jobnimbus connection, where actual data access and egress occur through third-party services.
The material says the skill needs 'no API keys', but actual use requires establishing a `jobnimbus` connection via `RUBE_MANAGE_CONNECTIONS` and completing external authentication, which suggests credentials are likely brokered by Rube/Composio rather than absent; watch for third-party token handling and least-privilege scope.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and operating through Composio's Jobnimbus toolkit; user task content, tool arguments, and potentially business data will be sent to Rube/Composio and Jobnimbus-related services. This is expected egress, not a specific red flag in the material.
Per the provided checks, this is a prompt-only skill document; the material does not declare spawning local processes, running scripts, or requesting system-level permissions. Its role is to guide use of existing MCP tools rather than shipping executable code.
The skill itself does not claim local file access, but its purpose is to automate Jobnimbus operations through a remote toolkit, which may read or modify business data in Jobnimbus such as customers or jobs; this is within stated functionality, so review whether the connected account has overly broad permissions.
The source is a GitHub open-source repository with strong stated community adoption (64.7k stars), both of which materially reduce risk; the current material is mainly documentation, so auditability is comparatively good. The undeclared license and unknown maintenance status are worth noting but do not alone make it high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "jobnimbus-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/jobnimbus-automation/SKILL.md 2. Save it as ~/.claude/skills/jobnimbus-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Jobnimbus operations through Composio's Jobnimbus toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/jobnimbus
RUBE_MANAGE_CONNECTIONS with toolkit jobnimbusRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit jobnimbusAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Jobnimbus operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Jobnimbus task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["jobnimbus"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Jobnimbus-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit jobnimbus |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate Grafbase workflows via Rube MCP with schema-aware tool discovery first.
Automate common Connecteam workflows by first discovering current tool schemas.
Automate Flutterwave payment, transaction, and account tasks through Rube MCP tools.
Automate Gigasheet workflows and bulk spreadsheet-like data tasks via Rube MCP.
Automate Gorgias e-commerce support workflows with natural language ticket and customer actions.
Automate Aero Workflow tasks via Rube MCP using current tool schemas.
Automate API Ninjas tasks via Rube MCP with schema-first tool discovery.
Automate NPM installs, scripts, and package management through Rube MCP.
Automate Finmei tasks and connect workflows through Rube MCP.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Workiom tasks and streamline workflow updates through Rube MCP.