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.
npx skills add drewnekota/cetus --skill composio-byogit clone --depth 1 https://github.com/drewnekota/cetusWrote 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.
[](https://agentmods.dev/skills/drewnekota/cetus/composio-byo)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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-keyheader - A short server name, such as
Composio,Composio Gmail, orComposio 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:
- Create an auth config for the toolkit, such as Gmail, Linear, Notion, Slack, or GitHub.
- Create an MCP server configuration with the toolkit and allowed tools.
- Generate a user-specific MCP URL for a
user_id. - Connect using the generated MCP URL and an
x-api-keyheader.
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
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.
- 10d ago First seen · 61 lines · 21 tokens per session scan A 9fcbae852632
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.
Other skills, from other repositories
unix_computer_use
Local and remote desktop observation/input tools with coordinate normalization (local macOS/Linux by default; optional OSWorld HTTP and SSH Mac backends).
telegram
Owner-only Telegram text bridge and Mini App gateway for the existing Ouroboros interface.
macos-harness
Control a whole Mac from one persistent Python session with screenshots, PID-targeted input, an animated virtual pointer, targeted Apple Accessibility, Apple Events, Browser Harness CDP, and filesystem access. Use for native, Electron, browser, dialog, file, or cross-app tasks without moving the physical cursor or…
agent-orchestration
A guide for coordinating independent AI coding agents such as Claude Code, OpenCode, or Hermes. It explains how to register each agent, check which ones are running, choose one for a task, and record stable information about how to use it.
workflow-design
A method for designing and testing multi-step computer workflows, including their inputs, actions, conditions, and error handling.
release-poster
A fixed process for creating social-media release graphics in horizontal and vertical formats from a supplied template.