wecom-get-todo-list

Query WeCom to-do lists with filters, pagination, and retry logic.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/DaTingLi/heimaclaw --skill wecom-get-todo-list-datingli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wecom-get-todo-list
Source: https://github.com/DaTingLi/heimaclaw/tree/main/reference/wecom-openclaw-plugin-main/skills/wecom-get-todo-list
Command: npx skills add https://github.com/DaTingLi/heimaclaw --skill wecom-get-todo-list-datingli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enterprise teams often need a quick, reliable way to retrieve their WeCom todo lists, view high-level status, and prepare for deeper work without exposing sensitive content.

Core Features & Use Cases

  • Filter and paginate to-dos by create and remind times.
  • Retrieve a concise summary (todo_id, status, creator, remind time) and automatically fetch full details when needed.
  • Use cases include daily standups, workload planning, and prioritization across teams.

Quick Start

Run a list query for today’s WeCom todos and review the generated summaries.

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 WeCom todos with filters for daily standups?

Filter WeCom todos by create_time and remind_time to retrieve concise summaries containing todo_id, status, creator, and remind time. This supports daily standups, workload planning, and team prioritization across enterprise messaging workflows.

What is the best way to paginate WeCom todo lists when there are more results?

Handle the has_more paging indicator with user prompts and automatic retry logic up to three attempts. This ensures all actionable WeCom todos are retrieved across large enterprise datasets without missing items during workload planning.

How do I get full details for a WeCom todo after listing the summaries?

Use wecom-get-todo-detail to retrieve full information after listing. The list query returns todo_id and status, enforcing that detailed info is fetched separately via wecom-get-todo-detail to keep high-level summaries and sensitive content separated for front-end usage.

Can I use WeCom todo filtering for workload planning across multiple teams?

Yes, filter WeCom todos by create_time and remind_time to surface actionable items across teams. Generated summaries support prioritization and standup preparation while keeping sensitive content protected from front-end interfaces.