openai-assistants
Build stateful chatbots with OpenAI Assistants API v2, including Code Interpreter, File Search (10k files), and Function Calling.
- Three core tools: Code Interpreter for Python execution and file processing, File Search for semantic RAG with vector stores (10,000 files max), and Function Calling for custom tool integration
- Manages four main objects—Assistants (configured AI with instructions), Threads (persistent conversation containers), Messages (with file attachments), and Runs (async execution with polling)—enabling multi-turn stateful conversations
- Prevents 10 documented errors including vector store upload bugs, temperature conflicts with reasoning models, memory leaks in large file uploads, and race conditions in run cancellation
- ⚠️ Deprecated with sunset August 26, 2026; use
openai-responsesskill for new projects; this skill is for maintaining legacy chatbots only
OpenAI Assistants API v2
Status: Production Ready (⚠️ Deprecated - Sunset August 26, 2026) Package: openai@6.16.0 Last Updated: 2026-01-21 v1 Deprecated: December 18, 2024 v2 Sunset: August 26, 2026 (migrate to Responses API)
⚠️ Deprecation Notice
OpenAI is deprecating Assistants API in favor of Responses API.
Timeline: v1 deprecated Dec 18, 2024 | v2 sunset August 26, 2026
Use this skill if: Maintaining legacy apps or migrating existing code (12-18 month window)
Don't use if: Starting new projects (use openai-responses skill instead)
More from jezweb/claude-skills
tailwind-v4-shadcn
|
2.7Ktanstack-query
|
2.5Kshadcn-ui
Install and configure shadcn/ui components for React projects. Guides component selection, installation order, dependency management, customisation with semantic tokens, and common UI recipes (forms, data tables, navigation, modals). Use after tailwind-theme-builder has set up the theme infrastructure, when adding components, building forms, creating data tables, or setting up navigation.
2.5Ktailwind-theme-builder
>
2.2Kfastapi
|
2.0Kcolor-palette
>
1.9K