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 vibesurf-ai/claude-surf --skill config-composiogit clone --depth 1 https://github.com/vibesurf-ai/claude-surfWrote 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/vibesurf-ai/claude-surf/config-composio)<a href="https://agentmods.dev/skills/vibesurf-ai/claude-surf/config-composio"><img src="https://agentmods.dev/badge/skills/vibesurf-ai/claude-surf/config-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/vibesurf-ai/claude-surf/config-composio"><img src="https://agentmods.dev/badge/skills/vibesurf-ai/claude-surf/config-composio.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00046 | $0.01038 |
| Opus 5 | $0.00023 | $0.00519 |
| Sonnet 5 | $0.00009 | $0.00208 |
| Haiku 4.5 | $0.00005 | $0.00104 |
Grade A, and why
config-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 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.
How it starts
The opening of the file, as written. The whole thing — 136 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Config Composio - Composio Integration Management
Overview
Manage Composio API key and toolkit configurations. Enable/disable app integrations like Gmail, GitHub, Slack, and more.
When to Use
- User needs to set up Composio API key
- User wants to enable a toolkit (Gmail, GitHub, Slack, etc.)
- User needs to disable a toolkit
- User wants to check which toolkits are available
- User needs to manage toolkit authentication (OAuth)
- User wants to configure toolkit tools selection
API Endpoints
Base path: $VIBESURF_ENDPOINT/api/composio
API Key Management
| Action | Method | Endpoint | Description |
|---|---|---|---|
| Check Status | GET | /api/composio/status |
Get Composio connection status |
| Verify Key | POST | /api/composio/verify-key |
Verify and store API key |
Toolkit Management
| Action | Method | Endpoint | Description |
|---|---|---|---|
| List Toolkits | GET | /api/composio/toolkits |
Get all available toolkits |
| Toggle Toolkit | POST | /api/composio/toolkit/{slug}/toggle |
Enable/disable toolkit |
| Get Tools | GET | /api/composio/toolkit/{slug}/tools |
Get tools for a toolkit |
| Update Tools | POST | /api/composio/toolkit/{slug}/tools |
Update selected tools |
| Connection Status | GET | /api/composio/toolkit/{slug}/connection-status |
Check OAuth connection |
Request Examples
Verify API Key
POST /api/composio/verify-key
{
"api_key": "your-composio-api-key"
}
Enable Toolkit
POST /api/composio/toolkit/gmail/toggle
{
"enabled": true,
"force_reauth": false
}
Disable Toolkit
POST /api/composio/toolkit/gmail/toggle
{
"enabled": false
}
Update Tool Selection
POST /api/composio/toolkit/gmail/tools
{
"selected_tools": {
"GMAIL_SEND_EMAIL": true,
"GMAIL_FETCH_EMAILS": false
}
}
Common Toolkits
| Toolkit | Description |
|---|---|
gmail |
Send and receive emails |
github |
Repository management, PRs, issues |
slack |
Send messages, manage channels |
google_calendar |
Event management |
google_sheets |
Spreadsheet operations |
notion |
Page and database management |
trello |
Card and board management |
asana |
Task management |
jira |
Issue tracking |
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.
- 11d ago First seen · 136 lines · 46 tokens per session scan A ae0a9cb74294
config-composio is a skill published in the GitHub repository vibesurf-ai/claude-surf (24 stars, last pushed 7mo ago), licensed MIT. It adds 46 tokens to every session and 1,038 once invoked, about $0.0002 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
ideogram-ultra
Build Ideogram 4 (Ideogram Ultra) txt2img and img2img workflows with the local open-weights model, dual conditional/unconditional models with DualModelGuider, Qwen3-VL text encoder, and structured JSON ("compositional deconstruction") prompts for strong text rendering and layout control.
model-compatibility
Model family compatibility matrix covering loaders, resolutions, samplers, CFG, VAE, ControlNet, and LoRA compatibility for SD 1.5, SDXL, Flux, SD3, and video models.
flux-txt2img
Build Flux txt2img workflows with Flux.1 Dev (SRPO), Flux 2 Klein 9B, Turbo LoRAs, FluxGuidance, and DualCLIPLoader patterns.
code-mate-antigravity
Runs Antigravity CLI headlessly for repository analysis and coding tasks. Use when the user asks to delegate work to Antigravity CLI or compare its result with another coding agent.
code-mate-openclaw
Runs a local OpenClaw agent non-interactively and returns its structured response. Use when the user asks to delegate a bounded task to the OpenClaw main agent.
code-mate-qoder
Runs the Code Mate Qoder CN CLI non-interactively with structured output. Use when the user asks to delegate a bounded coding task to Qoder.