trae — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited trae (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
让你的 AI 大模型成为社交营销平台开发专家。
中文 | English
OmniSocKit 是一个 MCP (Model Context Protocol) Server,将社交营销平台的开发知识注入到你的 AI 工具中。
安装后,当你对 AI 说「帮我实现企微 OAuth 登录」,AI 能给出包含正确 Token 缓存、错误重试、频率限制处理的精确代码——而不是幻觉。
在你的 AI 工具中添加以下配置:
{
"mcpServers": {
"omnisockit": {
"command": "npx",
"args": ["@omnisockit/mcp-server"]
}
}
}安装完成。现在对 AI 说:
"帮我实现企微 OAuth 扫码登录"
AI 会自动读取相关 SKILL,给出包含所有约束的精确代码。
OmniSocKit 兼容所有支持 MCP 协议的 AI 工具:
| 工具 | 类型 | 配置示例 |
|---|---|---|
| Claude Desktop | 桌面应用 | 查看 |
| Claude Code | CLI | 查看 |
| Cursor | AI IDE | 查看 |
| Antigravity | 桌面应用 | 查看 |
| Windsurf | AI IDE | 查看 |
| VS Code + Copilot | IDE | 查看 |
| Trae | AI IDE | 查看 |
| Cline | VS Code 插件 | 查看 |
| Roo Code | VS Code 插件 | 查看 |
| Kilo Code | VS Code 插件 | 查看 |
| Continue | VS Code / JetBrains | 查看 |
| Cherry Studio | 桌面应用 | 查看 |
| Zed | 编辑器 | 查看 |
| OpenAI Codex CLI | CLI | 查看 |
💡 只要支持 MCP 协议的工具都可以使用,以上仅列出主流工具。
| 维度 | 数据 |
|---|---|
| SKILL 数量 | 41 个 |
| 覆盖模式 | 企业内部开发 · 服务商代开发(ISV)· 第三方应用 |
| API 覆盖 | 550+ 接口 |
| 代码模板 | 五语言(Python / Node.js / Java / Go / PHP) |
| 你对 AI 说 | AI 读取的 SKILL | AI 回答包含 |
|---|---|---|
| "帮我获取企微 access_token" | wecom-core | Token 缓存规则、7200s 有效期、多实例互踢 |
| "帮我实现企微扫码登录" | wecom-auth | OAuth URL 格式、code 有效期 5 分钟、redirect_uri 编码 |
| "企微发消息怎么做" | wecom-message | msgtype 类型、agentid 必填、频率限制 |
| "企微 errcode 42001" | wecom-core | Token 过期原因、多实例部署 Token 互踢 |
| "企微客户标签怎么管理" | wecom-crm-tag | 标签上限、企业标签 vs 个人标签 |
┌──────────────────────────────────────────┐
│ 你的 AI 工具 │
│ (Claude / Cursor / VS Code / ...) │
│ │
│ 用户: "帮我实现企微 OAuth 登录" │
│ │
│ AI 判断需要 wecom-auth 的知识 │
│ ↓ 通过 MCP 协议读取 │
└──────────────┬───────────────────────────┘
│ stdio (JSON-RPC)
┌──────────────▼───────────────────────────┐
│ OmniSocKit MCP Server │
│ │
│ 41 个 SKILL → 41 个 MCP Resource │
│ AI 按需读取,不是全量加载 │
│ │
│ 返回 wecom-auth SKILL 的完整内容 │
└──────────────────────────────────────────┘
↓
AI 基于 SKILL 知识生成精确代码
用户拿代码自己执行(我们不碰 API)omnisockit-mcp/
├── packages/
│ ├── core/ ← 核心类型定义
│ ├── platform-wecom/ ← 企微 41 个 SKILL
│ ├── server/ ← MCP Server 引擎
│ ├── cli/ ← npx 入口
│ └── execution/ ← 🔜 API 执行层(预留)
├── examples/ ← 14 个 AI 工具配置示例
└── tests/ ← 单元测试~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.