Webmcp sdk skill
指导如何使用 WebMCP SDK库去开发WebAgent的技能包,将前端应用快速智能化。它包含 TinyRemoter,WebMcpServer,WebMcpClient,createRemoter, AI-Extension插件开发的文档及指南。From its SKILL.md
npx -y skills add opentiny/agent-skills --skill webmcp-sdk-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 19 stars19 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
4.4 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it
WebMCP SDK 使用助手
WebMCP-SDK 是一套前端智能应用开发工具包,曾用名称NEXT-SDKs也是同一个库。 它旨在简化 WebAgent 的集成与使用,内置了 Vue 版本的TinyRemoter组件和 WebMcpServer,WebMcpClient 等重要的类。
安装方式
用户使用 WebMCP-SDK 库,需要安装 @opentiny/next-sdk 的 npm 包。
用户使用 TinyRemoter 组件,需要安装 @opentiny/next-remoter 的 npm 包。
使用方法
根据任务类型,查阅对应的规则文档并严格遵循规范:
| 规则文档 | 适用场景 |
|---|---|
| 快速开始 | WebMCP-SDK 库和 TinyRemoter 的入门指南 |
| 接入三方 AI 应用 | 如何在各类 IDE 开发软件中,配置 mcpservers |
| Electron 应用接入 | 如何在 Electron 工程中接入 WebMCP-SDK |
| uni-app 应用接入 | 如何在 uni-app 工程中接入 WebMCP-SDK |
| 本地连接 | 如何支持 iframe 方式接入 WebMCP-SDK 库 |
| WebAgent 私有化部署 | WebAgent 私有化部署用户指导书 |
| 总览 | WebMCP + WebSkills:企业级智能化页面操控方案 |
| Vue 工程最佳实践 | Vue 工程的 WebMCP + WebSkills:企业级智能化页面操控方案 |
| Angular 工程最佳实践 | Angular 工程的 WebMCP + WebSkills:企业级智能化页面操控方案 |
| React 工程最佳实践 | React 工程的 WebMCP + WebSkills:企业级智能化页面操控方案 |
| WebMcpClient 类 | WebMcpClient 的完整文档 |
| WebMcpServer 类 | WebMcpServer 的完整文档 |
| AgentModelProvider 类 | AgentModelProvider 的完整文档 |
| createRemoter 函数 | createRemoter 的完整文档 |
| 工具函数 | WebMCP-SDK 库中导出的重要函数的完整文档 |
| TinyRemoter 文档 | TinyRemoter 的完整文档 |
| Skills 技能配置指南 | WebSkills 的规范以及如何配置给 TinyRemoter 使用 |
| Custom llm 自定义大模型 | TinyRemoter 的 llmConfig 和 agentRoot 自定义配置的文档 |
| 自定义 AI 对话框组件 | useNextAgent 的使用文档,以及如何接入其它厂商的 UI |
| 技术架构 | AI-Extension 浏览器插件技术架构文档 |
| MCP Servers 工具开发指南 | AI-Extension 中的 mcp-servers 开发指南 |
| Skills 技能开发指南 | AI-Extension 中的 Skills 技能开发指南 |
| AI Extension 插件安装指南 | AI Extension 扩展插件安装指南 |
| 配置大模型 | AI Extension 中,如何自定义 AI 大模型配置指南 |
What ships with it: 24 files
320.6 KB alongside SKILL.md
rules/
- ai-extension-architecture.md22.1 KB
- ai-extension-install.md11.5 KB
- ai-extension-model-config.md5.3 KB
- ai-extension-next-wxt.md20.0 KB
- ai-extension-skills.md3.7 KB
- angular-webmcp-best-practice.md25.0 KB
- api-agentModelProvider.md8.4 KB
- api-client.md17.3 KB
- api-createRemoter.md7.2 KB
- api-server.md15.2 KB
- api-tools.md6.9 KB
- connect-local.md1.4 KB
- custom-llm.md7.7 KB
- electron.md10.1 KB
- index.md5.9 KB
- mcp-host.md8.2 KB
- react-webmcp-best-practice.md23.4 KB
- tiny-remoter-skills.md10.5 KB
- tiny-robot-remoter.md35.9 KB
- uni-app.md7.8 KB
- use-next-agent.md6.9 KB
- vue-webmcp-best-practice.md21.5 KB
- web-agent-private-deployment.md12.0 KB
- webmcp-webskills.md27.0 KB