composio

composio is a skill for Claude Code from aAAaqwq/AGI-Super-Team. It costs 26 tokens per session (1,780 once invoked), scanned A, original, MIT.

A toolkit for building AI agents and applications that use external services such as Gmail, Slack, and GitHub. It supports either isolated tool sessions for agents or direct tool execution in ordinary applications.

In plain words
What is it for?
It helps build agents with external tools, multi-user applications with separate sessions, authentication flows, event-driven agents, and CRUD or automation apps.
Why use it?
It removes much of the separate work of connecting outside services, handling accounts, and choosing how an agent or application should run those tools.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agi-super-team plugin — 194 skills, 1 agent shipped together

Good fit It helps build agents with external tools, multi-user applications with separate sessions, authentication flows, event-driven agents, and CRUD or automation apps.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aaaaqwq/agi-super-team/composio-sdk
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 aAAaqwq/AGI-Super-Team --skill composio-sdk
Clone the repo
git clone --depth 1 https://github.com/aAAaqwq/AGI-Super-Team

Made for: Claude Code.

Or install agi-super-team, the plugin that ships this one along with the rest of its 194 skills, 1 agent.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/composio-sdk/github.svg)](https://agentmods.dev/skills/aaaaqwq/agi-super-team/composio-sdk)
Your own site
<a href="https://agentmods.dev/skills/aaaaqwq/agi-super-team/composio-sdk"><img src="https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/composio-sdk/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

Your own site · 80×15
<a href="https://agentmods.dev/skills/aaaaqwq/agi-super-team/composio-sdk"><img src="https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/composio-sdk.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,780 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00026 $0.01780
Opus 5 $0.00013 $0.00890
Sonnet 5 $0.00005 $0.00356
Haiku 4.5 $0.00003 $0.00178

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

Security

Grade A, and why

composio 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 5d 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-sdk/SKILL.md · 192 lines

How it starts

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

Composio

Comprehensive guide to building AI agents and applications with Composio. Choose between:

  • Tool Router - Create isolated, secure MCP sessions for AI agents with automatic authentication
  • Direct Execution - Build traditional apps with manual tool execution and CRUD operations

When to use

Use this skill when:

Building AI Agents:

  • Building chat-based or autonomous agents that need access to external tools (Gmail, Slack, GitHub, etc.)
  • Creating multi-user applications with isolated tool access per session
  • Implementing automatic authentication flows for external services
  • Integrating with AI frameworks (Vercel AI SDK, LangChain, OpenAI Agents, Claude)
  • Using MCP (Model Context Protocol) for dynamic tool discovery
  • Building event-driven agents with triggers

Building Traditional Applications:

  • Creating CRUD applications that execute tools directly
  • Building automation workflows without agent frameworks
  • Managing connected accounts and authentication configurations
  • Creating custom tools with specific authentication requirements
  • Implementing multi-tenant applications with session isolation
  • Building tools with pre/post-execution hooks and modifiers

1. Building Agents

Use Tool Router to build interactive chat-based agents or autonomous long-running task agents. Tool Router creates isolated MCP sessions for users with scoped access to toolkits and tools.

Key Features:

  • Session-based isolation per user
  • Dynamic toolkit and tool configuration
  • Automatic authentication management
  • MCP-compatible server URLs for any AI framework
  • Connection state querying for UI building
  • Real-time event handling with triggers
1.1 Session Management & Configuration

Essential patterns for creating agent sessions and configuring tools:

Read the full file on GitHub · 192 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. 5d ago First seen · 192 lines · 26 tokens per session scan A c09580cb7e05

Subscribe to this mod's changes

composio is a skill published in the GitHub repository aAAaqwq/AGI-Super-Team (91 stars, last pushed today), licensed MIT. It adds 26 tokens to every session and 1,780 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-09-05.