io.github.OmniSocKit/omnisockit-mcp
NPM · @OMNISOCKIT/MCP-SERVER · SCANNED AUG 3
Turn your AI into a WeCom development expert. 41 SKILLs, 550+ APIs.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (96 of 103), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (96 of 103), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 133 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability48
- 46% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Partial
- AI-judged instruction clarity (fair).Partial
- Tool/resource definitions use about 1213 tokens (~28/item across 43 items; 2 tools + 41 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @omnisockit/mcp-server
claude mcp add omnisockit-omnisockit-mcp -- npx -y @omnisockit/mcp-server
codex mcp add omnisockit-omnisockit-mcp -- npx -y @omnisockit/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"omnisockit-omnisockit-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@omnisockit/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add omnisockit-omnisockit-mcp --command npx --arg -y --arg @omnisockit/mcp-server
mcp_servers:
omnisockit-omnisockit-mcp:
command: "npx"
args: ["-y", "@omnisockit/mcp-server"] {
"mcpServers": {
"omnisockit-omnisockit-mcp": {
"command": "npx",
"args": [
"-y",
"@omnisockit/mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +38
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- License: unverified → pass ▲ functional
- Schema quality: unverified → fair ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: Apache-2.0 functional
- 31 Jul 26 −26
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 48
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@omnisockit/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 96 packages
96 packages in the resolved dependency tree · 93 deprecated · 29 stale · 3 without a linked repository.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
list_wecom_skills ~199
列出所有 企业微信 SKILL(按能力域分组)。当用户咨询企业微信(企微/WeCom)相关开发时,先调用此工具查看有哪些 SKILL 可用,再用 read_wecom_skill 读取具体内容。 分组引导: - foundation(基座):认证、OAuth、JSSDK、通讯录 → 所有场景的前置依赖 - messaging(消息):消息发送、素材、客服、会议 → 消息与实时通信 - crm(客户关系):客户管理、标签、群发、朋友圈 → 营销与私域 - office(办公协同):审批、文档、日程、考勤 → 企业办公 - isv(服务商):第三方应用、代开发 → ISV/代开发模式 - advanced(高级):会话存档、安全、数据智能 → 特殊场景
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
read_wecom_skill ~89
读取指定的 企业微信 SKILL 完整内容。传入 skill_name(如 wecom-core、wecom-auth、wecom-crm-customer 等),返回该 SKILL 的完整 Markdown 文档,包含 API 规范、代码模板和最佳实践。
| Name | Type | Req | Description |
|---|---|---|---|
| skill_name | string | yes | SKILL 名称,如 wecom-core、wecom-auth、wecom-message |
No output schema declared.
No examples provided.