integrations

integrations is a skill for Claude Code from vibesurf-ai/claude-surf. It costs 41 tokens per session (744 once invoked), scanned A, original, MIT.

A skill for connecting an assistant to external services such as Gmail, GitHub, Slack, and Google Calendar through direct APIs.

In plain words
What is it for?
Use it to discover supported apps, find their available actions, inspect required inputs, and run those actions after setup.
Why use it?
It lets the assistant perform service actions without manually navigating each website.

Skill for Claude Code

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

Part of the surf plugin — 21 skills, 1 hook shipped together

Good fit Use it to discover supported apps, find their available actions, inspect required inputs, and run those actions after setup.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vibesurf-ai/claude-surf/integrations
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 vibesurf-ai/claude-surf --skill integrations
Clone the repo
git clone --depth 1 https://github.com/vibesurf-ai/claude-surf

Made for: Claude Code.

Or install surf, the plugin that ships this one along with the rest of its 21 skills, 1 hook.

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 integrations

README.md
[![agentmods](https://agentmods.dev/badge/skills/vibesurf-ai/claude-surf/integrations/github.svg)](https://agentmods.dev/skills/vibesurf-ai/claude-surf/integrations)
Your own site
<a href="https://agentmods.dev/skills/vibesurf-ai/claude-surf/integrations"><img src="https://agentmods.dev/badge/skills/vibesurf-ai/claude-surf/integrations/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 integrations

Your own site · 80×15
<a href="https://agentmods.dev/skills/vibesurf-ai/claude-surf/integrations"><img src="https://agentmods.dev/badge/skills/vibesurf-ai/claude-surf/integrations.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 744 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.
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.00041 $0.00744
Opus 5 $0.00020 $0.00372
Sonnet 5 $0.00008 $0.00149
Haiku 4.5 $0.00004 $0.00074

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

Security

Grade A, and why

integrations 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.

skills/integrations/SKILL.md · 106 lines

How it starts

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

Integrations - External App Automation

Overview

Direct API access to 100+ external apps via Composio and MCP integrations.

When to Use

  • User needs Gmail, GitHub, Slack, etc.
  • Service has Composio/MCP support
  • Want faster, more reliable than browser automation

Why use over browser?

  • Direct API = 10-100x faster
  • More reliable (no UI changes)
  • Better for bulk operations

Available Actions

Action Purpose
get_all_toolkit_types See all available apps
search_extra_tool Find specific app actions
get_extra_tool_info See action parameters
execute_extra_tool Run app action

The Pattern

  1. List available apps
  2. Search for specific actions
  3. Get parameter schema
  4. Execute with parameters

Tool Naming Convention

cpo.{service}.{action}     # Composio tools
mcp.{server}.{action}      # MCP tools

Configuration Required

Before using Composio or MCP tools, you must configure them first:

Integration Configuration Skill What to Configure
Composio (Gmail, GitHub, etc.) config-composio API key + enable toolkits
MCP servers config-mcp Add MCP server profiles

Workflow:

  1. Configure using appropriate config-* skill
  2. Then use integrations skill to execute tools

For example:

  1. First: config-composio → verify API key + enable gmail toolkit
  2. Then: integrations → execute cpo.gmail.GMAIL_SEND_EMAIL

Common Integrations

Service Common Actions
Gmail Send, read, organize emails
GitHub Create PRs, issues, releases
Slack Send messages, manage channels
Google Calendar Create events, manage scheduling
Notion Create pages, update databases

Best Practices

Practice Why
Search before execute Find exact tool name and parameters
Use search filters Reduce noise in results
Check authentication Configure credentials in VibeSurf
Prefer integrations for API tasks Faster than browser automation

Read the full file on GitHub · 106 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. 9d ago First seen · 106 lines · 41 tokens per session scan A fff8d171b0bf

Subscribe to this mod's changes

integrations is a skill published in the GitHub repository vibesurf-ai/claude-surf (24 stars, last pushed 7mo ago), licensed MIT. It adds 41 tokens to every session and 744 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.