ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 3/5

Composio

Skill by wjayesh

Why use this skill?

Connect OpenClaw AI agents to over 500 apps including Slack, Gmail, and GitHub. Streamline workflows with seamless cross-app automation using Composio.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/wjayesh/composio
Or

What This Skill Does

Composio is a robust tool execution platform designed for OpenClaw AI agents, functioning as a bridge between your agent and over 500 third-party applications. By providing a unified interface for cross-app automation, Composio allows your agent to perform complex tasks across services like Gmail, Slack, GitHub, Notion, Figma, and more. It abstracts the complexity of authentication and API management, offering a single, standardized endpoint (/api/v3/tools/execute/{TOOL_SLUG}) for triggering actions. The skill includes an intelligent discovery mechanism, COMPOSIO_SEARCH_TOOLS, which acts as an orchestration layer to map natural language intents to specific executable tool schemas, execution plans, and required connection parameters.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/wjayesh/composio

Once installed, ensure your authentication is configured by setting your API key: export COMPOSIO_API_KEY="your_api_key_here". You will need to obtain this key from the official Composio platform by signing in and accessing your project settings.

Use Cases

  • Unified Communication: Automatically sync messages between Slack and Microsoft Teams, or draft and send emails via Gmail triggered by project updates.
  • Developer Workflow Automation: Create GitHub issues, track pull requests, and push code changes directly through conversational commands.
  • Knowledge Management: Automatically push research findings or summaries from web searches into Notion databases.
  • Multi-Platform Automation: Connect disparate services to perform complex cross-app logic, such as taking a Figma design asset and attaching it to a Jira ticket or Trello card.

Example Prompts

  1. "Search for the right tools to create a GitHub issue, and then create one titled 'Bug in Auth Module' with description 'Users are seeing 403 errors on login'."
  2. "Find a tool to connect to my Gmail and draft an email to the team lead summarizing the project status from the latest Slack thread."
  3. "Check if I have access to Figma tools, and if so, fetch the latest version of the homepage design and upload it to my 'Marketing Assets' folder in Google Drive."

Tips & Limitations

  • Discovery First: Always utilize COMPOSIO_SEARCH_TOOLS as your primary step. It provides the essential metadata, connection status, and potential pitfalls for any given tool before you attempt execution.
  • Session Management: Maintain session.id across sequential calls to ensure your workflow context is preserved for the AI agent.
  • Permissions: Note that some apps may require explicit OAuth consent via the Composio platform dashboard before the agent can perform write operations on your behalf.
  • Limitations: The skill is dependent on external service availability. Ensure your internet connection is stable, as it relies on the Composio backend API to relay commands to target applications.

Metadata

Author@wjayesh
Stars919
Views12
Updated2026-02-12
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-wjayesh-composio": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#automation#api-integration#workflow#agent-tools
Safety Score: 3/5

Flags: network-access, external-api, data-collection