CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Omnisockit Mcp

omnisockit/omnisockit-mcp
STDIOregistry active
Summary

Brings 41 structured skills covering 550+ WeCom (WeChat Work) APIs directly into your AI coding assistant. Instead of hallucinating API parameters, your AI reads actual documentation on OAuth flows, message sending, contact management, and CRM operations across internal development, ISV, and third-party app modes. Each skill includes token caching rules, rate limits, error codes, and five-language code templates. You'd use this when building WeCom integrations and want your AI to generate correct code with proper 7200s token expiry handling, redirect_uri encoding, and multi-instance deployment considerations rather than generic guesses. Runs locally via stdio, reads skills on demand, and never touches actual APIs.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

OmniSocKit MCP Server

让你的 AI 大模型成为社交营销平台开发专家。

License Node.js Skills

中文 | English

什么是 OmniSocKit?

OmniSocKit 是一个 MCP (Model Context Protocol) Server,将社交营销平台的开发知识注入到你的 AI 工具中。

安装后,当你对 AI 说「帮我实现企微 OAuth 登录」,AI 能给出包含正确 Token 缓存、错误重试、频率限制处理的精确代码——而不是幻觉。

核心价值

  • 🎯 精准编码 — AI 不再猜测 API 参数,因为它读过完整的 SKILL 文档
  • 🛡️ 避免踩坑 — 每个 SKILL 包含真实的约束、限制、错误码处理
  • ⚡ 零配置 — 不需要 API Key、不需要服务器、不需要 Docker
  • 🔒 零风险 — 不调用任何 API,只提供知识

快速开始

在你的 AI 工具中添加以下配置:

{
  "mcpServers": {
    "omnisockit": {
      "command": "npx",
      "args": ["@omnisockit/mcp-server"]
    }
  }
}

安装完成。现在对 AI 说:

"帮我实现企微 OAuth 扫码登录"

AI 会自动读取相关 SKILL,给出包含所有约束的精确代码。


支持的 AI 工具

OmniSocKit 兼容所有支持 MCP 协议的 AI 工具:

工具类型配置示例
Claude Desktop桌面应用查看
Claude CodeCLI查看
CursorAI IDE查看
Antigravity桌面应用查看
WindsurfAI IDE查看
VS Code + CopilotIDE查看
TraeAI IDE查看
ClineVS Code 插件查看
Roo CodeVS Code 插件查看
Kilo CodeVS Code 插件查看
ContinueVS Code / JetBrains查看
Cherry Studio桌面应用查看
Zed编辑器查看
OpenAI Codex CLICLI查看

💡 只要支持 MCP 协议的工具都可以使用,以上仅列出主流工具。


覆盖的平台

✅ 企业微信(免费)

维度数据
SKILL 数量41 个
覆盖模式企业内部开发 · 服务商代开发(ISV)· 第三方应用
API 覆盖550+ 接口
代码模板五语言(Python / Node.js / Java / Go / PHP)

🔜 更多平台(即将推出)

  • 小红书
  • 抖音 / TikTok
  • 微信公众平台
  • 飞书

常见场景

你对 AI 说AI 读取的 SKILLAI 回答包含
"帮我获取企微 access_token"wecom-coreToken 缓存规则、7200s 有效期、多实例互踢
"帮我实现企微扫码登录"wecom-authOAuth URL 格式、code 有效期 5 分钟、redirect_uri 编码
"企微发消息怎么做"wecom-messagemsgtype 类型、agentid 必填、频率限制
"企微 errcode 42001"wecom-coreToken 过期原因、多实例部署 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/                    ← 单元测试

许可证

Apache License 2.0


链接

  • 📖 企微 SKILL 开源仓库
  • 🌐 MCP 协议官方文档
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
Package@omnisockit/mcp-server
TransportSTDIO
UpdatedMar 22, 2026
View on GitHub