一键导入
Send and receive WhatsApp messages. Chat with individuals and groups, send media, and manage conversations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Send and receive WhatsApp messages. Chat with individuals and groups, send media, and manage conversations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Two-layer memory with vector search + grep. Always load this skill.
Manage calendar events and schedules. Create, view, update, and delete events. Supports Google Calendar and Outlook.
Search and install agent skills from ClawHub, the public skill registry.
Schedule reminders and recurring tasks.
Manage email communications. Read, send, search, and organize emails. Supports Gmail and Outlook.
Unified productivity workflows combining calendar, email, and task management. Streamline common work processes like meeting preparation, daily planning, and project tracking.
| name | |
| description | Send and receive WhatsApp messages. Chat with individuals and groups, send media, and manage conversations. |
| metadata | {"picobot":{"emoji":"💬","requires":{"bins":["npm"]},"install":[{"id":"bridge","kind":"script","description":"Install WhatsApp bridge via 'picobot channels login'"}]}} |
Use this skill to send and receive WhatsApp messages. You can chat with individuals and groups, send media, and manage your WhatsApp conversations through picobot.
Before using this skill, you need to set up the WhatsApp bridge:
picobot channels loginTo send a WhatsApp message:
# Send a text message
whatsapp send --to "+1234567890" --message "Hello from picobot!"
# Send a message to a group
whatsapp send --to "12036301234567890@g.us" --message "Hello team!"
# Send an image
whatsapp send --to "+1234567890" --message "Check this out!" --media "/path/to/image.jpg"
# Send a document
whatsapp send --to "+1234567890" --message "Please review this document" --media "/path/to/document.pdf"
Messages received via WhatsApp will automatically appear in your picobot conversation. You can:
To manage your WhatsApp conversations:
# List recent conversations
whatsapp chats list --limit 10
# Get conversation history with a contact
whatsapp chats history --contact "+1234567890" --limit 50
# Clear conversation history (local only)
whatsapp chats clear --contact "+1234567890"
When you receive media files via WhatsApp:
To manage WhatsApp groups:
# Create a new group
whatsapp group create --name "Project Team" --participants "+1234567890,+0987654321"
# Add participants to a group
whatsapp group add --group-id "12036301234567890@g.us" --participants "+1122334455"
# Remove participants from a group
whatsapp group remove --group-id "12036301234567890@g.us" --participants "+1122334455"
# Get group info
whatsapp group info --group-id "12036301234567890@g.us"
To check your WhatsApp connection status:
# Check connection status
whatsapp status
# Get your profile info
whatsapp profile
# Update your status message
whatsapp status set --message "Available for work"
You can combine WhatsApp with other skills for powerful workflows:
# Example: Get email summary and send via WhatsApp
picobot agent -m "Summarize my unread emails from today" | whatsapp send --to "+1234567890" --message
# Example: Create task from WhatsApp message
# (When you receive a message, you can respond with task creation commands)
# Example: Send calendar events via WhatsApp
picobot agent -m "List my meetings for tomorrow" | whatsapp send --to "+1234567890" --message
If you encounter issues:
ps aux | grep npmwhatsapp statuspicobot channels login again~/.picobot/runtime/whatsapp-auth/