composio-byo

composio-byo is a skill for Claude Code, Codex from drewnekota/cetus. It costs 21 tokens per session (620 once invoked), scanned A, original, MIT.

Instructions for connecting a user-owned Composio MCP server to Cetus. Composio lets users connect SaaS services, such as email or work tools, through one MCP server.

In plain words
What is it for?
Use it to add Composio to Cetus, configure its MCP connection, authenticate required service toolkits, or troubleshoot access.
Why use it?
It explains which server URL, project key, connected accounts, and permissions are needed, while keeping ownership and billing with the user. This helps diagnose access problems without relying on a shared account.

Skill for Claude CodeCodex

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

Good fit Use it to add Composio to Cetus, configure its MCP connection, authenticate required service toolkits, or troubleshoot access.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/drewnekota/cetus/composio-byo
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 drewnekota/cetus --skill composio-byo
Clone the repo
git clone --depth 1 https://github.com/drewnekota/cetus

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-byo

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/drewnekota/cetus/composio-byo"><img src="https://agentmods.dev/badge/skills/drewnekota/cetus/composio-byo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 620 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.00021 $0.00620
Opus 5 $0.00010 $0.00310
Sonnet 5 $0.00004 $0.00124
Haiku 4.5 $0.00002 $0.00062

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

Security

Grade A, and why

composio-byo 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 10d 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.

src-tauri/cetus-plugins/composio/skills/composio-byo/SKILL.md · 61 lines

How it starts

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

Composio BYO

Use this skill when the user wants to connect Composio, add SaaS tools through Composio, or troubleshoot Composio MCP access.

This is a bring-your-own Composio setup. The user owns their Composio account, API key, auth configs, connected accounts, quotas, and billing. Cetus should not use a shared Composio account or shared API key for this plugin.

What the User Needs

Ask the user for these values, or help them find them in their Composio dashboard:

  • Composio MCP URL, usually shaped like https://backend.composio.dev/v3/mcp/...?...
  • Composio project API key, sent as the x-api-key header
  • A short server name, such as Composio, Composio Gmail, or Composio Work

The user must authenticate the required Composio toolkits before using them. Composio creates connected accounts and stores the third-party credentials in the user's Composio project.

Add to Cetus

Use Settings -> MCP, or the manage_mcp tool if available, with:

{
  "name": "Composio",
  "transport": "http",
  "url": "https://backend.composio.dev/v3/mcp/YOUR_SERVER_ID?user_id=YOUR_USER_ID",
  "headers": {
    "x-api-key": "YOUR_COMPOSIO_API_KEY"
  },
  "enabled": true
}

After saving, test the MCP server. A successful test should list the tools that the Composio server exposes. Start a new conversation before relying on newly added tools, because Cetus freezes MCP configuration per conversation.

Creating a Composio MCP URL

Composio supports creating MCP servers from the dashboard or SDK. For a single toolkit, Composio's documented flow is:

  1. Create an auth config for the toolkit, such as Gmail, Linear, Notion, Slack, or GitHub.
  2. Create an MCP server configuration with the toolkit and allowed tools.
  3. Generate a user-specific MCP URL for a user_id.
  4. Connect using the generated MCP URL and an x-api-key header.

Example shape from Composio docs:

URL: https://backend.composio.dev/v3/mcp/YOUR_SERVER_ID?user_id=YOUR_USER_ID
Header: x-api-key: YOUR_COMPOSIO_API_KEY

Read the full file on GitHub · 61 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. 10d ago First seen · 61 lines · 21 tokens per session scan A 9fcbae852632

Subscribe to this mod's changes

composio-byo is a skill published in the GitHub repository drewnekota/cetus (143 stars, last pushed yesterday), licensed MIT. It adds 21 tokens to every session and 620 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-30.