zeplin-automation

Automate Zeplin design operations through the Rube MCP toolkit for workflow integration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual friction of interacting with Zeplin by providing a standardized, automated interface for design operations, ensuring that design handoffs and asset management remain synchronized with your development workflow.

Core Features & Use Cases

  • Tool Discovery: Dynamically query available Zeplin tools to ensure schema compliance and avoid hardcoded errors.
  • Connection Management: Securely manage and verify active Zeplin connections via the Rube MCP gateway.
  • Workflow Execution: Perform bulk operations and remote workbench tasks directly through the MCP interface.

Quick Start

Use the zeplin-automation skill to search for available tools and execute a design asset update task.

Frequently Asked Questions about zeplin-automation

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

FAQPage Schema
How do I connect Zeplin to my agent?

Use the RUBE_MANAGE_CONNECTIONS command with the 'zeplin' toolkit parameter. Follow the returned authentication link to authorize the connection and ensure the status is set to ACTIVE before proceeding.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available operations in Zeplin change frequently. Calling RUBE_SEARCH_TOOLS ensures your agent uses the most current input arguments and tool slugs, preventing execution errors.

Can I automate bulk design tasks?

Yes, use the RUBE_REMOTE_WORKBENCH command with the run_composio_tool function to execute multiple Zeplin operations in a single batch process.

What should I do if a tool execution fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS and ensure your arguments match the schema returned by the most recent RUBE_SEARCH_TOOLS call. Always include an empty memory object if required.