• OpenAI का coding agent Codex अब plugin फीचर के साथ लॉन्च हुआ है, जिससे यह developers द्वारा पहले से इस्तेमाल किए जा रहे प्रमुख collaboration और productivity tools के साथ तुरंत इंटीग्रेट होने वाला प्लेटफ़ॉर्म बन गया है
  • Slack, Figma, Notion, Gmail, Google Drive जैसे मुख्य tools का built-in support है, और Codex app, CLI, और IDE extension—तीनों में plugins इस्तेमाल किए जा सकते हैं
  • Plugins, Skills, Apps, और MCP server settings को एक installable bundle में पैक करते हैं, ताकि teams और projects के बीच वही workflow दोबारा इस्तेमाल किया जा सके
  • अब support का दायरा code लिखने से पहले और बाद की planning, research, और coordination tasks तक बढ़ गया है, और यह coding tool से पूरे development stack agent में evolve हो रहा है

प्लगइन क्या है

  • Plugin, reusable Codex workflows को package और distribute करने वाला installable bundle है
  • एक plugin में शामिल हो सकने वाले components:
    • Skills: prompts जो Codex को workflow समझाते हैं, और जिन्हें agent क्रमिक रूप से खोज सकता है
    • Apps: plugin में पैक किए गए optional app integrations या connector mappings
    • MCP server: plugin के लिए ज़रूरी remote tools या shared context
  • आगे और plugin components भी आने वाले हैं (More plugin components are coming soon)

प्लगइन इंस्टॉल और इस्तेमाल कैसे करें

  • Codex app: OpenAI द्वारा curated plugins, Codex directory में दिखते हैं, जहाँ से तुरंत इस्तेमाल योग्य workflows और app integrations इंस्टॉल किए जा सकते हैं
  • Codex CLI: /plugins कमांड से plugin directory एक्सेस करें
  • लोकल plugins: built-in @plugin-creator skill से local plugin scaffolding किया जा सकता है
    • .codex-plugin/plugin.json manifest और testing के लिए local marketplace entry अपने-आप बन जाती है
    • दूसरे ecosystems से लाए गए plugins भी @plugin-creator के जरिए local marketplace में जोड़े जा सकते हैं
  • लोकल marketplace manual install:
    • Repo marketplace: $CWD/.agents/plugins/marketplace.json में marketplace file बनाएं, plugins $CWD/plugins/ में स्टोर होते हैं
    • Personal marketplace: ~/.agents/plugins/marketplace.json इस्तेमाल करें, plugins ~/.codex/plugins/ में स्टोर होते हैं
  • Codex plugins को ~/.codex/plugins/cache/$MARKETPLACE_NAME/$PLUGIN_NAME/$VERSION/ में इंस्टॉल करता है, और हर plugin का active/inactive state ~/.codex/config.toml में स्टोर होता है

प्लगइन कब इस्तेमाल करें — गाइड

  • जब local Skills सही हों:
    • जब आप सिर्फ एक repository या workflow में बार-बार होने वाले tasks कर रहे हों
    • जब behavior personal या project-specific हो
    • जब आप packaging से पहले experiment phase में हों
  • जब plugins सही हों:
    • जब आप वही Skills या app integrations team और projects में share करना चाहते हों
    • जब आप Skills, MCP settings, और app integrations को एक install unit में bundle करना चाहते हों
    • जब team members या marketplace के लिए versioned और stable package चाहिए हो
  • पहले local से शुरू करें, फिर share करने की तैयारी होने पर उसे plugin के रूप में package करने की सिफारिश की गई है

नीचे की सामग्री को "# आधिकारिक Plugin Directory — वर्तमान में समर्थित plugins" सेक्शन के रूप में जोड़ा जा सकता है।

आधिकारिक Plugin Directory — वर्तमान में समर्थित plugins (Built By OpenAI)

  • Featured

    • GitHub — PR, issues, CI, और publish flow triage
    • Slack — Slack पढ़ना और manage करना
    • Notion — specs, research, meetings, और knowledge capture workflows
    • Linear — issues और projects की खोज और reference
    • Gmail — Gmail पढ़ना और manage करना
    • Google Calendar — calendar events और schedules manage करना
    • Google Drive — Drive, Docs, Sheets, और Slides में काम
    • Figma — Figma integration पर आधारित design-to-code workflow
    • Vercel — Vercel ecosystem guidance
    • Netlify — project deployment और release management
  • Coding

    • Hugging Face — models, datasets, Spaces, और research search
    • Cloudflare — official MCP आधारित Cloudflare platform guidance
    • Sentry — हाल की Sentry issues और events की खोज
    • Build iOS Apps — SwiftUI और Xcode workflows से iOS apps बनाना, सुधारना, और debug करना
    • Build Web Apps — UI, React, deployment, payments, और DB सहित web apps बनाना, लॉन्च करना, और scale करना
    • Test Android Apps — Android emulator में issues reproduce करना, UI inspect करना, और evidence capture करना
    • Game Studio — browser games की design, prototyping, और launch
  • Design

    • Canva — designs की खोज, creation, और editing
  • Productivity

    • Jam — context सहित screen recording
    • Stripe — payments और business tools
    • Box — documents की खोज और reference

अभी कोई टिप्पणी नहीं है.

अभी कोई टिप्पणी नहीं है.