composio-mcp

composio-mcp is a skill for Claude Code, Codex from lunchpaillola/pipa-skills. It costs 24 tokens per session (928 once invoked), scanned A, original, MIT.

A set of tools for connecting Pipa to external apps such as Gmail, Slack, GitHub, Notion, or Google Calendar. It helps the agent discover and use those app connections safely.

In plain words
What is it for?
Use it to fetch, summarize, create, update, send, or monitor records in connected services when the required tools are available.
Why use it?
It removes the need to handle every connected app through a separate, custom integration. It also provides a defined process for checking available tools and account access.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to fetch, summarize, create, update, send, or monitor records in connected services when the required tools are available.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lunchpaillola/pipa-skills/composio
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add lunchpaillola/pipa-skills --skill composio
Clone the repo
git clone --depth 1 https://github.com/lunchpaillola/pipa-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for composio-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/lunchpaillola/pipa-skills/composio/github.svg)](https://agentmods.dev/skills/lunchpaillola/pipa-skills/composio)
Your own site
<a href="https://agentmods.dev/skills/lunchpaillola/pipa-skills/composio"><img src="https://agentmods.dev/badge/skills/lunchpaillola/pipa-skills/composio/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for composio-mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/lunchpaillola/pipa-skills/composio"><img src="https://agentmods.dev/badge/skills/lunchpaillola/pipa-skills/composio.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 928 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.00928
Opus 5 $0.00012 $0.00464
Sonnet 5 $0.00005 $0.00186
Haiku 4.5 $0.00002 $0.00093

Measured 11d ago against content hash 95c650543fba, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

composio-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/composio/SKILL.md · 87 lines

How it starts

The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.

When to Apply

  • User asks Pipa to interact with an external app such as Gmail, Slack, GitHub, Notion, Linear, Google Calendar, or similar.
  • User wants Pipa to send, create, update, fetch, summarize, or monitor records in a connected service.
  • User asks for a connected-app action and Composio MCP tools are available in the current agent runtime.
  • User explicitly mentions Composio, Composio MCP, connected accounts, external app tools, or Pipa connected workflows.

Core Rule

Use the Composio MCP tools exposed in the current runtime. Do not switch to any non-MCP Composio workflow, install Composio locally, or initialize projects.

If Composio MCP tools are not available, stop and ask the user to connect or enable the Composio MCP for this agent environment.

Exception: when a Pipa read-only assessment has other usable evidence, record unavailable MCP or account access as a source gap and continue. Do not initiate authorization unless the user asks to connect it.

Workflow

  1. Clarify the target app, action, and user-visible outcome if the request is ambiguous.
  2. Inspect the available Composio MCP tools before choosing an action.
  3. Prefer the smallest specific MCP tool that can complete the request.
  4. Check whether the required connected account or authorization is available.
  5. If authorization is missing, ask the user to complete the MCP-provided connection flow and wait for confirmation.
  6. Execute the action through the MCP tool with explicit parameters.
  7. Report concise provenance: app, action, tool used, and the relevant record ID, URL, title, or timestamp returned by the tool.

MCP Tool Pattern

The Composio MCP is self-describing. Use its metadata tools instead of relying on local reference files.

  1. Search first with the MCP tool-discovery operation for the user's use case.
  2. Review the returned tool schemas, connection status, recommended plan, and pitfalls.
  3. If a toolkit has no active connection, use the MCP connection-management operation and give the user the returned authorization link.
  4. If a tool result points to a schema reference, fetch the complete schema before execution.
  5. Execute only returned tool slugs with schema-compliant arguments.
  6. For independent actions, use the MCP batch-execution operation when available.

Read the full file on GitHub · 87 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 87 lines · 24 tokens per session scan A 95c650543fba

Subscribe to this mod's changes

composio-mcp is a skill published in the GitHub repository lunchpaillola/pipa-skills (3 stars, last pushed 3d ago), licensed MIT. It adds 24 tokens to every session and 928 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.