sitespeakai-automation

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Sitespeakai configurations and executing repetitive operations by providing a standardized, agent-driven automation interface.

Core Features & Use Cases

  • Tool Discovery: Automatically fetch and validate current tool schemas and input requirements via Rube MCP.
  • Connection Management: Programmatically verify and maintain active authentication states for Sitespeakai toolkits.
  • Multi-Tool Execution: Execute complex, multi-step workflows using discovered tool slugs and schema-compliant arguments.

Quick Start

Use the sitespeakai-automation skill to discover available tools and execute the required task for my current session.

Frequently Asked Questions about sitespeakai-automation

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

FAQPage Schema
How do I discover available Sitespeakai tools?

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

How do I verify my Sitespeakai connection status?

Use the RUBE_MANAGE_CONNECTIONS tool with the sitespeakai toolkit parameter to check if your current session connection is active before proceeding with workflows.

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE via RUBE_MANAGE_CONNECTIONS and ensure your arguments strictly match the schema returned by the most recent RUBE_SEARCH_TOOLS call.

Can I reuse session IDs for different workflows?

No, you should generate new session IDs for distinct workflows to maintain state isolation, though you may reuse a single session ID within the steps of one specific workflow.