YanHaidao
Community@YanHaidao
YanHaidao provides 16 WeCom (企业微信) skills covering smart documents, sheets, email, calendar, meetings, contacts, messaging, disk files, and todos.
Agent Skills by YanHaidao
Showing 16 vetted skills indexed across 1 GitHub repositories.
wecomcli-smartpage
Create, read, and edit WeCom smartpage documents via the wecom-cli tool.
wecomcli-media
Upload and download WeCom media files via media_id using the wecom-cli tool.
wecomcli-email
Send, reply, forward, and search WeCom enterprise emails via the wecom-cli tool.
wecomcli-sheet
Create, import, read, and edit WeCom online spreadsheets via wecom-cli.
wecomcli-smartsheet
Manage WeCom smartsheet records, fields, views, charts, and cell styling via wecom-cli.
wecomcli-calendar
Create, search, update, and cancel WeCom calendar schedules via the wecom-cli tool.
wecomcli-contact
Search WeCom contacts by name, pinyin, or alias to retrieve userids and departments.
wecomcli-message
Send Markdown, image, file, voice, and video messages to WeCom chats via wecom-cli.
wecom-send-media
Sends local files to WeCom users via MEDIA directive messages.
wecomcli-doc-manage
Search, rename, and manage member permissions for WeCom documents.
wecomcli-meeting
Create, query, update, and cancel WeCom online meetings via the wecom-cli tool.
wecomcli-disk
Manage WeCom Drive files through search, upload, download, rename, and folder creation operations.
wecomcli-doc
Create, import, read, append, and overwrite WeCom online doc documents via wecom-cli.
wecomcli-preflight
Validates and repairs OpenClaw tool permission configuration before invoking wecom-cli operations.
wecom-send-template-card
Generates structured WeCom template card JSON for notifications, votes, and interactive selections.
wecomcli-todo
Manage WeCom todos via wecom-cli with create, list, update, finish, and delete operations.
Frequently Asked Questions About YanHaidao
FAQPage SchemaWhat tasks can I automate using YanHaidao's WeCom skills?▼
You can create smart documents and online sheets, perform smartsheet record/field/view CRUD, send and search emails with attachments, schedule calendar events and online meetings with transcripts, search contacts by name or pinyin, message chats, manage WeCom disk files, and maintain todo lists.
Who are these WeCom skills designed for?▼
They target enterprise users and developers operating inside WeCom (企业微信) who need programmatic control of documents, mail, meetings, contacts, and messaging. Users working with doc.weixin.qq.com or drive.weixin.qq.com links get automatic skill routing based on URL patterns.
How do the skills handle ambiguous document or meeting requests?▼
Generic 'create document' requests route to wecomcli-smartpage by default, while unspecified 'sheet' requests default to smartsheet. For ambiguous 'schedule a meeting' phrasing, wecomcli-calendar and wecomcli-meeting run a disambiguation flow that asks the user before creating anything.
What prerequisites are required before running these skills?▼
The wecomcli-preflight skill must run first: it checks wecom-cli profile permissions and whitelists via shell commands, auto-repairs missing configuration, and prompts a Gateway restart. The wecom-send-media and wecom-send-template-card skills additionally require the channels.wecom config.
How do the skills handle file uploads and downloads?▼
wecomcli-media converts local files to media_id and downloads media_id files locally, acting as the mandatory transfer layer for other skills like mail and disk. wecomcli-disk separately handles WeCom Drive listing, search, upload, download, rename, and folder creation.