Composio Google Sheets
Description
Read and write Google Sheets data
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
mcp-server-postgres
Read-only PostgreSQL database access.
Data community mcp-server-sqlite
SQLite database interaction and querying.
Data community mcp-server-google-maps
Google Maps integration for location data.
Data community Csv Data Summarizer
Automatically analyze CSV files and generate comprehensive insights with visualizations
Data community Composio Airtable
Read and write Airtable bases and records
Data community Composio Supabase
Manage Supabase databases and auth
Data community