ko-fi-automation

Automate Ko-fi platform operations and task management 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 ko-fi-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ko-fi-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/ko-fi-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill ko-fi-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Ko-fi interactions by providing an automated interface for platform operations, ensuring consistent and efficient task execution.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Ko-fi tool schemas and execution plans via Rube MCP.
  • Connection Management: Verify and maintain active authentication sessions for Ko-fi toolkits.
  • Workflow Execution: Perform multi-step operations like bulk tool execution and remote workbench tasks.

Quick Start

Use the ko-fi-automation skill to search for available tools and execute a specific task on your Ko-fi account.

Frequently Asked Questions about ko-fi-automation

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

FAQPage Schema
How do I connect my Ko-fi account to the automation skill?

Connect your account by calling the RUBE_MANAGE_CONNECTIONS tool with the ko_fi toolkit parameter. Follow the provided authentication link in the response to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and available arguments on the Ko-fi platform change frequently. Calling RUBE_SEARCH_TOOLS ensures you are using the most current schema definitions and prevents execution errors caused by outdated tool slugs.

Can I perform bulk operations on Ko-fi?

Yes, use the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool function to execute bulk operations. This allows for efficient handling of multiple tasks within a single session.

What should I do if my Ko-fi connection is not active?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS command to trigger a new authentication flow. Ensure you complete the link verification process to restore access.

Are there limitations to the Ko-fi automation?

Automation is limited by the tools exposed through the Rube MCP gateway. Always check the returned tool schemas for specific input requirements and ensure your session ID is maintained throughout the workflow.