composio-tools

Route third-party app tool discovery, authorization, and execution through Composio.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/MoxyWolfLLC/moxywolf-plugins --skill composio-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: composio-tools
Source: https://github.com/MoxyWolfLLC/moxywolf-plugins/tree/main/plugins/composio/skills/composio-tools
Command: npx skills add https://github.com/MoxyWolfLLC/moxywolf-plugins --skill composio-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you perform real actions in third-party apps that have no native Cowork MCP connector by routing tool discovery, authentication, and execution through Composio.

Core Features & Use Cases

  • Connector-less app coverage: Use Composio when apps like Notion, Linear, Jira, HubSpot, Salesforce, Stripe, Airtable, or Calendly lack a dedicated native MCP connector.
  • Session-based workflow: Perform discovery and execution within the same user-scoped session so the connector stays properly connected across steps.
  • Intent and safety guardrails: Surface a connect/authorization link when needed and confirm what will happen before executing write actions on the user’s accounts.
  • Efficiency for large work: For big responses or bulk operations, use Composio’s workbench/sandbox rather than stuffing long tool output into context.

Quick Start

Use the skill to handle a request like: "Find the right Notion page tool with Composio and create a page with the provided title and content after I authorize access."

Frequently Asked Questions about composio-tools

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

FAQPage Schema
How do I connect third-party apps like Notion or Jira when there is no native MCP connector available?

You can connect third-party apps without native MCP connectors by routing tool discovery and execution through Composio. The Composio Tool Router searches for the correct app toolkit, surfaces a user authorization link when required, and executes the discovered tool for real accounts within a single session.

What is the Composio Tool Router and how does it handle workflow automation?

The Composio Tool Router is a meta-tool discovery and authentication mechanism for workflow automation. It uses COMPOSIO_SEARCH_TOOLS to find the correct app toolkit and COMPOSIO_MANAGE_CONNECTIONS to handle user authorization, ensuring actions execute on real accounts safely within a connected session.

Does the Composio workflow require authorization before executing write actions on my accounts?

Yes, Composio requires authorization before executing write actions on your accounts. The workflow follows a confirm-before-execute pattern, surfacing a connection link when needed so you can authorize access before any write operation is performed on your real third-party accounts.

Can I perform bulk operations in third-party apps using Composio without exceeding context limits?

For bulk operations in third-party apps, Composio routes large responses through its workbench or sandbox environment. This prevents stuffing long tool output directly into context, allowing you to handle big responses and bulk operations efficiently without exceeding session context limits.

When should I use Composio instead of a native MCP connector?

You should use Composio when apps like Notion, Linear, Jira, HubSpot, Salesforce, Stripe, Airtable, or Calendly lack a dedicated native MCP connector. It provides connector-less app coverage by handling discovery, authentication, and execution when native connectors are unavailable.

How do I create a Notion page through Composio after authorizing access?

To create a Notion page through Composio, you request the correct Notion page tool via COMPOSIO_SEARCH_TOOLS, authorize access through the surfaced connection link, and then confirm the write action before execution. The session stays connected across discovery, authorization, and execution steps.