customjs-automation
Automate Customjs tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:18
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-customjs-automation&locale=en&source=copy
Customjs Automation - Automate Customjs Tasks via Rube MCP
Skills Overview
Automate Customjs operations using Composio’s Rube MCP service. It supports tool discovery, connection management, and batch task execution, enabling quick integration without the need for an API key.
Use Cases
When you need to perform multiple operations on Customjs, use RUBE_MULTI_EXECUTE_TOOL to run multiple tools in parallel. With the session reuse mechanism, it improves efficiency. It also supports automatic pagination to ensure all data is fully retrieved.
Customjs tool schemas may change at any time. Use RUBE_SEARCH_TOOLS to discover available tools and the latest parameter structures in real time, ensuring your workflows always use the correct tool definitions. Suitable for complex scenarios that call multiple Customjs functions.
No API key is required. Just add the Rube MCP endpoint to your client configuration. Use RUBE_MANAGE_CONNECTIONS to check connection status, and support one-click completion of Customjs account authorization.
Core Features
Automatically search the available Customjs tools and their input schemas. It returns the tool slug, parameter structure, execution recommendations, and known issues. This avoids hard-coding outdated tool definitions and keeps everything synchronized with the latest API.
Centralized management of Customjs account connection status. Supports querying, creating, and verifying connections. Once a connection is activated, all tool calls automatically reuse the authenticated session, eliminating the need for repeated authorization.
Supports executing multiple Customjs tools in a single request, with each tool independently receiving parameters. Includes a memory parameter for context passing, and uses session_id for session-level state management.
Common Questions
What is Rube MCP? Does it require an API key?
Rube MCP is an MCP service provided by Composio, accessed via the
https://rube.app/mcp endpoint. It’s completely free to use—no API key is required. After adding it to your client configuration, you can connect to multiple toolsets such as Customjs.How can I ensure I’m using the latest Customjs tool definitions?
Before running a workflow each time, call RUBE_SEARCH_TOOLS to fetch the current tool schema. This interface returns the latest tool slug, parameter structure, and known issues, preventing call failures caused by API changes.
What should I do if the connection status shown is not ACTIVE?
Call RUBE_MANAGE_CONNECTIONS to check the connection status. If it shows a non-ACTIVE state, the interface returns an authorization link. After accessing the link to complete the Customjs account binding, query again to confirm the status changes to ACTIVE, and then normal usage is enabled.