Liangdi
Community@Liangdi · Shanghai
Become a lifelong developer
Agent Skills by Liangdi
Showing 12 vetted skills indexed across 1 GitHub repositories.
wecomcli-create-meeting
Creates scheduled WeCom meetings with invitees, settings, and reminders via the wecom-pro CLI.
wecomcli-edit-meeting
Cancels WeCom meetings and updates meeting invitee lists via the wecom-pro CLI.
wecomcli-edit-todo
Create, update, delete, and change user status of WeCom todo items via the wecom-pro CLI.
wecomcli-get-meeting
Query WeCom meeting lists and retrieve meeting details via the wecom-pro CLI.
wecomcli-get-todo-detail
Query WeCom todo details in batch by todo ID list via wecom-pro CLI.
wecomcli-get-todo-list
Query WeCom todo lists with time filters and cursor-based pagination via CLI.
wecomcli-manage-schedule
Manage WeCom schedules via the wecom-pro CLI, including creation, updates, attendees, and availability checks.
wecomcli-manage-smartsheet-data
Query, add, update, and delete records in WeCom smartsheet documents via CLI.
wecomcli-manage-smartsheet-schema
Manage sheets and field columns in WeCom smartsheet documents via CLI.
wecomcli-get-msg
Query WeCom chat lists, pull message history, download media, and send text messages via CLI.
wecomcli-lookup-contact
Queries WeCom contact directory and filters members by name or alias locally.
wecomcli-manage-doc
Create, read, and edit WeCom documents and smart sheets via the wecom-pro CLI.
Frequently Asked Questions About Liangdi
FAQPage SchemaWhat 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.