develop-wework-plugin

develop-wework-plugin is a skill for Claude Code, Codex from wecode-ai/Wegent. It costs 64 tokens per session (2,870 once invoked), scanned A, original, Apache-2.0.

A guide for creating and debugging Wework Core DSH plugins and optional nested Codex plugins. It covers Wework’s user-interface extension points and provides a runnable development example.

In plain words
What is it for?
Use it to add Wework navigation, pages, project sections, settings views, actions, or nested Codex skills and plugins.
Why use it?
It helps keep the Wework package as the main delivery unit while placing optional Codex functionality inside it. It also reduces mistakes when choosing UI extension surfaces.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/wecode-ai/wegent/develop-wework-plugin
Any agent
npx skills add wecode-ai/Wegent --skill develop-wework-plugin
Clone the repo
git clone --depth 1 https://github.com/wecode-ai/Wegent

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for develop-wework-plugin

README.md
[![agentmods](https://agentmods.dev/badge/skills/wecode-ai/wegent/develop-wework-plugin.svg)](https://agentmods.dev/skills/wecode-ai/wegent/develop-wework-plugin)
Your own site
<a href="https://agentmods.dev/skills/wecode-ai/wegent/develop-wework-plugin"><img src="https://agentmods.dev/badge/skills/wecode-ai/wegent/develop-wework-plugin.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,870 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00064 $0.02870
Opus 5 $0.00032 $0.01435
Sonnet 5 $0.00013 $0.00574
Haiku 4.5 $0.00006 $0.00287

Measured today against content hash 271041ce79fe, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

develop-wework-plugin scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

The scan reads SKILL.md. This mod also ships 17 executable files (assets/reference-plugins/endpoint-watch-demo/client.js, assets/reference-plugins/endpoint-watch-demo/index.js, assets/reference-plugins/focus-board-demo/client.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

wework/dsh/plugin-developer/codex-plugin/skills/develop-wework-plugin/SKILL.md · 286 lines

How it starts

The opening of the file, as written. The whole thing — 286 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Develop a Wework plugin

Treat the Wework package as the outer delivery unit. It may declare a nested Codex plugin through wework.codexPlugin; the Codex plugin must never own or gate the Wework plugin.

Use the bundled development kit

This Skill includes the complete public Wework extension catalog, one exhaustive smoke-test plugin, three focused API references, and three product-oriented showcase plugins:

  • Read references/extension-points.md before choosing a UI surface. It documents descriptor fields, component props, and the browser-module boundary.
  • Inspect assets/ui-extension-demo before writing a low-level UI contribution.
  • Inspect assets/reference-plugins for runnable, independently installable examples of Composer augmentation, persistent workflow UI, and typed desktop-host integration. Copy only the closest example into the user's writable project, then delete every contribution the plugin does not need.
  • Start with assets/showcase-plugins when the user wants a product-quality example. Workspace Copilot, Test Explorer, and Dev Environments represent popular AI-assistant, testing, and development-environment categories with deliberately different interaction models.
  • Never edit files inside an installed plugin cache. Resolve these resources relative to this Skill, and copy examples to the active project first.

The catalog covers all public host slots:

  • Navigation and apps: wework.action, wework.app, wework.route, wework.sidebar.navigation, and wework.settings.page.
  • Project and workspace: wework.plugins.action, wework.project.create.section, wework.project.work.section, wework.workspace.menu.section, wework.workspace.tab, wework.workspace.sidebar.tab, wework.workspace.toolbar.action, wework.workspace.bottom-panel.tab, and wework.runtime-profile.workspace-policy.
  • Composer: wework.composer.action.
  • Context: wework.task.status, wework.environment.section, and wework.board.card.status.
  • Shell: wework.shell.before, wework.shell.after, and wework.shell.overlay.

Read the full file on GitHub · 286 lines

Files

What ships with it

42 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · +53 lines 271041ce79fe
  2. 2d ago First seen · 233 lines · 64 tokens per session scan A c581a3c86135

Subscribe to this mod's changes

develop-wework-plugin is a skill published in the GitHub repository wecode-ai/Wegent (782 stars, last pushed today), licensed Apache-2.0. It adds 64 tokens to every session and 2,870 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

contribute-to-eliza

Finish and prove a scoped elizaOS GitHub issue, or independently review and repair an open elizaOS pull request. Use when contributing compute to elizaOS by selecting unclaimed work, implementing or reviewing changes, adding real tests and evidence, validating artifacts, or preparing a contribution for maintainer…

elizaOS/eliza · 68 tokens

eliza-cloud

Use when the task involves Eliza Cloud or elizaOS Cloud as a managed backend, app platform, deployment target, billing layer, or monetization surface. The catch-all skill for any user request about THEIR existing apps / containers / earnings / credits / api-keys / analytics / billing / payment requests / payouts …

elizaOS/eliza · 191 tokens

build-monetized-app

Use when the task is building a new app on Eliza Cloud that earns money — chat apps, agent apps, MCP-backed tools, anything that calls the cloud's chat/messages/inference endpoints on behalf of users. Covers app registration, container deploy, markup configuration, affiliate header, app charge requests, x402 payment…

elizaOS/eliza · 126 tokens

discord

Use when you need to control Discord from Otto via the discord tool: send messages, react, post or upload stickers, upload emojis, run polls, manage threads/pins/search, create/edit/delete channels and categories, fetch permissions or member/role/channel info, set bot presence/activity, or handle moderation actions in…

elizaOS/eliza · 70 tokens

eliza-cloud-buy-domain

Use whenever a user wants to register or buy a custom domain for an Eliza Cloud app — including in the same request as building the app ("build me X and put it on Y.com"). Uses Cloudflare as registrar after explicit user confirmation, paid from the user's existing cloud credit balance. Pairs with build-monetized-app…

elizaOS/eliza · 125 tokens

notion

Notion API for creating and managing pages, databases, and blocks. Use when the user wants to create a Notion page, query a Notion database, update Notion properties, search Notion, add content to Notion, manage Notion blocks, or interact with Notion data sources and workspaces via the API.

elizaOS/eliza · 69 tokens