Liangdi avatar

Liangdi

Community

@Liangdi · Shanghai

33Followers
|
64Public Repos
|
12Published Skills

Become a lifelong developer

Skills Distribution
DomainBusiness, Fi...Enterprise Collabo.. (35%)Meeting & Schedule.. (30%)Document & Smart S.. (25%)Task & Contact Man.. (10%)

Agent Skills by Liangdi

Showing 12 vetted skills indexed across 1 GitHub repositories.

LiangdiLiangdi
3

wecomcli-create-meeting

Creates scheduled WeCom meetings with invitees, settings, and reminders via the wecom-pro CLI.

Community
Intermediate
LiangdiLiangdi
3

wecomcli-edit-meeting

Cancels WeCom meetings and updates meeting invitee lists via the wecom-pro CLI.

Community
Intermediate
LiangdiLiangdi
3

wecomcli-edit-todo

Create, update, delete, and change user status of WeCom todo items via the wecom-pro CLI.

Community
Intermediate
LiangdiLiangdi
3

wecomcli-get-meeting

Query WeCom meeting lists and retrieve meeting details via the wecom-pro CLI.

Community
Intermediate
LiangdiLiangdi
3

wecomcli-get-todo-detail

Query WeCom todo details in batch by todo ID list via wecom-pro CLI.

Community
Intermediate
LiangdiLiangdi
3

wecomcli-get-todo-list

Query WeCom todo lists with time filters and cursor-based pagination via CLI.

Community
Intermediate
LiangdiLiangdi
3

wecomcli-manage-schedule

Manage WeCom schedules via the wecom-pro CLI, including creation, updates, attendees, and availability checks.

Community
Intermediate
LiangdiLiangdi
3

wecomcli-manage-smartsheet-data

Query, add, update, and delete records in WeCom smartsheet documents via CLI.

Community
Intermediate
LiangdiLiangdi
3

wecomcli-manage-smartsheet-schema

Manage sheets and field columns in WeCom smartsheet documents via CLI.

Community
Intermediate
LiangdiLiangdi
3

wecomcli-get-msg

Query WeCom chat lists, pull message history, download media, and send text messages via CLI.

Community
Intermediate
LiangdiLiangdi
3

wecomcli-lookup-contact

Queries WeCom contact directory and filters members by name or alias locally.

Community
Basic
LiangdiLiangdi
3

wecomcli-manage-doc

Create, read, and edit WeCom documents and smart sheets via the wecom-pro CLI.

Community
Intermediate

Frequently Asked Questions About Liangdi

FAQPage Schema
What tasks can I perform using Liangdi's WeCom skills?▼

You can create and manage WeCom meetings, query and edit todos with assignee status, manage schedules including freebusy analysis, perform CRUD on smart sheet records and schemas, create and edit documents via Markdown, pull chat messages and media, and look up contacts.

Who are these WeCom skills designed for?▼

They target enterprise users and developers working inside WeCom (企业微信) environments who need programmatic control over meetings, todos, schedules, smart sheets, documents, messages, and the organizational contact directory visible to their account.

What is required to run these WeCom skills?▼

Every skill requires the wecom-pro binary to be installed and available on the system. Each skill maps to a specific subcommand such as wecom-pro meeting, todo, schedule, doc, msg, or contact, with help available via the corresponding --help flag.

How do the todo query skills work together?▼

Use wecomcli-get-todo-list first to retrieve todo summaries filtered by creation or reminder time with pagination; it returns IDs only. Then pass those IDs to wecomcli-get-todo-detail to fetch full content and assignee information for each todo item.

Can these skills manage WeCom documents and smart sheets?▼

Yes. wecomcli-manage-doc creates documents and smart sheets, exports content as Markdown via async polling, and overwrites content. The smartsheet skills handle record CRUD plus sheet and field schema management, locating targets by docid or document URL.