Composio Stripe
Description
Manage Stripe payments and subscriptions
Installation
claude install-skill https://github.com/ComposioHQ/skills README
@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:
- undefined
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)
- undefined
2. Authentication
- undefined
3. Toolkits & Connection Status
- undefined
4. Advanced Features (Triggers & Events)
- undefined
Usage
For AI Assistants
Read either:
- undefined
For Developers
Build AGENTS.md
Automatically generate the consolidated AGENTS.md file from all rule files:
npm run build:agents
This script:
- undefined
Watch Mode
Auto-rebuild AGENTS.md when any file changes:
npm run watch:agents
This watches:
- undefined
Contributing
Adding a New Rule
- undefined
---
title: Your Rule Title
impact: CRITICAL|HIGH|MEDIUM|LOW
description: Brief description of what this rule covers
tags: [tool-router, triggers, etc]
---
# Your Rule Title
Content with ❌ Incorrect and ✅ Correct examples...
- undefined
Rule Format
Each rule should include:
- undefined
Build Scripts
The repository includes two scripts in `scripts/`:
build-agents.cjs
Generates the consolidated AGENTS.md file:
- undefined
watch-agents.cjs
Watches for file changes and auto-rebuilds:
- undefined
File Statistics
Current repository stats:
- undefined
Key Features
Tool Router Coverage
- undefined
Triggers Coverage
- undefined
License
MIT
Links
- undefined
[truncated]
Related Skills
Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THIS PRODUCT. ---
Development official Claude API
When code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Claude APIBuild apps with the Claude API or Anthropic SDK
Development official MCP Builder
When building MCP servers to integrate external APIs or servicesGuide for creating high-quality MCP servers to integrate external APIs and services
Development official Skill Creator
When users want to create, edit, optimize, or evaluate skillsCreate new skills, modify existing skills, and measure skill performance
Development official Web Artifacts Builder
When building complex artifacts requiring state management, routing, or shadcn/ui componentsBuild complex claude.ai HTML artifacts using React, Tailwind CSS, and shadcn/ui
Development official Composio Github
Automate GitHub actions: issues, PRs, repos, workflows
Development community Related Agents
Accessibility Compliance Agent
Ensures web applications meet accessibility compliance standards
API Scaffolding Agent
Scaffolds REST and GraphQL APIs with best practices
Application Performance Agent
Monitors and optimizes application performance