composio
Give AI agents 1000+ pre-authenticated app tools instantly
All Skills in This Repository (30)
Pure Emerald Level Indicatorscli-command
Design and implement Composio CLI commands using Effect and @effect/cli conventions.
python-sdk
Implements and modifies Python SDK behavior for tools, sessions, and auth configs.
python-testing
Selects and runs Python SDK verification using nox sessions, Makefile targets, Ruff, mypy, and pytest.
cli-e2e
Write and debug Docker-based end-to-end tests for the Composio CLI binary.
repo-guidance
Navigate the Composio SDK monorepo layout, branching, changesets, and PR workflow conventions.
typescript-testing
Select and run TypeScript SDK verification commands for packages, linting, builds, and E2E tests.
good-docs-audit
Audit documentation against a style guide and report violations with rewrites.
bug-fixing
Diagnose and fix SDK defects with reproduction, root-cause analysis, and regression tests.
python-providers
Create, test, and package Python provider adapters under python/providers.
typescript-providers
Implement and test TypeScript provider packages for AI framework adapters in the Composio monorepo.
cli-release
Build, promote, and verify Composio CLI binary releases through GitHub Actions workflows.
docs-decisions
Guides documentation workflows and ADR-style decision records for the Composio docs site.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core