Just-in-time tool calls, secure delegated auth, sandboxed environments, and parallel execution across 1,000+ apps.
Just-in-time tool calls, secure delegated auth, sandboxed environments, and parallel execution across 1,000+ apps. Save your agent's context for what matters. Only give it the right tools, at the right time. Tools resolved by intent, not configuration Proposed execution plans for complex workflows Built-in guardrails so your agent gets it right the first time Your tools get sharper every day. Real agent behavior at scale is what makes Composio tools the most accurate available. Accuracy driven by millions of real-world tool calls Account-level optimization for your usage patterns Stop debugging auth flows. Composio handles OAuth end-to-end: on the fly, scoped to exactly what your agent needs. Fully managed OAuth for every connector, out of the box Inline auth triggered by user intent, not pre-configured Granular permission scoping that tightens as you go Remote sandboxed environments where tools run as code and results live in a navigable filesystem. Compose tools as code. Multi-step workflows, sub-LLM invocations Large responses stored on a remote filesystem your agent can browse Secure, ephemeral sandboxes for every execution Turn Claude Code, Cursor, or any MCP client into an agent that executes across all your apps. Go from asking questions to doing work. Every tool comes production-ready — authenticated, optimized, and reliable. No setup required. Your agent has the intelligence. Now let it execute. Go from chatbot to general-purpose agent in five lines of code. OAuth, API keys, token refresh, lifecycle management. We handle all of it so you never think about auth again. Bidirectional communication with your apps to keep your agents informed. Every session carries full context — sandbox state, files, progress. Your agent never starts from scratch. No lock-in. Swap models based on cost, capability, or use case. Your tools and auth carry over, zero rework. “A lot of students tell us that the moment their connected tools start talking to each other inside Opennote feels almost magical. The agent just knows them” Composio is built to help you scale. From the birth of your first agent to your IPO, we’re there to grow with you. Secure, reliable and accurate LLM integrations at scale. Composio powers 1000+ toolkits, tool search, context management, authentication, and a sandboxed workbench to help you build AI agents that turn intent into action. Build a Next.js chat app where your agent can discover and use tools across 1000+ apps. See what happens under the hood when your agent searches, authenticates, and executes a tool. Install the SDK, connect an app, and run your first tool call in 5 minutes. Browse 1000+ toolkits across GitHub, Gmail, Slack, Notion, and more. Try Composio in your browser without writing any code. Composio works with any AI framework. Pick your preferred SDK: OAuth, API keys, and custom auth flows Subscribe to external events and trigger workflows Manage toolkits, execute tools, and ge
Mentions (30d)
0
Reviews
0
Platforms
2
GitHub Stars
27,593
4,499 forks
Features
Industry
information technology & services
Employees
59
Funding Stage
Series A
Total Funding
$25.0M
1,464
GitHub followers
68
GitHub repos
27,593
GitHub stars
6
npm packages
Pricing found: $0 / month, $0 / month, $0.299/1k, $29 / month, $0.299/1k
Connecting Claude Code with Composio
I've been trying to connect Claude Code with Composio but having no luck (please see screenshot below). https://preview.redd.it/17mlwom3vrtg1.png?width=1097&format=png&auto=webp&s=9817ac2a6709d3de3822ead0453ce67adc4a3d7f I have tried the following troubleshoots but it hasn't worked: Checked config file: ensured the .claude.json file isn't corrupted or empty. Cleared local cache. Updated Node.js: ensured I am using a stable LTS version. Manual MCP added via my API key. Does anyone have a step-by-step guide(s)/instructions for how to connect Composio to Claude Code, i.e. if required deleting everything and starting again (reinstalling Terminal, Python, Claude and Composio)? FYI - I'm a complete novice and had AI provide me with instructions/code to get this far (I downloaded Terminal, Python, then added Claude and Composio), albeit I got to a point where the AI was going in circles and not sure how many mistakes I've made along the way! Therefore I reckon the cleanest way would be starting from scratch as I'd also like to connect to Composio via Authenticate with OAuth rather than manually via my API key. Thanks! submitted by /u/Existing-Buffalo-403 [link] [comments]
View originalYou can now give an AI agent its own email, phone number, wallet, computer, and voice. This is what the stack looks like
I’ve been tracking the companies building primitives specifically for agents rather than humans. The pattern is becoming obvious: every capability a human employee takes for granted is getting rebuilt as an API. Here are some of the companies building for AI agents: AgentMail — agents can have email accounts AgentPhone — agents can have phone numbers Kapso — agents can have WhatsApp numbers Daytona / E2B — agents can have their own computers monid.ai — agents can read social media (X, TikTok, Reddit, LinkedIn, Amazon, Facebook) Browserbase / Browser Use / Hyperbrowser — agents can use web browsers Firecrawl — agents can crawl the web without a browser Mem0 — agents can remember things Kite / Sponge — agents can pay for things Composio — agents can use your SaaS tools Orthogonal — agents can access APIs more easily ElevenLabs / Vapi — agents can have a voice Sixtyfour — agents can search for people and companies Exa — agents can search the web (Google isn’t built for agents) What’s interesting is how quickly this came together. Not long ago, none of this really existed in a usable form. Now you can piece together an agent with identity, memory, communication, and spending in a single afternoon. Feels less like “AI tools” and more like the early version of an agent-native infrastructure stack. Curious if anyone here is actually building on top of this. What are you using? Also probably missing a bunch - drop anything I should add and I’ll keep this updated. submitted by /u/Shot_Fudge_6195 [link] [comments]
View originalClaude Code users - how do you connect to Google Drive?
If you're a claude code user, how do you connect to google drive? Google Drive connects to claude desktop and claude.ai through a lovely cloud mcp. works great! Except google drive and a few random other cloud MCP's won't show up in claude code. There seem to be several bugs posted about it: anthropics/claude-code#32450 anthropics/claude-code#39422 anthropics/claude-code#41635 I've been asking Claude, googling like crazy, and the only thing I find are sketchy-ish github repos for google drive or Composio, which opens a whole can of worms. Google Drive MCP Integration with Claude Code | Composio submitted by /u/thebananaz [link] [comments]
View originalSwitched from MCPs to CLIs for Claude Code and honestly never going back
I went pretty hard on MCPs at first. Set up a bunch of them, thought I was doing things “the right way.” But after actually using them for a bit… it just got frustrating. Claude would mess up parameters, auth would randomly break, stuff would time out. And everything felt slower than it should be. Once I started using CLIs. Turns out Claude is genuinely excellent with them. Makes sense, it's been trained on years of shell scripts, docs, Stack Overflow answers, GitHub issues. It knows the flags, it knows the edge cases, it composes commands in ways that would take me 20 minutes to figure out. With MCPs I felt like I was constraining it. With CLIs I jactually just get out of the way. Here's what I'm actually running day to day: gh (GitHub CLI) — PRs, issues, code search, all of it. --json flag with --jq for precise output. Claude chains these beautifully. Create issue → assign → open PR → request review, etc. Ripgrep - Fast code search across large repos. Way better than grep. Claude uses it constantly to find symbols, trace usage, and navigate unfamiliar codebases. composio — Universal CLI for connecting agents to numerous tools with managed auth. Lets you access APIs, MCPs, and integrations from one interface without wiring everything yourself. stripe — Webhook testing, event triggering, log tailing. --output json makes it agent-friendly. Saved me from having to babysit payment flows manually. supabase — Local dev, DB management, edge functions. Claude knows this one really well. supabase start + a few db commands and your whole local environment is up. vercel — Deploy, env vars, domain management. Token-based auth means no browser dance. Claude just runs vercel --token $TOKEN and it works. sentry-cli — Release management, source maps, log tailing. --format json throughout. I use this for Claude to diagnose errors without me copy-pasting stack traces. neon — Postgres branch management from terminal. Underrated one. Claude can spin up a branch, test a migration, and tear it down. Huge for not wrecking prod. I've been putting together a list of CLIs that actually work well with Claude Code (structured output, non-interactive mode, API key auth, the things that matter for agents) Would love to know any other clis that you've been using in your daily workflows, or if you've built any personal tools. I will add it here. I’ve been putting together a longer list here with install + auth notes if that’s useful: https://github.com/ComposioHQ/awesome-agent-clis submitted by /u/geekeek123 [link] [comments]
View originalI built a searchable hub for 789+ Claude Code skills and 10 autonomous AI agents — all free, open source
I've been deep in the Claude Code skills ecosystem since it launched. Every week there are new skills popping up on GitHub — PR reviewers, test generators, security scanners, database helpers — but finding the right one means digging through dozens of repos, READMEs, and awesome-lists. So I built Claude Skills Hub (clskills.in) — a single place to search, preview, and download every useful Claude Code skill. What's there right now: 789+ skill files across 71 categories (git, testing, APIs, security, DevOps, React, Python, AWS, Docker, Kubernetes, SAP, Salesforce, and 60+ more) Fuzzy search by name, tag, or category One-click download or bulk ZIP for entire collections Each skill has real, production-grade instructions — not templates or boilerplate 30+ curated collections like "Full Stack Starter", "Security Hardening", "DevOps Engineer" I also just shipped 10 autonomous AI agents. These are different from regular skills — each one chains multiple skills into a complete workflow: PR Review Agent — reads your full diff, checks for bugs, security issues, missing error handling, outputs a structured report with file:line references Test Writer Agent — finds untested code, generates tests matching your existing framework and patterns, runs them to verify Bug Fixer Agent — paste an error or stack trace, it traces through your code to root cause and proposes a minimal fix Documentation Agent — reads your actual source code and generates accurate README, JSDoc, API docs Security Audit Agent — full OWASP top 10 scan with secrets detection, dependency CVEs, injection checks Refactoring Agent — finds dead code, duplication, complexity, refactors safely with test verification after each change CI/CD Pipeline Agent — generates or debugs GitHub Actions / GitLab CI from your project structure Database Migration Agent — generates safe migrations with rollback plans and data loss checks Performance Optimizer Agent — profiles frontend bundles, backend queries, and memory usage Onboarding Agent — maps any codebase and generates a complete onboarding guide How to use any of them: Go to clskills.in/agents Click Download on any agent Drop the .md file into ~/.claude/skills/ Use it with /agent-name in Claude Code That's it. No API keys, no accounts, no setup. I also aggregated skills from several community collections: anthropics/skills (official Anthropic skills) travisvn/awesome-claude-skills ComposioHQ/awesome-claude-skills VoltAgent/awesome-agent-skills alirezarezvani/claude-skills The full source is open: github.com/Samarth0211/claude-skills-hub What's next: Custom Agent Builder — tell us your tech stack, AI generates a personalized agent for your project (live now at clskills.in/custom-agent) CLAUDE.md Generator — generates the perfect CLAUDE.md for your codebase More blog content with tutorials on how to write your own skills Continuously adding new community skills as they come out Would love feedback on what skills or agents you'd find most useful. Also open to PRs if you want to contribute skills. submitted by /u/AIMadesy [link] [comments]
View originalRepository Audit Available
Deep analysis of ComposioHQ/composio — architecture, costs, security, dependencies & more
Yes, Composio offers a free tier. Pricing found: $0 / month, $0 / month, $0.299/1k, $29 / month, $0.299/1k
Key features include: Search that thinks, Tools that learn, Auth that works, Programmatic execution, Managed Auth, Triggers, Context Aware Sessions, Model Framework Agnostic.
Composio has a public GitHub repository with 27,593 stars.