Loading...
Loading...
Found 4 Skills
WeCom message skill. It provides capabilities including session list query, message record pulling (supports text/image/file/voice/video), multimedia file acquisition and text message sending. It is triggered when users need to "view messages", "check chat history", "send a message to someone", "what messages have I received recently", "send a message to the group", "check what pictures/files have been sent".
WeCom to-do item editing skill, which supports creating, updating, deleting to-dos and changing the user's task processing progress status. It is applicable to scenarios requiring write operations on to-dos, such as when users say "Help me create a to-do", "Assign this task to Zhang San", "Mark the to-do as completed", "Delete that to-do", "Help me set a reminder", "Update the to-do content", "Change the reminder time to next week", "Accept this to-do", "Reject this to-do", etc.
WeCom Smart Table data (record) management Skill. Provides add, delete, modify and query capabilities for smart table records. Applicable scenarios: (1) Query all records of a sub-table (2) Add one or more rows of records (3) Update existing records (4) Delete records. This Skill is triggered when users need to read table data, write new data, modify or delete table rows. It supports locating documents via docid or document URL.
WeCom Online Sheet Management Skill. Provides functions such as creating online sheets, reading content, modifying content, appending row data, and managing sub-sheets (adding/removing). Applicable scenarios: (1) Create a blank online sheet (2) Read the complete content of the sheet (Markdown) (3) Read basic information and sub-sheet list (4) Read sub-sheet data (5) Modify content in specified range (6) Append a row of data at the end (7) Add/delete sub-sheets. This skill is triggered when the user mentions 'WeCom Sheet', 'WeCom Online Sheet', 'WeCom Excel Sheet', or when the link is in the format `https://doc.weixin.qq.com/sheet/xxx`. Note: For smart sheets (`/smartsheet/*`), use `wecomcli-smartsheet`; for ordinary documents (`/doc/*`), use `wecomcli-doc`; for smart documents/smart homepage (`/smartpage/*`), use `wecomcli-smartpage`.