klipfolio-automation

Automate Klipfolio dashboard and reporting tasks through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill klipfolio-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: klipfolio-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/klipfolio-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill klipfolio-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Klipfolio dashboards and data connections by providing a standardized, automated interface for tool discovery and execution.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Klipfolio tool schemas and execution parameters via Rube MCP.
  • Connection Management: Programmatically verify and manage active Klipfolio API connections.
  • Workflow Execution: Execute multi-step Klipfolio operations, including data retrieval and dashboard updates, using a unified execution pattern.

Quick Start

Use the klipfolio-automation skill to discover available tools and execute a data refresh for my dashboard.

Frequently Asked Questions about klipfolio-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover available Klipfolio tools?

Call the RUBE_SEARCH_TOOLS function with a query related to your specific Klipfolio task. This returns the necessary tool slugs, input schemas, and execution plans required for your workflow.

How do I verify my Klipfolio connection status?

Use the RUBE_MANAGE_CONNECTIONS command with the 'klipfolio' toolkit argument. This will return the current connection status and provide an authentication link if the connection is not active.

Can I automate bulk Klipfolio operations?

Yes, use the RUBE_REMOTE_WORKBENCH command with the run_composio_tool() function to perform bulk operations across your Klipfolio account.

Why must I search for tools before executing them?

Tool schemas and slugs in the Klipfolio API can change frequently. Searching first ensures you are using the most current, valid arguments and prevents execution errors.

What should I do if a tool execution fails?

Check the RUBE_SEARCH_TOOLS output for known pitfalls and ensure your arguments strictly match the required schema types. Verify that your connection status is ACTIVE before retrying.