klipfolio-automation
Automate Klipfolio tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:29
Download and extract to your skills directory
Copy command and send to AI Agent for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-klipfolio-automation&locale=en&source=copy
Klipfolio Automation - Automating Klipfolio Tasks via Rube MCP
Skill Overview
Klipfolio Automation is a skill that automates Klipfolio tasks through the Composio Rube MCP. It supports tool discovery, connection management, and bulk operations, enabling quick integration without API keys.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to dynamically fetch the currently available Klipfolio tools and input schemas, avoiding hard-coded outdated tool definitions.RUBE_MANAGE_CONNECTIONS to manage the Klipfolio account connection status, with support for connection validation and status checks.RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH, supporting complex workflows.Frequently Asked Questions
Does Klipfolio Automation require an official API key?
No. Klipfolio Automation works through Rube MCP and the Composio Klipfolio toolkit. You only need to add the Rube MCP endpoint
https://rube.app/mcp to the client configuration—no separate API key is required.How can I verify whether the Klipfolio connection is successful?
Call the
RUBE_MANAGE_CONNECTIONS tool, passing klipfolio as the toolkit parameter. Check the returned connection status. If the status is ACTIVE, the connection is working properly. If it’s not connected, the response will include an authorization link to complete the setup.Which Klipfolio operations support automation?
Supported operations depend on the tools currently provided by the Composio Klipfolio toolkit. Typical operations include: creating/updating dashboards, managing data sources, refreshing data, and generating reports. Be sure to call
RUBE_SEARCH_TOOLS first to retrieve the latest available tool list, since the tool schemas can change over time.