원클릭으로
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/