wecom-get-todo-list

Fetches WeCom todo lists with time filters and pagination, then retrieves full details.

1|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/polaris-dxz/xclaw --skill wecom-get-todo-list-polaris-dxz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wecom-get-todo-list
Source: https://github.com/polaris-dxz/xclaw/tree/main/apps/desktop/openclaw-runtime/config/extensions/wecom-openclaw-plugin/skills/wecom-get-todo-list
Command: npx skills add https://github.com/polaris-dxz/xclaw --skill wecom-get-todo-list-polaris-dxz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The to-do extraction for enterprise WeCom requires filtering by create/remind times and paginating results. This skill provides concise todo overviews and orchestrates subsequent detail retrieval.

Core Features & Use Cases

  • Filter by create_time and remind_time to narrow down tasks in date ranges.
  • Paginate through large todo lists, with has_more and next_cursor handling.
  • Always fetch full details after listing to present complete information to the user.
  • Use case: A user asks for this week's tasks and wants details for each task.

Quick Start

Ask this skill to fetch the WeCom todo list using optional time filters and a page size, then fetch full details for each todo.

Frequently Asked Questions about wecom-get-todo-list

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch my WeCom todo list with time-based filters?▼

You can fetch your WeCom todo list by applying create_time and remind_time filters to narrow down tasks within specific date ranges, then retrieving concise overviews with pagination support.

How does pagination work when querying enterprise WeCom tasks?▼

Pagination handles large WeCom task lists using next_cursor and has_more flags, prompting users to continue fetching additional pages when has_more is true.

Can I get full details for each item in a WeCom todo list?▼

Yes, after listing WeCom todos, the skill always fetches full details for each item via the wecom-get-todo-detail component to present complete task information to the user.

What is the best way to show my WeCom tasks for this week?▼

The best way to show weekly WeCom tasks is to query the todo list using create_time or remind_time filters for the current week, paginate results, and fetch details for each task.

Does this approach support filtering enterprise WeCom todos by remind time?▼

Yes, it supports filtering enterprise WeCom todos by both create_time and remind_time, allowing you to narrow down tasks within specific date ranges for concise overviews.

Why does my WeCom todo list query stop before showing all tasks?▼

Your WeCom todo list query stops because pagination limits results per page; when has_more is true, you must continue paging with next_cursor to retrieve remaining tasks.