placid-automation

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with the Placid API, allowing you to trigger image generation and automation workflows directly through your AI agent.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Placid tool schemas to ensure compatibility.
  • Connection Management: Verify and maintain active authentication sessions with the Placid toolkit.
  • Workflow Execution: Execute multi-step image generation tasks using Rube MCP commands.
  • Use Case: Automatically generate social media graphics or dynamic banners by passing data to Placid templates via your agent.

Quick Start

Use the placid-automation skill to search for available tools and generate a new image using the specified template.

Frequently Asked Questions about placid-automation

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

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

Connect Placid by calling RUBE_MANAGE_CONNECTIONS with the 'placid' toolkit argument. Ensure the returned authentication link is followed to establish an ACTIVE connection status before executing tools.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS is mandatory because tool schemas and input requirements change frequently. Searching ensures you use the correct tool slugs and schema-compliant arguments for your specific task.

What should I do if my Placid connection is inactive?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS command. Follow the provided authentication link to re-authorize the Placid toolkit and confirm the status updates to ACTIVE.

Can I reuse session IDs for different workflows?

Reuse session IDs only within the same workflow context to maintain state. Generate new session IDs for distinct, unrelated tasks to prevent data contamination and ensure clean execution logs.

How do I handle complex Placid operations?

Use RUBE_MULTI_EXECUTE_TOOL for standard operations or RUBE_REMOTE_WORKBENCH with run_composio_tool() for complex, bulk, or multi-stage automation workflows.