spoki-automation

Automate Spoki operations through the Rube MCP gateway for integrated task management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Spoki operations by providing a standardized, automated interface for tool discovery, connection management, and execution.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Spoki tool schemas and execution plans via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Spoki toolkits.
  • Workflow Execution: Execute multi-step operations, including bulk tasks, using discovered tool slugs and schema-compliant arguments.

Quick Start

Use the spoki-automation skill to discover available tools and execute a task for a specific Spoki workflow.

Frequently Asked Questions about spoki-automation

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

FAQPage Schema
How do I discover available Spoki tools?

Call the RUBE_SEARCH_TOOLS function with a specific use case query to retrieve current tool slugs, input schemas, and recommended execution plans for Spoki operations.

How to verify if my Spoki connection is active?

Use the RUBE_MANAGE_CONNECTIONS tool with the 'spoki' toolkit parameter to check the current connection status and obtain an authentication link if the status is not ACTIVE.

Can I hardcode tool slugs in my workflows?

No, you should never hardcode tool slugs or arguments. Tool schemas change frequently, so always call RUBE_SEARCH_TOOLS first to ensure compatibility and schema compliance.

What is the purpose of the memory parameter in RUBE_MULTI_EXECUTE_TOOL?

The memory parameter is a required field for state management during tool execution. Always include it in your calls, even if it is an empty object, to ensure successful request processing.

How do I handle bulk operations in Spoki?

Use the RUBE_REMOTE_WORKBENCH tool combined with the run_composio_tool() function to execute bulk operations efficiently across the Spoki platform.