← Back to Dashboard

Research: Anthropic Knowledge Work Plugins

Source: GitHub Date: Feb 9, 2026 Status: Initial Analysis
Executive Summary: Anthropic has open-sourced a suite of "Knowledge Work Plugins" designed for Claude Cowork and Claude Code. These plugins bundle Skills (domain expertise), Connectors (MCP tools), and Commands (slash commands) to specialize Claude for specific roles like Sales, Engineering, and Product Management.

Core Concepts

The repository (anthropics/knowledge-work-plugins) introduces a structured way to enhance AI agents:

Available Plugins

Anthropic released 11 initial plugins:

Relevance to Optimus Command Centre (OCC)

This architecture strongly aligns with our own Skill-based approach in OpenClaw. We can:

  1. Adopt the Patterns: Structure our own skills (like mahjong-ai) using similar separation of "Skills" (knowledge) vs "Connectors" (tools).
  2. Port Plugins: Adapt the productivity or data plugins to work within our environment, giving us instant capabilities for managing tasks or analyzing data.
  3. Custom Plugins: Create a "Master Optimus Personal" plugin that defines your specific preferences and workflows in a standardized format.

Next Steps