Create a Plugin
When a Plugin Is Worthwhile
Webcmd core bundles no site adapters, so plugins are the normal delivery unit. Keep a one-off workflow in a private plugin; publish it only when it should be shared.Ask an Agent to Create It
What the Agent Should Deliver
The handoff should include the plugin location, commands, Webcmd compatibility version, verification result, and installation path. Its README should show representative prompts and expected outputs.Verify the Plugin
Ask the agent to install the plugin locally, confirm its commands withwebcmd list -f json, and run a representative command. A plugin is not ready until its commands are discoverable and work.