AgentHubAgentHub
传输类型是什么?
  • stdio(本地进程)MCP 以子进程运行在本地,通过标准输入/输出与 Cursor、Claude 等通信。最常见,适合 npx/uvx 启动的工具。
  • streamable-http(远程 HTTP)MCP 托管在远程服务器,客户端通过 HTTP 连接。适合团队共享或无法本地安装的服务。
  • sse(远程 SSE)通过 Server-Sent Events 长连接访问远程 MCP。部分托管平台使用此方式。

共 80 个资源

figma-use

vmain

SkillGitHub

io.github.openai/skills/figma-use

**MANDATORY prerequisite** — you MUST invoke this skill BEFORE every `use_figma` tool call. NEVER call `use_figma` directly without loading this skill first. Skipping it causes common, hard-to-debug failures. Trigger whenever the user wants to perform a write action or a unique read action that requires JavaScript execution in the Figma file context — e.g. create/edit/delete nodes, set up variables or tokens, build components and variants, modify auto-layout or fills, bind variables to properties, or inspect file structure programmatically.

source

figma-generate-library

vmain

SkillGitHub

io.github.openai/skills/figma-generate-library

Build or update a professional-grade design system in Figma from a codebase. Use when the user wants to create variables/tokens, build component libraries, set up theming (light/dark modes), document foundations, or reconcile gaps between code and Figma. This skill teaches WHAT to build and in WHAT ORDER — it complements the `figma-use` skill which teaches HOW to call the Plugin API. Both skills should be loaded together.

source

figma-generate-design

vmain

SkillGitHub

io.github.openai/skills/figma-generate-design

Use this skill alongside figma-use when the task involves translating an application page, view, or multi-section layout into Figma. Triggers: 'write to Figma', 'create in Figma from code', 'push page to Figma', 'take this app/page and build it in Figma', 'create a screen', 'build a landing page in Figma', 'update the Figma screen to match code'. This is the preferred workflow skill whenever the user wants to build or update a full page, screen, or view in Figma from code or a description. Discovers design system components, variables, and styles via search_design_system, imports them, and assembles screens incrementally section-by-section using design system tokens instead of hardcoded values.

source

chatgpt-apps

vmain

SkillGitHub

io.github.openai/skills/chatgpt-apps

Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.

source
Agent Skill · GitHub · 搜索 · AgentHub