ComposioHQ

Composio Plugin OpenAI — Git skill for Claude Code

Git community

CI.

How to install Composio Plugin OpenAI

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

What Composio Plugin OpenAI does

CI.

Alternatives in Git

  • Openclaude — Open Claude Is Open-source coding-agent CLI for OpenAI, Gemini, DeepSeek, Ollama, Codex, GitHub Models, and 20 22.5k ★
  • Copilot API — Turns GitHub Copilot into an OpenAI/Anthropic API compatible server, usable with Claude Code 3.1k ★
  • Voicemode MCP — by Mike Bailey - VoiceMode MCP brings natural conversations to Claude Code 899 ★

README

Composio for ChatGPT and Codex

[![CI](https://github.com/ComposioHQ/composio-plugin-openai/actions/workflows/ci.yml/badge.svg)](https://github.com/ComposioHQ/composio-plugin-openai/actions/workflows/ci.yml)  [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](./LICENSE)

Composio connects agents to [1,000+ apps](https://composio.dev/toolkits), including Google Workspace, Slack, GitHub, Notion, Linear, Jira, and HubSpot. This plugin combines two complementary surfaces:

  • The hosted Composio app provides MCP-backed tools for direct SaaS reads and actions with managed authentication.
  • The local Composio CLI handles workflows that need local files, scripts, pipelines, or reproducible automation.

The bundled skill chooses between them from the capabilities available in the task. An uncertain write is never retried automatically through the other surface.

In terminal and Codex environments, the skill prefers the CLI. In ChatGPT web/app or another environment without a usable terminal, it uses the hosted app.

What you can do

  • Read and act on connected apps without installing a local CLI when hosted app tools are available.
  • Discover an unfamiliar capability, authorize a missing connection, and resume the original task.
  • Use local files in uploads and scripted cross-app workflows through the CLI.
  • Combine multiple services while keeping confirmed writes single-execution and destructive work bounded.

Install

Add the marketplace and install the plugin:

codex plugin marketplace add ComposioHQ/composio-plugin-openai
codex plugin add composio@composio

Refresh or restart the ChatGPT desktop app after installation, then start a new task so the app and skill are loaded. Open `/hooks` and review the two Composio hooks before trusting them; the hooks report local CLI state and provide environment-aware routing guidance.

The CLI is optional for hosted app workflows and preferred in termina