wecom-get-todo-list

Query enterprise WeCom todo lists with pagination and time filters.

706|94|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/sunnoy/openclaw-plugin-wecom --skill wecom-get-todo-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-get-todo-list
Source: https://github.com/sunnoy/openclaw-plugin-wecom/tree/main/skills/wecom-get-todo-list
Command: npx skills add https://github.com/sunnoy/openclaw-plugin-wecom --skill wecom-get-todo-list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Query enterprise WeCom todos and get a concise, actionable overview (IDs and statuses) to prioritize tasks quickly.

Core Features & Use Cases

  • Two-step detail retrieval: fetch todo IDs first, then fetch full details to display content and assignees.
  • Time-filtered and paginated queries: filter by creation and reminder times and page through results with clear prompts when more items exist.
  • Robust retry and error handling: automatically retry failed requests up to three times and surface meaningful errors to users.

Quick Start

Ask the bot to show my WeCom todo list with optional time filters 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 get a summary of my WeCom todos quickly?

To get a summary of your WeCom todos, query your todo list to retrieve a paginated view of IDs and statuses first, then fetch full details for prioritization. This two-step workflow ensures a concise overview for quick task triage.

Can I filter WeCom todos by creation or reminder time?

Yes, you can filter WeCom todos by applying optional create_time and remind_time parameters to your query. This time-filtered retrieval helps you narrow down tasks to specific periods for better tracking and management.

How does pagination work when retrieving a large WeCom todo list?

Pagination for a large WeCom todo list works by returning summary pages of todo IDs and enforcing has_more prompts. When more items exist, the system clearly indicates that additional pages are available for continued retrieval.

What happens if a request fails while fetching WeCom todo details?

If a request fails while fetching WeCom todo details, the system automatically retries the failed request up to three times. This robust error handling surfaces meaningful errors to users if the retrieval ultimately remains unsuccessful.

Does this two-step todo retrieval workflow show assignees and content?

Yes, the two-step todo retrieval workflow fetches todo IDs first, then retrieves full details to display content and assignees. This process provides a complete actionable overview beyond just the initial ID and status summary.