← 返回
未分类 Key 中文

composio cli

Use 1000+ external apps via Composio - either directly through the CLI or by building AI agents and apps with the SDK
通过 Composio 使用 1000+ 外部应用——直接使用 CLI 或用 SDK 构建 AI 代理和应用。
eladrave
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 397
下载
💾 0
安装
1
版本
#latest

概述

When to Apply

  • User wants to access or interact with external apps (Gmail, Slack, GitHub, Notion, etc.)
  • User wants to automate a task using an external service (send email, create issue, post message)
  • Building an AI agent or app that integrates with external tools
  • Multi-user apps that need per-user connections to external services

Setup

Check if the CLI is installed; if not, install it:

curl -fsSL https://composio.dev/install | bash

After installation, restart your terminal or source your shell config, then authenticate:

composio login       # OAuth; interactive org/project picker (use -y to skip)
composio whoami      # verify org_id, project_id, user_id

For agents without direct browser access: composio login --no-wait | jq to get URL/key, share URL with user, then composio login --key --no-wait once they complete login.


1. Use Apps via Composio CLI

Use this when: The user wants to take action on an external app directly — no code writing needed. The agent uses the CLI to search, connect, and execute tools on behalf of the user.

Key commands (new top-level aliases):

  • composio search "" — find tools by use case
  • composio execute "" -d '{...}' — execute a tool
  • composio link [toolkit] — connect a user account to an app (agents: always use --no-wait for non-interactive mode)
  • composio listen — listen for real-time trigger events

Typical workflow: search → link (if needed) → execute

> Full reference: Composio CLI Guide


2. Building Apps and Agents with Composio

Use this when: Writing code — an AI agent, app, or backend service that integrates with external tools via the Composio SDK.

Run this first inside the project directory to set up the API key:

composio init

> Full reference: Building with Composio

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 09:50 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

google-workspace-rave

eladrave
使用 gws CLI 管理 Google Workspace,涵盖 Drive、Gmail、日历、表格、文档、聊天、管理后台、任务、会议、幻灯片、表单、联系人以及所有其他 Workspace 服务
★ 0 📥 409

Filechat

eladrave
在任意 Google Drive 文件夹中安全存储的文档上,使用语义向量搜索(RAG)进行搜索、检索和聊天。适用时机:①用户请求保存...
★ 0 📥 487

Google Drive based RAG

eladrave
在指定的 Google Drive 文件夹中安全存储的文档,使用语义向量检索(RAG)进行搜索、检索和聊天。适用于:(1)用户...
★ 0 📥 391