This is a Membrane integration that lets Claude interact with OpenAI's platform directly. You can manage assistants, threads, messages, and files, plus run the usual suspects like chat completions, embeddings, and image generation through DALL-E. The real value is skipping the auth dance entirely. Membrane handles OAuth and credential refresh automatically, so you point at openai.com and you're connected. You can search for actions with natural language queries or drop down to raw API proxying when the pre-built actions don't cover your edge case. If you're building agents that need to orchestrate OpenAI resources or you're just tired of managing API keys, this handles the plumbing.
npx skills add https://github.com/membranedev/application-skills --skill openai