formsite-automation
Automate Formsite tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:23
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-formsite-automation&locale=en&source=copy
Formsite Automation - Perform Formsite Automation via Rube MCP
Skills Overview
Formsite Automation uses Composio’s Formsite toolkit and Rube MCP so you can automate Formsite form operations without an API key, including workflows such as form creation, data export, and result management.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to ensure the correct parameters and field names are used, preventing call failures due to API updates.RUBE_MANAGE_CONNECTIONS to easily establish a Formsite connection. No manual API key setup is required—authorize once and reuse across multiple workflows.RUBE_MULTI_EXECUTE_TOOL, or use RUBE_REMOTE_WORKBENCH for more complex batch processing.Frequently Asked Questions
Does Formsite Automation require an API key?
No. With Rube MCP and Composio’s integration, you only need to complete a one-time OAuth authorization in
RUBE_MANAGE_CONNECTIONS. After that, you can use all Formsite tools directly without separately requesting or managing API keys.How do I get started with Formsite Automation?
First, add
https://rube.app/mcp as an MCP server, then execute in order: 1) Call
RUBE_SEARCH_TOOLS to search for available Formsite tools. 2) Use
RUBE_MANAGE_CONNECTIONS to establish the Formsite connection and confirm the status is ACTIVE. 3) Use
RUBE_MULTI_EXECUTE_TOOL to perform the specific operations.What specific operations does Formsite Automation support?
The supported operations depend on the tools provided by Composio’s Formsite toolkit. Typically, this includes creating forms, getting a list of forms, reading form results, exporting data, and more. Since the tool schema may change, it’s recommended to always call
RUBE_SEARCH_TOOLS first to retrieve the currently available operations and required parameters.