Wework Plugins — Development skill for Claude Code
General-purpose Codex plugins maintained for Wework and distributed through.
How to install Wework Plugins
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open wecode-ai/wework-plugins and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Wework Plugins does
General-purpose Codex plugins maintained for Wework and distributed through.
Alternatives in Development
- Agent.System.Main.Tips — General operation manual 19k ★
- Ralph Loop — Autonomous coding loop — works through tasks, commits, repeats 14k ★
- Implementation Plan — You are tasked with creating detailed implementation plans through an interactive, iterative process 10k ★
README
WeWork Public Plugins
General-purpose Codex plugins maintained for Wework and distributed through the public plugin marketplace.
Repository layout
.agents/plugins/marketplace.json # local marketplace registry
plugins// # one plugin per directory
.codex-plugin/plugin.json # required manifest
skills/ commands/ scripts/ ... # optional plugin surfaces
Available plugins
dingtalk: DingTalk collaboration through the local DWS CLI.documents: Create, inspect, edit, render, and validate DOCX files.lark: Feishu/Lark collaboration through the official local CLI.pdf: Create, inspect, transform, render, and validate PDF files.presentations: Create, inspect, edit, render, and validate PPTX decks.product-design: Product design exploration, audits, and interactive prototyping.spreadsheets: Create, inspect, edit, render, and validate XLSX workbooks.wecom: WeCom collaboration through the official local CLI.
Local artifact runtime
The document, PDF, presentation, and spreadsheet plugins prefer compatible Python packages supplied by the host workspace runtime. If the required packages are unavailable, each plugin creates a versioned environment under `~/.wegent-executor/plugin-envs/wework-public/` from a hash-locked requirements file. The bootstrap never modifies system Python or the shared runtime. A first-time isolated installation requires Python 3.10 or newer with `venv` support and access to a Python package index.
LibreOffice and Poppler are optional host-provided native tools used for PDF conversion and page rendering. Creation, inspection, editing, and structural validation do not mutate those tools.
Windows compatibility
All eight plugins are covered by repository-level Windows compatibility tests. DingTalk, Lark, and WeCom ship PowerShell launchers that preserve native exit codes even when Windows PowerShell 5.1 converts normal CLI stderr into error records. Pytho
Related Skills
Openshell Deepagent
A general-purpose coding agent that runs inside an NVIDIA OpenShell sandbox, orchestrated by Deep Agents and p
Arnold
General-purpose planning and execution harness for LLMs — structured phases, critique, gating, and review
General-purpose LinkedIn automation via Linked API — fetch profiles, search people/companies, send messages, m
Cpv Agent
Direct free-form entry to the general-purpose CPV worker. Pass any plugin-quality request as arguments and it
Ext Skills
Experimental exploration of skills discovery and distribution through MCP primitives. Maintained by the Skills
Experimental Ext Skills
Experimental exploration of skills discovery and distribution through MCP primitives. Maintained by the Skills
Related Agents
GPT 5.6 Luna
General-purpose agent that runs on GPT-5.6-Luna (routed through the shunt gateway to the ChatGPT/Codex subscri
Codex Second Opinion
Get an independent opinion from OpenAI Codex (GPT-5) on a design decision, an approach, a tradeoff, or an unfa
General Purpose
General-purpose agent for researching complex questions, searching for code, and executing multi-step tasks