This lets Claude manage schedules in WeCom (WeChat's enterprise platform) through their CLI tool. It handles the typical calendar operations: querying schedules within a 30-day window, creating and modifying events, managing attendees, and checking availability for meeting coordination. Worth noting that it requires userid lookups through a separate contact skill, and there's some timestamp conversion involved since the API returns Unix timestamps but expects string formatted dates. If you're building automation around WeCom calendars or want Claude to help coordinate meetings across your organization, this bridges that gap. The 30-day query limitation is something to keep in mind for longer-term planning scenarios.
npx skills add https://github.com/wecomteam/wecom-cli --skill wecomcli-manage-schedule