[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-83098":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":17,"stars90d":15,"forks30d":15,"starsTrendScore":18,"compositeScore":19,"rankGlobal":9,"rankLanguage":9,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":9,"pushedAt":9,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":15,"starSnapshotCount":15,"syncStatus":14,"lastSyncTime":28,"discoverSource":29},83098,"role-specific-plugins","openai\u002Frole-specific-plugins","openai","Role-specific Codex plugin templates",null,"Python",262,35,5,2,0,8,146,50,4.67,"MIT License",false,"main",true,[],"2026-06-12 02:04:31","# Role-Specific Plugins\n\nRole-specific plugins make Codex easier to customize for a team's day-to-day work.\nThese templates package domain-specific skills, connector bindings, and starter\nassets so teams can adapt Codex for roles like sales, data analytics, product\ndesign, and financial markets. They were built with OpenAI subject matter\nexperts around workflows that are already helping teams move faster internally\nand with alpha partners. Over the coming weeks, we'll continue expanding this\ncollection with more roles, workflows, and examples.\n\nThe plugins are intended to be customized before use. Connector-backed plugins\nmay include placeholder app and connector ids that must be replaced with ids\navailable to the target workspace.\n\n## Included Plugins\n\n| Plugin | Description | Connectors |\n| --- | --- | --- |\n| [Sales](.\u002Fplugins\u002Fsales) | Prepare for meetings, follow up after calls, review pipeline, find account context, and build deal plans. | Salesforce, HubSpot, Slack, Google Drive, Gmail, Outlook, Outreach, Clay, ZoomInfo, and other sales tools |\n| [Data Analytics](.\u002Fplugins\u002Fdata-analytics) | Query, visualize, explain, and validate datasets; build dashboards; and investigate metrics. | Databricks, Snowflake, BigQuery, Hex, Amplitude, Mixpanel, Statsig, Metabase, ThoughtSpot, Google Drive, Slack, Microsoft 365, and more |\n| [Product Design](.\u002Fplugins\u002Fproduct-design) | Create product specs, prototypes, UI critiques, and product design artifacts. | Sites |\n| [Financial Markets](.\u002Fplugins\u002Ffinancial-markets) | Build public-equity research, earnings analysis, valuation work, model updates, long\u002Fshort pitches, risk reviews, dashboards, and investment memos. | FactSet, LSEG, Morningstar, Daloopa, Quartr, S&P, PitchBook, Slack, Google Drive, Gmail, SharePoint, Teams, and more |\n\n## Repository Layout\n\n```text\n.\n|-- .agents\u002Fplugins\u002Fmarketplace.json\n`-- plugins\u002F\n    |-- sales\u002F\n    |-- data-analytics\u002F\n    |-- product-design\u002F\n    `-- financial-markets\u002F\n```\n\nEach plugin generally follows this structure:\n\n```text\nplugins\u002Fplugin-name\u002F\n|-- .codex-plugin\u002Fplugin.json   # Plugin manifest and display metadata\n|-- .app.json                   # App and connector bindings, when needed\n|-- .mcp.json                   # MCP server configuration, when needed\n|-- skills\u002F                     # Workflow instructions and domain context\n|-- assets\u002F                     # Icons, templates, and examples\n`-- README.md                   # Plugin-specific notes, when present\n```\n\n## Configure Connectors\n\nConnector-backed plugins declare app bindings in `.app.json`. Some bindings use\nplaceholder ids:\n\n```json\n{\n  \"apps\": {\n    \"salesforce\": {\n      \"id\": \"REPLACE_WITH_SALESFORCE_APP_OR_CONNECTOR_ID\"\n    }\n  }\n}\n```\n\nBefore installing a connector-backed plugin, replace each placeholder with a\nmatching app or connector id available to your workspace.\n\n| Placeholder | Replace with |\n| --- | --- |\n| `REPLACE_WITH_SALESFORCE_APP_OR_CONNECTOR_ID` | Salesforce or Agentforce Sales |\n| `REPLACE_WITH_SITES_APP_OR_CONNECTOR_ID` | Sites |\n\nCanonical shared platform connector ids and existing `templated_apps_*` template\nregistry ids are portable bindings and should be left unchanged. Do not copy\nother app or connector ids from another workspace unless their availability\nacross workspaces is documented.\n\nIf a plugin lists an optional app that your workspace does not use, remove that\napp binding before installing the plugin.\n\n## Contributing\n\nFork the repository, make focused changes, and open a pull request.\n\n## License\n\nThis repository is licensed under the MIT License. See [LICENSE](.\u002FLICENSE).\n","该项目提供了角色特定的Codex插件模板，旨在帮助团队根据日常工作需求定制Codex。其核心功能包括为销售、数据分析、产品设计和金融市场等角色提供预设技能、连接器绑定及启动资源。技术上，这些插件基于Python开发，并允许用户通过修改配置文件中的占位符来适应不同工作环境下的应用与连接器ID。适用于需要快速集成AI助手以提高工作效率的企业或团队，在诸如客户关系管理、数据可视化分析、产品原型设计以及财务研究等领域中特别有用。","2026-06-11 04:10:06","CREATED_QUERY"]