Manages WeCom (企业微信) calendars through the wecom-cli command line tool. You can query schedules within a 30-day window, create and update events with reminders, add or remove attendees, and check availability across multiple users to find common free slots. The userid lookup requires the separate wecomcli-contact skill, which is a bit clunky but makes sense given how WeCom's API works. All timestamps come back as Unix epochs so you'll need to convert them for display. Most useful if you're building workflow automation around WeCom calendars or need to batch-manage schedules without clicking through the web interface. The availability checking feature is solid for coordinating meetings across teams.
npx skills add https://github.com/wecomteam/wecom-cli --skill wecomcli-schedule