用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/trpc-group/trpc-agent-go --skill remote-http-mcp命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | remote-http-mcp |
| description | Connect to a remote streamable HTTP MCP service that exposes announcements and FAQ tools. |
Overview
This skill points to a remote MCP service that is not preconfigured as a named broker server. Load this skill when you need to discover or call that remote service dynamically.
The remote MCP service is already running for this example. This skill does not start it. This skill only documents the endpoint and the recommended broker workflow.
Remote MCP Endpoint
__REMOTE_MCP_URL__Workflow
After this skill is loaded:
skill_list_docs or
skill_select_docs.mcp_list_tools with selector __REMOTE_MCP_URL__.mcp_inspect_tools
to inspect only those tools.mcp_call with the selector returned
by mcp_list_tools or mcp_inspect_tools.mcp_call.arguments.Rules
skill_run or any other
command. It is already running.mcp_list_tools first, then inspect only the specific tool or
tools you plan to call.mcp_list_tools or
mcp_inspect_tools. If you must construct an ad-hoc URL selector and
dot-based parsing would be ambiguous, use the #tool= form, for example
__REMOTE_MCP_URL__#tool=announcement_publish.announcement_publish.faq_search or faq_read.