Composio Split banner
ComposioHQ ComposioHQ

Composio Split

DevOps community Intermediate

Description

Distributable agent skills for Composio developers. This repository contains comprehensive guides and best practices for building AI agents with Composio's Tool Router and Triggers.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for ComposioHQ/skills, shared by 3 entries in this directory. It describes the repository, not this entry specifically.

@composiohq/skills

Distributable agent skills for Composio developers. This repository contains comprehensive guides and best practices for building AI agents with Composio's Tool Router and Triggers.

Quick Start

Add Composio skills to your AI assistant:

npx skills add composiohq/skills

This command installs the Composio agent skills, giving your AI assistant access to:

  • Tool Router best practices - Session management, authentication, and framework integration
  • Triggers & Events - Real-time webhooks and event handling
  • Production patterns - Security, error handling, and deployment guides

Your AI assistant can now reference these skills when helping you build with Composio!

Overview

This skills repository provides comprehensive guides and best practices for building AI agents with Composio, organized as markdown files that AI assistants can easily reference.

Structure

skills/
└── composio/
    ├── SKILL.md           # Main skill overview with rule references
    ├── AGENTS.md          # Consolidated single-file version (auto-generated)
    └── rules/             # Individual rule files
        ├── tr-*.md        # Tool Router rules
        └── triggers-*.md  # Trigger rules

Available Skills

1. Tool Router (Building Agents)

  • User ID best practices for security
  • Creating and managing sessions
  • Session lifecycle patterns
  • Native tools vs MCP integration
  • Framework integration (Vercel, OpenAI Agents, LangChain, Claude, CrewAI)

2. Authentication

  • Auto authentication in chat
  • Manual authorization flows
  • Connection management

3. Toolkits & Connection Status

  • Querying toolkit availability
  • Building connection UIs

4. Advanced Features (Triggers & Events)

  • Creating triggers for real-time events
  • Subscribing to events (development only)
  • Webhook verification (production recommended)
  • Managing trigger lifecycle

Usage

For AI Assistants

Read either:

...