connect-apps

connect-apps is a skill for Claude Code from openteams-lab/openteams. It costs 41 tokens per session (585 once invoked), scanned A, original, Apache-2.0.

An integration skill that lets Claude connect to services such as Gmail, Slack, GitHub, Notion, and PostgreSQL. It can carry out actions in those services after you connect them.

In plain words
What is it for?
Sending emails, creating GitHub issues, posting chat messages, adding notes, and working with connected data services.
Why use it?
It removes the need to switch between apps and manually repeat routine actions. Claude can perform the requested task instead of only explaining how to do it.

Skill for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: mentions Claude Code.

Good fit Sending emails, creating GitHub issues, posting chat messages, adding notes, and working with connected data services.

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

Made for: Claude Code.

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 connect-apps

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/openteams-lab/openteams/connect-apps"><img src="https://agentmods.dev/badge/skills/openteams-lab/openteams/connect-apps.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 585 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.00041 $0.00585
Opus 5 $0.00020 $0.00293
Sonnet 5 $0.00008 $0.00117
Haiku 4.5 $0.00004 $0.00059

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

Security

Grade A, and why

connect-apps 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 8d 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.

assets/skills/connect-apps/SKILL.md · 81 lines

How it starts

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

Connect Apps

Connect Claude to 1000+ apps. Actually send emails, create issues, post messages - not just generate text about it.

Quick Start

Step 1: Install the Plugin

/plugin install composio-toolrouter

Step 2: Run Setup

/composio-toolrouter:setup

This will:

  • Ask for your free API key (get one at platform.composio.dev)
  • Configure Claude's connection to 1000+ apps
  • Take about 60 seconds

Step 3: Try It!

After setup, restart Claude Code and try:

Send me a test email at [email protected]

If it works, you're connected!

What You Can Do

Ask Claude to... What happens
"Send email to [email protected] about the launch" Actually sends the email
"Create GitHub issue: fix login bug" Creates the issue
"Post to Slack #general: deploy complete" Posts the message
"Add meeting notes to Notion" Adds to Notion

Supported Apps

Email: Gmail, Outlook, SendGrid Chat: Slack, Discord, Teams, Telegram Dev: GitHub, GitLab, Jira, Linear Docs: Notion, Google Docs, Confluence Data: Sheets, Airtable, PostgreSQL And 1000+ more...

How It Works

  1. You ask Claude to do something
  2. Composio Tool Router finds the right tool
  3. First time? You'll authorize via OAuth (one-time)
  4. Action executes and returns result

Troubleshooting

  • "Plugin not found" → Make sure you ran /plugin install composio-toolrouter
  • "Need to authorize" → Click the OAuth link Claude provides, then say "done"
  • Action failed → Check you have permissions in the target app

Read the full file on GitHub · 81 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. 8d ago First seen · 81 lines · 41 tokens per session scan A 230e0b8736a7

Subscribe to this mod's changes

connect-apps is a skill published in the GitHub repository openteams-lab/openteams (612 stars, last pushed yesterday), licensed Apache-2.0. It adds 41 tokens to every session and 585 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-09-03.

Related

Other skills, from other repositories