wework-plugin-creator

Featured

Create or extend Wework plugins, including native Connector login and account authentication for reuse on cloud devices. Use for Wework Plugin Creator tasks; preserve the selected Task workspace or managed personal marketplace.

AI & Automation 848 stars 139 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 89/100

Stars 20%
98
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Wework Plugin Creator Use the installed Codex `plugin-creator` skill for common plugin structure, metadata, skills, and marketplace helpers. Apply the Wework workflow below to storage, authentication, and validation. This skill and its authentication SDK are shipped by the Executor and work without a Wegent source checkout. ## Choose the authentication path Before generating a plugin, establish how its business commands authenticate: - Public data or a skill without authenticated commands: do not add Connectors. - An existing platform-managed remote Connector/MCP: reuse that connection; do not export platform credentials or wrap it in a local account adapter. - A plugin-owned local CLI/session, password, API token, or OAuth authorization that must work on cloud devices: read [references/account-auth.md](references/account-auth.md), generate the adapter using the bundled SDK, and route business calls through that SDK. `connectors` and `localAuth` alone do not enable account synchronization. Each supported local credential flow needs `connectors[].accountAuth`, a working provider implementation, and a delegated business entrypoint. If the provider cannot safely support this, explain the concrete limitation; do not advertise cloud authentication support or invent credential copying. ## Create and iterate 1. Resolve the source location from the task environment. For `DEVICE_TYPE=cloud`, use `$WEGENT_TASK_WORKSPACE/plugins/<plugin-name>`. Otherwise resolve the ...

Details

Author
wecode-ai
Repository
wecode-ai/Wegent
Created
8 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category