What problem does it solve?
Building a Wework Smart app requires coordinating DeepSeek Harness plugin discovery, environment setup, profile bundle composition, browser-based verification, and distributable packaging, which is error-prone when done manually.
Core Features & Use Cases
- Environment and Dependency Checks: Runs a bundled doctor command to verify Node 22+ and Corepack/pnpm before scaffolding any files.
- DSH Plugin Discovery and Composition: Searches the DeepSeek Harness plugin ecosystem, pins exact versions in plugin-manifest.json, and composes the cordis.patch.yml profile bundle.
- Verification and Packaging: Launches the profile on a loopback port, verifies flows in the Wework built-in browser, validates after every change, and packs a distributable ZIP excluding credentials and node_modules.
- Use Case: A user wants to add a new capability to their Wework Smart app; the skill inspects the existing project in place, finds compatible DSH plugins, builds and tests the bundle in the built-in browser, then hands off installation through the native preview and model-selection confirmation.
Quick Start
Create a Wework Smart app in my workspace that adds a notes panel, then verify it in the built-in browser and package it as a ZIP.