Install
openclaw skills install weixin-senderSend images, PDFs, and other local files into an OpenClaw Weixin chat. Use when the user asks to send a picture, screenshot, PDF, document, attachment, or other media/file in the current Weixin conversation.
openclaw skills install weixin-senderUse this skill when the current channel is openclaw-weixin and the user wants a file or image delivered into chat.
deliveries/YYYY-MM-DD/HHMMSS/.Use:
openclaw message send \
--channel openclaw-weixin \
--account <account_id> \
--target <chat_id_or_user_id> \
--message "<optional caption>" \
--media /absolute/path/to/file
account_id: use the trusted inbound metadata account_id for the current chat.target: use the trusted inbound metadata chat_id for the current chat.media: absolute path to the file you created or selected.After sending, briefly ask the user whether they received it.
openclaw message send \
--channel openclaw-weixin \
--account 30c94de8bd87-im-bot \
--target o9cq8086Br1CV1qVLcKn5WqTRpTE@im.wechat \
--message "测试文件" \
--media /root/.openclaw/workspace-wx-30c94de8/test.pdf