spondyr-automation

Automate Spondyr operations through the Rube MCP gateway using structured tool discovery and execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Spondyr's API and connection management, allowing for automated, schema-compliant task execution within an AI agent environment.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetches current tool schemas and execution plans via Rube MCP.
  • Connection Management: Handles Spondyr authentication and session state verification to ensure reliable workflow execution.
  • Use Case: Automate repetitive Spondyr data entry or retrieval tasks by chaining discovery, connection validation, and multi-tool execution steps.

Quick Start

Use the spondyr-automation skill to discover available tools and execute a task for your specific Spondyr workflow.

Frequently Asked Questions about spondyr-automation

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

FAQPage Schema
How do I connect Spondyr to my AI agent?

Connect Spondyr by using the RUBE_MANAGE_CONNECTIONS tool via the Rube MCP gateway. Ensure the toolkit is set to 'spondyr' and follow the provided authentication link to establish an active session.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Calling RUBE_SEARCH_TOOLS is mandatory because tool schemas and available arguments change frequently. Searching ensures your agent uses the most current input requirements and avoids execution errors.

What should I do if my Spondyr connection is not active?

If the connection status is not ACTIVE, trigger the RUBE_MANAGE_CONNECTIONS tool again to receive a fresh authentication link. Complete the authorization process in your browser to restore connectivity.

Can I reuse session IDs for different workflows?

No, you should generate new session IDs for distinct workflows to maintain state isolation. Reuse session IDs only within the context of a single, continuous task sequence.