wecom-get-todo-list

Retrieve and filter WeCom todos by creation and reminder times with pagination.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Qiue-G/Claw-X --skill wecom-get-todo-list-qiue-g
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wecom-get-todo-list
Source: https://github.com/Qiue-G/Claw-X/tree/main/.openclaw/extensions/wecom/skills/wecom-get-todo-list
Command: npx skills add https://github.com/Qiue-G/Claw-X --skill wecom-get-todo-list-qiue-g

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a focused way to query enterprise WeCom todos with optional creation and reminder time filters and pagination, returning concise summaries to help users quickly understand their workload.

Core Features & Use Cases

  • Filter by create and remind times to narrow down results.
  • Use pagination via limit and next_cursor to handle large todo lists.
  • After obtaining the summary IDs, fetch full details with wecom-get-todo-detail to present complete information to users.

Quick Start

Ask for your WeCom todo list with optional time filters and pagination to get a concise overview.

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 retrieve a WeCom todo list with specific creation and reminder time filters?▼

Use the wecom-get-todo-list skill to query your WeCom todo list by applying optional creation and reminder time filters. This provides a concise overview of matching enterprise tasks, returning index_list, next_cursor, and has_more for pagination control.

How does pagination work when querying large enterprise WeCom todo lists?▼

Pagination for large enterprise WeCom todo lists works by using limit and next_cursor parameters. The query returns a summary with a next_cursor and has_more flag, allowing you to fetch subsequent pages until all todo items are retrieved.

Can I get a weekly overview of my upcoming WeCom todos?▼

Yes, you can get a weekly overview of upcoming WeCom todos by applying reminder time filters to your query. This narrows results to relevant tasks, returning concise summaries that can be expanded using the wecom-get-todo-detail workflow.

Do I need another tool to fetch full details for WeCom todo summaries?▼

Yes, you need wecom-get-todo-detail to fetch full details for WeCom todo summaries. The list query returns index_list IDs, which must be passed to wecom-get-todo-detail to retrieve and present complete task information to users.

What are the limitations of filtering WeCom todos by time?▼

Filtering WeCom todos by time is limited to creation and reminder times. You must ensure detailed fetches occur before presentation using the wecom-get-todo-detail workflow, as the initial query only returns concise summaries and index IDs.