bash Install CLI globally npm install -g @wecom/cli Install Agent Skills (required for AI agent use) npx skills add WeComTeam/wecom-cli -y -g bash wecom-cli init Interactive prompts for Bot ID and Secret Or pass bot-id directly wecom-cli init --bot-id YOUR BOT ID bash List all categories wecom-cli --help List tools in a category wecom-cli <category Call a specific tool wecom-cli <category <method '<json args ' wecom-cli <category <method # no args variant bash Get all visible contacts wecom-cli contact get userlist '{}' bash List todos wecom-cli todo get todo list '{}' Create a todo with remi…