zylvie-automation

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Zylvie's interface by providing a standardized, programmatic way to execute tasks and manage connections via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current tool schemas and execution plans for Zylvie operations.
  • Connection Management: Verify and maintain active authentication states for Zylvie toolkits.
  • Multi-Execution: Perform complex, multi-step workflows using discovered tool slugs and structured arguments.
  • Use Case: Automate recurring Zylvie data entry or reporting tasks by chaining discovery, connection verification, and tool execution into a single agentic workflow.

Quick Start

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

Frequently Asked Questions about zylvie-automation

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

FAQPage Schema
How do I discover available Zylvie tools?

Call the RUBE_SEARCH_TOOLS function with a Zylvie-specific use case query. This returns the current tool slugs, input schemas, and recommended execution plans required for your task.

How to verify my Zylvie connection status?

Use the RUBE_MANAGE_CONNECTIONS tool with the 'zylvie' toolkit parameter. The response will indicate if your connection is ACTIVE or if you need to follow an auth link to complete setup.

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 you are using the most current definitions.

What should I include in the RUBE_MULTI_EXECUTE_TOOL call?

Always include the tool_slug, schema-compliant arguments, and a memory parameter (even if empty). Ensure you are using a valid session ID to maintain state throughout your workflow.

Why does my Zylvie automation fail?

Failures often occur due to expired connections or outdated tool schemas. Verify your connection status with RUBE_MANAGE_CONNECTIONS and ensure you have performed a fresh RUBE_SEARCH_TOOLS call.