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 desplega-ai/agent-swarm --skill composiogit clone --depth 1 https://github.com/desplega-ai/agent-swarmWrote 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/desplega-ai/agent-swarm/composio)<a href="https://agentmods.dev/skills/desplega-ai/agent-swarm/composio"><img src="https://agentmods.dev/badge/skills/desplega-ai/agent-swarm/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.
<a href="https://agentmods.dev/skills/desplega-ai/agent-swarm/composio"><img src="https://agentmods.dev/badge/skills/desplega-ai/agent-swarm/composio.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.00128 | $0.03030 |
| Opus 5 | $0.00064 | $0.01515 |
| Sonnet 5 | $0.00026 | $0.00606 |
| Haiku 4.5 | $0.00013 | $0.00303 |
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 9d 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 — 245 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Composio
Hub skill for Composio-managed third-party app access from the swarm. Three call surfaces are available when the deployment has enabled them:
- CLI:
agent-swarm x composio <METHOD> <path> [--body '<json>'] - MCP:
swarm_xwithtarget: "composio" - Script connection:
ctx.api.composio.<operationId>(args)inside a swarm script
COMPOSIO_API_KEY is deployment-scoped and injected by the CLI/API process — you
never pass or see it. All paths are relative Composio REST paths.
Per-app playbooks (verified slugs + argument shapes + gotchas): [[composio-gmail]] · [[composio-google-calendar]] · [[composio-google-docs]]. Read the sibling skill for the app you're touching — it lists the verified tool slugs so you don't have to
/searchblind.
Core Model
user_idis the app user whose connected accounts are used. A deployment commonly uses the person's email asuser_id(for example,<connected-account-email>). Resolve it with the procedure below. There is no explicit "create user" call — a user is created implicitly the first time you reference itsuser_id(e.g. when you create a Connect Link). Don't look for aPOST /usersendpoint; it doesn't exist in this flow.- Auth config (
ac_…) = a project-level OAuth app config (one per toolkit, set up in the Composio dashboard). A project can have several. - Connected account (
ca_…) = a specific user's authorized connection to a toolkit. Persists across sessions under thatuser_id. - Connect Link = the short-lived URL the user clicks to authorize OAuth.
- Tool Router session = a task/conversation runtime context that auto-resolves
the right connected account for a toolkit set. Reuse its
session_id; create a new one if the user, toolkit set, auth config, or pinned account changes.
Resolve the user and connected account
Do this before substituting any user_id or connected_account_id placeholder:
- Read the current task details and take its
requestedByUserId. - Call
resolve-userwithuserId: "<requestedByUserId>". Inspect the returnedexternalIdsforkind: "composio"; that entry'sexternalIdis the Composiouser_id. - List connected accounts filtered by that resolved value:
GET /connected_accounts?user_id=<resolved-composio-user-id>. Select the requested toolkit'sACTIVErow and use itsidasconnected_account_id. - If the task has no requester, the requester has no Composio identity, or the
filtered result is ambiguous, run
GET /connected_accountswithout a filter and compare the returned toolkit and user identity fields. If more than one account is still plausible, ask which identity/account to use. Never guess from another task's example.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 9d ago First seen · 245 lines · 128 tokens per session scan A 3f23c79d5b13
composio is a skill published in the GitHub repository desplega-ai/agent-swarm (754 stars, last pushed yesterday), licensed MIT. It adds 128 tokens to every session and 3,030 once invoked, about $0.0006 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
ppt-generation
Use this skill when the user requests to generate, create, or make presentations (PPT/PPTX). Creates visually rich slides by generating images for each slide and composing them into a PowerPoint file.
newsletter-generation
Use this skill when the user requests to generate, create, write, or draft a newsletter, email digest, weekly roundup, industry briefing, or curated content summary. Supports topic-based research, content curation from multiple sources, and professional formatting for email or web distribution. Trigger on requests…
academic-paper-review
Use this skill when the user requests to review, analyze, critique, or summarize academic papers, research articles, preprints, or scientific publications. Supports comprehensive structured reviews covering methodology assessment, contribution evaluation, literature positioning, and constructive feedback generation.…
image-generation
Use this skill when the user requests to generate, create, imagine, or visualize images including characters, scenes, products, or any visual content. Supports structured prompts and reference images for guided generation.
data-analysis
Use this skill when the user uploads Excel (.xlsx/.xls) or CSV files and wants to perform data analysis, generate statistics, create summaries, pivot tables, SQL queries, or any form of structured data exploration. Supports multi-sheet Excel workbooks, aggregation, filtering, joins, and exporting results to…
deep-research
Use this skill instead of WebSearch for ANY question requiring web research. Trigger on queries like "what is X", "explain X", "compare X and Y", "research X", or before content generation tasks. Provides systematic multi-angle research methodology instead of single superficial searches. Use this proactively when the…