Manages WeCom (企业微信) meetings through a CLI wrapper. You get the basics: create scheduled meetings with invitees and settings like waiting rooms and watermarks, query meeting lists within a 30-day window, fetch full meeting details, cancel meetings, and update attendee lists. The workflow is straightforward but requires chaining calls to the contact skill first to resolve user names to IDs before creating meetings with invitees. It returns meeting codes in a specific format that needs to be displayed prominently. Useful if you're building automation around WeCom's meeting system, though the 30-day query limitation and full-replacement semantics for updating members are worth noting upfront.
npx skills add https://github.com/wecomteam/wecom-cli --skill wecomcli-meeting