Nox-Lumen MfgNox-Lumen Mfg

WeChat Work (WeCom) suite

Toolkit for mainland China’s WeChat Work ecosystem—everything teams expect day to day.

Map

Sub-skillCoverage
wecomcli-contactAddress book within current visibility; filter people by name/alias
wecomcli-msgThreads, transcripts, attachments, outbound text
wecomcli-docDocs CRUD, markdown overwrite, smart-sheet schema/data
wecomcli-scheduleCalendar CRUD + attendee juggling + mutual availability
wecomcli-meetingBookings, roster changes, cancellations
wecomcli-todoTodos lifecycle + assignment status

Recipes

DM a colleague

wecomcli-contact filter "Alice" → userid
wecomcli-msg send text to userid

Schedule with attendees

wecomcli-schedule query busy/free for multiple users
       ↓ pick overlap
wecomcli-schedule create (title / time / place / attendees)

Bulk smart-sheet ingestion

wecomcli-doc create smart sheet
wecomcli-doc add fields (select / date / relations)
wecomcli-doc bulk insert rows

Assign todos

wecomcli-todo create (title / owner / due / reminders)
wecomcli-todo accept → update status → mark done

Permissions

NoteDetail
ContactsOnly members visible to the signed-in principal—not the whole corp directory
Tenant setupCorp admin must provision the app & grant scopes

Invocation

/wecomcli-msg DM Alice hello
/wecomcli-schedule Meeting tomorrow at 3pm
/wecomcli-todo List my todos

Natural-language cues:

  • "Show my todo list"
  • "Read recent chats"
  • "Post to the channel"
  • "Create a todo for Bob"
  • "When is the next meeting?"
  • "Compare calendars"

On this page