agentsclimarketplace

Webmcp sdk skill

Skill opentiny/agent-skills/skills/webmcp-sdk-skill

指导如何使用 WebMCP SDK库去开发WebAgent的技能包,将前端应用快速智能化。它包含 TinyRemoter,WebMcpServer,WebMcpClient,createRemoter, AI-Extension插件开发的文档及指南。From its SKILL.md

Install
npx -y skills add opentiny/agent-skills --skill webmcp-sdk-skill

Assembled 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

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.