Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
SkillMate - Your AI Skill Partner. AI技能生态平台,支持技能构建、分享、售卖和学习 <p align="center"> <img src="./public/icon.png" width="100" height="100" alt="SkillMate Logo"> </p> <h1 align="center">SkillMate</h1> <p align="center"> 🚀 一个开源的 AI Agent 桌面应用框架,用于学习如何构建现代化的 AI Skill助手 </p> <p align="center"> <a href="https://github.com/hhhh124hhhh/SkillMate"><img src="https://img.shields.io/github/v/release/hhhh124hhhh/SkillMate?style=flat-square&color=orange" alt="Release"></a> <a href="https://git Published capability contract available. No trust telemetry is available yet. 4 GitHub stars reported by the source. Last updated 2/24/2026.
Freshness
Last checked 2/22/2026
Best For
Contract is available with explicit auth and schema references.
Not Ideal For
skill-mate is not ideal for teams that need stronger public trust telemetry, lower setup complexity, or more explicit contract coverage before production rollout.
Evidence Sources Checked
editorial-content, capability-contract, runtime-metrics, public facts pack
SkillMate - Your AI Skill Partner. AI技能生态平台,支持技能构建、分享、售卖和学习 <p align="center"> <img src="./public/icon.png" width="100" height="100" alt="SkillMate Logo"> </p> <h1 align="center">SkillMate</h1> <p align="center"> 🚀 一个开源的 AI Agent 桌面应用框架,用于学习如何构建现代化的 AI Skill助手 </p> <p align="center"> <a href="https://github.com/hhhh124hhhh/SkillMate"><img src="https://img.shields.io/github/v/release/hhhh124hhhh/SkillMate?style=flat-square&color=orange" alt="Release"></a> <a href="https://git
Public facts
7
Change events
1
Artifacts
0
Freshness
Feb 22, 2026
Published capability contract available. No trust telemetry is available yet. 4 GitHub stars reported by the source. Last updated 2/24/2026.
Trust score
Unknown
Compatibility
MCP
Freshness
Feb 22, 2026
Vendor
Hhhh124hhhh
Artifacts
0
Benchmarks
0
Last release
2.0.0
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Published capability contract available. No trust telemetry is available yet. 4 GitHub stars reported by the source. Last updated 2/24/2026.
Setup snapshot
git clone https://github.com/hhhh124hhhh/SkillMate.gitSetup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Hhhh124hhhh
Protocol compatibility
MCP
Auth modes
mcp, api_key
Machine-readable schemas
OpenAPI or schema references published
Adoption signal
4 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
text
SkillMate/ ├── electron/ # Electron 主进程代码 │ ├── main.ts # 主进程入口(窗口管理、IPC 注册) │ ├── preload.ts # 预加载脚本(IPC 桥接) │ ├── agent/ # AI Agent 系统 │ │ ├── AgentRuntime.ts # 核心运行时 │ │ ├── commands/ # Agent 命令系统 │ │ ├── skills/ # 技能管理器 │ │ ├── mcp/ # MCP 客户端服务 │ │ ├── tools/ # 内置文件系统工具 │ │ ├── security/ # 权限管理器 │ │ ├── PythonRuntime.ts # Python 运行时 │ │ └── SkillRecommender.ts # 技能推荐引擎 │ └── config/ # 配置存储 ├── src/ # React 渲染进程代码 │ ├── App.tsx # 根组件 │ └── components/ # React 组件 │ ├── CoworkView.tsx # 主界面(聊天/工作双模式) │ ├── SettingsView.tsx # 设置面板 │ ├── SkillsEditor.tsx # 技能编辑器 │ ├── MCPConfigEditor.tsx # MCP 配置编辑器 │ ├── QuickActionsEditor.tsx # 快捷按钮配置 │ ├── FloatingBallPage.tsx # 悬浮球窗口 │ ├── CommandPalette.tsx # 命令面板 │ ├── ConfirmDialog.tsx # 权限确认对话框 │ └── ... # 其他 UI 组件 ├── forge/ # Electron Forge 构建配置 │ └── vite.*.config.ts # Vite 构建配置 ├── resources/skills/ # 内置技能库 ├── docs/ # 项目文档 │ ├── architecture.md # 架构设计 │ ├── getting-started.md # 快速开始 │ ├── configuration.md # 配置指南 │ ├── skill-development.md # 技能开发 │ ├── mcp-integration.md # MCP 集成 │ └── development.md # 开发指南 ├── public/ # 静态资源 │ ├── icon.png # 应用图标 │ └── index.html # HTML 入口 ├── .gitignore # Git 忽略规则 ├── package.json # 项目配置 ├── tsconfig.json # TypeScript 配置 ├── forge.config.ts # Electron Forge 配置 ├── CREDITS.md # 致谢与致敬 └── README.md # 项目说明
bash
# 1. 克隆仓库 git clone https://github.com/hhhh124hhhh/SkillMate.git cd SkillMate # 2. 安装依赖(选择一种方式)
bash
install.bat
bash
npm run setup
bash
# 仅安装 Node.js 依赖 npm install # 可选:安装 Python MCP 服务器(用于网页抓取功能) pip install mcp-server-fetch
bash
# 3. 启动开发服务器 npm start
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB MCP
Editorial quality
ready
SkillMate - Your AI Skill Partner. AI技能生态平台,支持技能构建、分享、售卖和学习 <p align="center"> <img src="./public/icon.png" width="100" height="100" alt="SkillMate Logo"> </p> <h1 align="center">SkillMate</h1> <p align="center"> 🚀 一个开源的 AI Agent 桌面应用框架,用于学习如何构建现代化的 AI Skill助手 </p> <p align="center"> <a href="https://github.com/hhhh124hhhh/SkillMate"><img src="https://img.shields.io/github/v/release/hhhh124hhhh/SkillMate?style=flat-square&color=orange" alt="Release"></a> <a href="https://git
SkillMate 目前处于活跃开发阶段,主要用于:
⚠️ 当前版本的限制:
✅ 适合:
❌ 不适合:
SkillMate allows AI to operate on local file systems and terminals. Please note:
SkillMate 允许 AI 操作本地文件系统和终端。请注意:
Recommendations / 建议:
Disclaimer / 免责声明: This software is provided "as-is" for learning and development purposes only. Developers are not liable for any losses caused by using this software.
本软件按"原样"提供,仅用于学习和开发目的。开发者不对使用本软件造成的任何损失承担责任。
This is a development version - use at your own risk! 这是开发版本 - 使用风险自负!
智谱 AI 优势:
SkillMate/
├── electron/ # Electron 主进程代码
│ ├── main.ts # 主进程入口(窗口管理、IPC 注册)
│ ├── preload.ts # 预加载脚本(IPC 桥接)
│ ├── agent/ # AI Agent 系统
│ │ ├── AgentRuntime.ts # 核心运行时
│ │ ├── commands/ # Agent 命令系统
│ │ ├── skills/ # 技能管理器
│ │ ├── mcp/ # MCP 客户端服务
│ │ ├── tools/ # 内置文件系统工具
│ │ ├── security/ # 权限管理器
│ │ ├── PythonRuntime.ts # Python 运行时
│ │ └── SkillRecommender.ts # 技能推荐引擎
│ └── config/ # 配置存储
├── src/ # React 渲染进程代码
│ ├── App.tsx # 根组件
│ └── components/ # React 组件
│ ├── CoworkView.tsx # 主界面(聊天/工作双模式)
│ ├── SettingsView.tsx # 设置面板
│ ├── SkillsEditor.tsx # 技能编辑器
│ ├── MCPConfigEditor.tsx # MCP 配置编辑器
│ ├── QuickActionsEditor.tsx # 快捷按钮配置
│ ├── FloatingBallPage.tsx # 悬浮球窗口
│ ├── CommandPalette.tsx # 命令面板
│ ├── ConfirmDialog.tsx # 权限确认对话框
│ └── ... # 其他 UI 组件
├── forge/ # Electron Forge 构建配置
│ └── vite.*.config.ts # Vite 构建配置
├── resources/skills/ # 内置技能库
├── docs/ # 项目文档
│ ├── architecture.md # 架构设计
│ ├── getting-started.md # 快速开始
│ ├── configuration.md # 配置指南
│ ├── skill-development.md # 技能开发
│ ├── mcp-integration.md # MCP 集成
│ └── development.md # 开发指南
├── public/ # 静态资源
│ ├── icon.png # 应用图标
│ └── index.html # HTML 入口
├── .gitignore # Git 忽略规则
├── package.json # 项目配置
├── tsconfig.json # TypeScript 配置
├── forge.config.ts # Electron Forge 配置
├── CREDITS.md # 致谢与致敬
└── README.md # 项目说明
💬 直接说:"帮我安装这个 GitHub 项目" 或 "帮我设置 SkillMate"
AI Agent 会自动完成所有安装步骤:
详细流程: 查看 INSTALL.md - 专为 AI Agent 设计的自动化安装指南
# 1. 克隆仓库
git clone https://github.com/hhhh124hhhh/SkillMate.git
cd SkillMate
# 2. 安装依赖(选择一种方式)
Windows 用户:
install.bat
macOS/Linux 用户:
npm run setup
# 仅安装 Node.js 依赖
npm install
# 可选:安装 Python MCP 服务器(用于网页抓取功能)
pip install mcp-server-fetch
💡 提示: 如果 npm install 速度慢或失败,可以尝试:
- 使用国内镜像:
npm install --registry=https://registry.npmmirror.com- 清理缓存:
npm cache clean --force
# 3. 启动开发服务器
npm start
应用会自动启动并打开窗口。
┌─────────────────────────────────────┐
│ 点击右上角 ⚙️ 设置按钮 │
│ ↓ │
│ 粘贴智谱 AI API Key │
│ 获取地址: open.bigmodel.cn │
│ ↓ │
│ 点击"保存配置" │
└─────────────────────────────────────┘
推荐使用 智谱 AI 编程套餐(性价比高)
┌─────────────────────────────────────┐
│ 设置 → 权限管理 │
│ ↓ │
│ 添加授权目录 │
│ (选择工作文件夹,如 D:\Projects) │
│ ↓ │
│ 点击"授权" │
└─────────────────────────────────────┘
⚠️ AI 只能访问你授权的目录
在底部输入框输入:
你好,请介绍一下你自己
按 Enter 发送,如果 AI 回复,配置成功!
┌──────────────────────────────────────┐
│ 技能系统 (35+ 技能) │
│ • 直接输入需求,系统自动推荐技能 │
│ • 或输入 / 搜索技能 │
│ • 或按 Ctrl+Shift+P 打开命令面板 │
└──────────────────────────────────────┘
┌──────────────────────────────────────┐
│ 文件操作 │
│ • 拖拽文件到输入区 │
│ • 或点击 + 按钮选择文件 │
│ • 点击 📂 选择工作目录 │
└──────────────────────────────────────┘
┌──────────────────────────────────────┐
│ 对话模式 │
│ • 💬 Chat: 纯对话(安全) │
│ • 🔧 Work: 可操作文件(完整功能) │
└──────────────────────────────────────┘
| 快捷键 | 功能 |
|--------|------|
| Ctrl+L | 聚焦输入框 |
| Ctrl+Shift+P | 命令面板 |
| / | 技能搜索 |
⚠️ 重要:
首次运行配置
获取智谱 AI API Key
SkillMate 推荐使用智谱 AI GLM 编程套餐,性价比极高:
💰 超值定价:
🚀 性能优势:
🎯 支持的模型:
glm-4-flash - 免费模型(推荐入门使用)glm-4.7 - 最新旗舰模型deepseek-v3.2 - 高性能编程模型kimi-k2-thinking - 思维链模型📱 获取方式:
其他模型支持
也可以使用其他兼容的模型,在设置面板中配置:
https://api.anthropic.comhttps://api.openai.comhttps://generativelanguage.googleapis.com可选配置
# 仅构建前端代码
npm run build:frontend
# 完整构建(Electron + Vite + 打包)
npm run build
# 仅构建 Electron 主进程
npm run build:electron
创建自己的技能非常简单:
# 1. 在 resources/skills/ 创建新目录
mkdir -p resources/skills/my-skill
# 2. 创建 SKILL.md 文件
cat > resources/skills/my-skill/SKILL.md << 'EOF'
---
name: my-skill
description: 我的自定义技能
input_schema:
type: object
properties:
query:
type: string
description: 查询内容
---
这里是技能的具体指令...
EOF
# 3. 重启应用,技能会自动加载
详细指南:技能开发文档
MCP (Model Context Protocol) 允许集成外部工具和服务:
{
"mcpServers": {
"filesystem": {
"name": "filesystem",
"description": "本地文件系统访问",
"type": "stdio",
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/allowed/path"]
},
"fetch": {
"name": "fetch",
"description": "网页内容获取",
"type": "stdio",
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-fetch"]
}
}
}
详细指南:MCP 集成文档
npm start # 启动开发服务器
npm run build # 完整构建(Electron + Vite)
npm run lint # 代码检查
项目使用 ESLint 和 Prettier 进行代码检查和格式化:
# 运行代码检查
npm run lint
# 自动修复代码格式问题
npm run lint -- --fix
开发模式下有以下便利功能:
欢迎贡献!请查看 贡献指南
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)创建 Issue 时请包含:
v0.2.0-dev (开发版本)
Apache License 2.0 - 详见 LICENSE
Copyright © 2024 SkillMate Team
SkillMate 的诞生离不开开源社区的无私分享。
本项目在学习、参考和借鉴了以下优秀开源项目的基础上进行开发:
OpenCowork - 本项目的基础来源
Claude Code - Anthropic 官方的 AI 编程助手
Continue - AI 代码补全和助手
Cursor - AI 驱动的代码编辑器
本项目建立在以下优秀开源项目的肩膀上:
AI 和协议层:
桌面应用框架:
前端框架:
开发工具:
社区资源:
本项目遵循 Apache License 2.0 开源,感谢以下项目的启发:
如果你是某个开源项目的作者,并且觉得本项目参考了您的设计但没有列出来,欢迎通过 Issues 告知我们,我们会立即添加致谢!
开源的本质是分享和传承。我们站在巨人的肩膀上,也希望我们的工作能够帮助到更多人。
如果你看到旧的对话历史或遇到缓存问题,可以按以下步骤清除:
Windows:
scripts\clean-cache.bat
macOS/Linux:
chmod +x scripts/clean-cache.sh
./scripts/clean-cache.sh
# 删除 Electron 用户数据
rm -rf .vscode/electron-userdata # macOS/Linux
rmdir /s /q .vscode\electron-userdata # Windows
# 重新启动应用
npm start
Electron 浏览器缓存存储在 .vscode/electron-userdata/ 目录中。如果你克隆项目时包含了此目录(虽然已在 .gitignore 中),历史记录就会被带过去。
解决方案:删除 .vscode/electron-userdata/ 目录后重新启动。
✅ 会删除:
❌ 不会删除:
# 1. 检查是否有用户数据文件
git ls-files | grep -i "electron-userdata\|opencowork-sessions"
# 2. 应该看到空结果(表示没有用户数据被跟踪)
# 3. 检查 .gitignore
grep "electron-userdata" .gitignore
# 4. 应该看到: .vscode/electron-userdata/
如果这个项目对你有帮助,请给它一个 Star ⭐
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
ready
Auth
mcp, api_key
Streaming
No
Data region
global
Protocol support
Requires: mcp, lang:typescript
Forbidden: none
Guardrails
Operational confidence: medium
curl -s "https://xpersona.co/api/v1/agents/mcp-hhhh124hhhh-skillmate/snapshot"
curl -s "https://xpersona.co/api/v1/agents/mcp-hhhh124hhhh-skillmate/contract"
curl -s "https://xpersona.co/api/v1/agents/mcp-hhhh124hhhh-skillmate/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
74
Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Rank
72
An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Contract JSON
{
"contractStatus": "ready",
"authModes": [
"mcp",
"api_key"
],
"requires": [
"mcp",
"lang:typescript"
],
"forbidden": [],
"supportsMcp": true,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": "https://github.com/hhhh124hhhh/SkillMate#input",
"outputSchemaRef": "https://github.com/hhhh124hhhh/SkillMate#output",
"dataRegion": "global",
"contractUpdatedAt": "2026-02-24T19:46:47.033Z",
"sourceUpdatedAt": "2026-02-24T19:46:47.033Z",
"freshnessSeconds": 4432755
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/mcp-hhhh124hhhh-skillmate/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/mcp-hhhh124hhhh-skillmate/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/mcp-hhhh124hhhh-skillmate/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/mcp-hhhh124hhhh-skillmate/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-hhhh124hhhh-skillmate/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-hhhh124hhhh-skillmate/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"MCP"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_MCP",
"generatedAt": "2026-04-17T03:06:02.048Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "MCP",
"type": "protocol",
"support": "supported",
"confidenceSource": "contract",
"notes": "Confirmed by capability contract"
}
],
"flattenedTokens": "protocol:MCP|supported|contract"
}Facts JSON
[
{
"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
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for 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
}
]Sponsored
Ads related to skill-mate and adjacent AI workflows.