fibery-automation

Automate Fibery tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:21

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-fibery-automation&locale=en&source=copy

Fibery Automation — Automate Fibery Tasks via Rube MCP

Skills Overview


fibery-automation is a skill for automating Fibery operations through Composio’s Rube MCP service. It helps you automate tasks in your Fibery workspace without writing code.

Use Cases


  • Project Management Automation: Automatically create and update project and task records in Fibery, and sync development progress back to your Fibery workspace.

  • Product Development Workflows: Automate product development steps such as requirements, features, and releases to reduce manual data entry.

  • Knowledge Base and Documentation Sync: Automatically import external information into the Fibery knowledge base, or export data from Fibery to other systems.
  • Core Features


  • Dynamic Tool Discovery: Use RUBE_SEARCH_TOOLS to always retrieve the latest Fibery tool schema, avoiding hard-coded, outdated APIs.

  • Connection Management: Use RUBE_MANAGE_CONNECTIONS to check and manage the status of your Fibery connection, ensuring the service is available before performing operations.

  • Batch Operation Execution: Support executing multiple Fibery actions at once via RUBE_MULTI_EXECUTE_TOOL to improve efficiency.
  • Frequently Asked Questions

    How do I get started with the Fibery Automation skill?


    First, add Rube MCP (https://rube.app/mcp) to your MCP client configuration, then call RUBE_MANAGE_CONNECTIONS to confirm that your Fibery connection is in the ACTIVE state.

    Why do I always need to call RUBE_SEARCH_TOOLS first?


    Composio’s tool schemas are updated frequently. Hard-coding tool names and parameters can easily lead to call failures. RUBE_SEARCH_TOOLS returns the latest available tools, input formats, and execution recommendations.

    Is Fibery Automation free?


    The Rube MCP service itself is free, but you need your own Fibery account. Some Fibery operations may be limited by your subscription plan.