This pulls meeting data from WeCom (enterprise WeChat) using their command line tool. You can query meetings by user and time range, though you're limited to 30 days before or after today with a cap of 100 results, or grab full details for a specific meeting ID. It's part of a broader wecom-cli toolkit that handles docs, messages, contacts, schedules, and todos. The skill itself is pretty straightforward: it's essentially a wrapper around `wecom-cli meeting` commands. If you're already in the WeCom ecosystem and need to programmatically check meeting schedules or details without opening the app, this does the job. The time range restriction is worth keeping in mind if you need historical data beyond a month.
npx skills add https://github.com/wecomteam/wecom-cli --skill wecomcli-get-meeting