wecode-ai

Wework Plugins — Development skill for Claude Code

Development community

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