ComposioHQComposioHQOfficialยท30 Agent Skills Included

composio

Give AI agents 1000+ pre-authenticated app tools instantly

Connects AI agents to over 1000 apps like Gmail, Slack, GitHub, and Notion through ready-made SDKs and a CLI. Handles user authentication, per-user sessions, triggers, and sandboxed execution so you skip building OAuth flows and API wrappers by hand. Works with OpenAI, Anthropic, LangChain, Vercel AI SDK, and MCP clients to ship working agents faster.
npx skills add ComposioHQ/composio --all -g -y
Available:

Tells the AI agent how the monorepo is organized and routes each task to the right sub-skill for SDK, CLI, testing, docs, or release work.

All Skills in This Repository (30)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
ComposioHQComposioHQ

cli-command

Design and implement Composio CLI commands using Effect and @effect/cli conventions.

Official
Intermediate
๐Ÿ“ฆ In Repo
ComposioHQComposioHQ

python-sdk

Implements and modifies Python SDK behavior for tools, sessions, and auth configs.

Official
Basic
๐Ÿ“ฆ In Repo
ComposioHQComposioHQ

python-testing

Selects and runs Python SDK verification using nox sessions, Makefile targets, Ruff, mypy, and pytest.

Official
Basic
๐Ÿ“ฆ In Repo
ComposioHQComposioHQ

cli-e2e

Write and debug Docker-based end-to-end tests for the Composio CLI binary.

Official
Intermediate
๐Ÿ“ฆ In Repo
ComposioHQComposioHQ

repo-guidance

Navigate the Composio SDK monorepo layout, branching, changesets, and PR workflow conventions.

Official
Basic
๐Ÿ“ฆ In Repo
ComposioHQComposioHQ

typescript-testing

Select and run TypeScript SDK verification commands for packages, linting, builds, and E2E tests.

Official
Basic
๐Ÿ“ฆ In Repo
ComposioHQComposioHQ

good-docs-audit

Audit documentation against a style guide and report violations with rewrites.

Official
Intermediate
๐Ÿ“ฆ In Repo
ComposioHQComposioHQ

bug-fixing

Diagnose and fix SDK defects with reproduction, root-cause analysis, and regression tests.

Official
Intermediate
๐Ÿ“ฆ In Repo
ComposioHQComposioHQ

python-providers

Create, test, and package Python provider adapters under python/providers.

Official
Intermediate
๐Ÿ“ฆ In Repo
ComposioHQComposioHQ

typescript-providers

Implement and test TypeScript provider packages for AI framework adapters in the Composio monorepo.

Official
Intermediate
๐Ÿ“ฆ In Repo
ComposioHQComposioHQ

cli-release

Build, promote, and verify Composio CLI binary releases through GitHub Actions workflows.

Official
Advanced
๐Ÿ“ฆ In Repo
ComposioHQComposioHQ

docs-decisions

Guides documentation workflows and ADR-style decision records for the Composio docs site.

Official
Basic

Frequently Asked Questions

FAQPage Schema
How to install Composio?โ–ผ

Run `npx skills add ComposioHQ/composio --all -g -y` in your terminal to install all skills in this suite globally.

What does Composio do for AI agents?โ–ผ

It gives your agent access to 1000+ pre-authenticated apps like Gmail, Slack, and GitHub, handling logins, sessions, and tool execution so the agent can take real actions.

Which AI frameworks work with Composio?โ–ผ

Composio ships provider adapters for OpenAI, Anthropic, Claude Agent SDK, LangChain, LlamaIndex, Vercel AI SDK, CrewAI, and more, plus a hosted MCP endpoint for any MCP client.

Does Composio support both Python and TypeScript?โ–ผ

Yes. The repo includes a full TypeScript SDK, a Python SDK, and a standalone CLI, with matching features across both languages.

Do I need to build OAuth flows myself?โ–ผ

No. Composio manages authentication and returns a Connect Link when a user needs to link an account, so you never build provider OAuth flows yourself.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’