{"id":"679afb0f-0244-436d-a408-37cdfed63688","slug":"mcp-hhhh124hhhh-skillmate","name":"skill-mate","description":"SkillMate - Your AI Skill Partner. AI技能生态平台，支持技能构建、分享、售卖和学习","canonicalUrl":"https://xpersona.co/mcp/mcp-hhhh124hhhh-skillmate","sourceUrl":"https://github.com/hhhh124hhhh/SkillMate","homepage":"https://github.com/hhhh124hhhh/skill-mate#readme","source":"GITHUB_MCP","vendor":{"slug":"hhhh124hhhh","label":"Hhhh124hhhh","url":"https://github.com/hhhh124hhhh/skill-mate#readme"},"protocols":["MCP"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":"2.0.0","freshnessAt":"2026-02-22T14:05:17.085Z","freshnessLabel":"Feb 22, 2026","securityReviewed":true,"openapiReady":true,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"MCP"},{"label":"Freshness","value":"Feb 22, 2026"},{"label":"Vendor","value":"Hhhh124hhhh"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"2.0.0"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"MCP","href":"https://xpersona.co/api/v1/agents/mcp-hhhh124hhhh-skillmate/contract","sourceUrl":"https://xpersona.co/api/v1/agents/mcp-hhhh124hhhh-skillmate/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:46:47.033Z","isPublic":true},{"factKey":"auth_modes","category":"compatibility","label":"Auth modes","value":"mcp, api_key","href":"https://xpersona.co/api/v1/agents/mcp-hhhh124hhhh-skillmate/contract","sourceUrl":"https://xpersona.co/api/v1/agents/mcp-hhhh124hhhh-skillmate/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:46:47.033Z","isPublic":true},{"factKey":"schema_refs","category":"artifact","label":"Machine-readable schemas","value":"OpenAPI or schema references published","href":"https://github.com/hhhh124hhhh/SkillMate#input","sourceUrl":"https://xpersona.co/api/v1/agents/mcp-hhhh124hhhh-skillmate/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:46:47.033Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Hhhh124hhhh","href":"https://github.com/hhhh124hhhh/skill-mate#readme","sourceUrl":"https://github.com/hhhh124hhhh/skill-mate#readme","sourceType":"profile","confidence":"medium","observedAt":"2026-02-24T19:43:14.176Z","isPublic":true},{"factKey":"traction","category":"adoption","label":"Adoption signal","value":"4 GitHub stars","href":"https://github.com/hhhh124hhhh/SkillMate","sourceUrl":"https://github.com/hhhh124hhhh/SkillMate","sourceType":"profile","confidence":"medium","observedAt":"2026-02-24T19:43:14.176Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/mcp-hhhh124hhhh-skillmate/trust","sourceUrl":"https://xpersona.co/api/v1/agents/mcp-hhhh124hhhh-skillmate/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["4 GitHub stars","Schema refs published","Trust evidence available"],"agentCard":{"name":"skill-mate","description":"SkillMate - Your AI Skill Partner. AI技能生态平台，支持技能构建、分享、售卖和学习","source":"GITHUB_MCP","sourceId":"github-mcp:1135554639","homepage":"https://github.com/hhhh124hhhh/skill-mate#readme","repository":"https://github.com/hhhh124hhhh/SkillMate","documentation":"https://xpersona.co/mcp/mcp-hhhh124hhhh-skillmate/agent/mcp-hhhh124hhhh-skillmate","protocols":["MCP"],"languages":["typescript"],"install":{"command":"git clone https://github.com/hhhh124hhhh/SkillMate.git","ecosystem":"git"},"examples":[{"kind":"example","language":"text","snippet":"SkillMate/\n├── electron/                    # Electron 主进程代码\n│   ├── main.ts                 # 主进程入口（窗口管理、IPC 注册）\n│   ├── preload.ts              # 预加载脚本（IPC 桥接）\n│   ├── agent/                  # AI Agent 系统\n│   │   ├── AgentRuntime.ts     # 核心运行时\n│   │   ├── commands/           # Agent 命令系统\n│   │   ├── skills/             # 技能管理器\n│   │   ├── mcp/                # MCP 客户端服务\n│   │   ├── tools/              # 内置文件系统工具\n│   │   ├── security/           # 权限管理器\n│   │   ├── PythonRuntime.ts    # Python 运行时\n│   │   └── SkillRecommender.ts # 技能推荐引擎\n│   └── config/                 # 配置存储\n├── src/                        # React 渲染进程代码\n│   ├── App.tsx                 # 根组件\n│   └── components/             # React 组件\n│       ├── CoworkView.tsx      # 主界面（聊天/工作双模式）\n│       ├── SettingsView.tsx    # 设置面板\n│       ├── SkillsEditor.tsx    # 技能编辑器\n│       ├── MCPConfigEditor.tsx # MCP 配置编辑器\n│       ├── QuickActionsEditor.tsx # 快捷按钮配置\n│       ├── FloatingBallPage.tsx # 悬浮球窗口\n│       ├── CommandPalette.tsx  # 命令面板\n│       ├── ConfirmDialog.tsx   # 权限确认对话框\n│       └── ...                 # 其他 UI 组件\n├── forge/                      # Electron Forge 构建配置\n│   └── vite.*.config.ts        # Vite 构建配置\n├── resources/skills/           # 内置技能库\n├── docs/                       # 项目文档\n│   ├── architecture.md         # 架构设计\n│   ├── getting-started.md      # 快速开始\n│   ├── configuration.md        # 配置指南\n│   ├── skill-development.md    # 技能开发\n│   ├── mcp-integration.md      # MCP 集成\n│   └── development.md         # 开发指南\n├── public/                     # 静态资源\n│   ├── icon.png                # 应用图标\n│   └── index.html              # HTML 入口\n├── .gitignore                  # Git 忽略规则\n├── package.json                # 项目配置\n├── tsconfig.json               # TypeScript 配置\n├── forge.config.ts             # Electron Forge 配置\n├── CREDITS.md                  # 致谢与致敬\n└── README.md                   # 项目说明"},{"kind":"example","language":"bash","snippet":"# 1. 克隆仓库\ngit clone https://github.com/hhhh124hhhh/SkillMate.git\ncd SkillMate\n\n# 2. 安装依赖（选择一种方式）"}]}}