composio-github
Installation
SKILL.md
GitHub via Composio
DO NOT use
ghCLI - it will fail with "gh auth login" error. Use the Composio HTTP API (curl commands) below instead.
Environment
COMPOSIO_API_KEY # API key
COMPOSIO_USER_ID # Entity ID (required for all requests)
COMPOSIO_CONNECTIONS # JSON with .github connection ID
Core Pattern
CONNECTION_ID=$(echo $COMPOSIO_CONNECTIONS | jq -r '.github')
curl -s "https://backend.composio.dev/api/v3/tools/execute/ACTION_NAME" \
Related skills