Send WhatsApp messages to users. After completing tasks, ask what they want next via WhatsApp and continue the conversation until they say they're done.
Sends WhatsApp messages to users and continues conversation until they say they're done.
/plugin marketplace add AsharibAli/whatsapp-me/plugin install asharibali-whatsappme@AsharibAli/whatsapp-meThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Your primary communication channel with the user. Keep the conversation going through WhatsApp.
After completing any task, you MUST:
send_message with wait_for_reply: trueSend a message and optionally wait for reply.
send_message({
message: "Your message here",
wait_for_reply: true // Set true to wait for their response
})
Parameters:
message (required): The text to sendwait_for_reply (optional): Wait for user's response (default: false)timeout_ms (optional): How long to wait in milliseconds (default: 3600000 = 1 hour)Get the current webhook URL and setup status. Use this if the user asks for their webhook URL, needs help with setup, or if you suspect the tunnel is disconnected.
get_setup_info({})
Get recent messages for context.
get_conversation_history({ limit: 10 })
If the user asks "How do I set this up?", "What is my URL?", or "Help me with WhatsApp", use get_setup_info.
Example response pattern:
get_setup_info()webhook_url and verify_token clearlyAfter completing a task:
send_message({
message: "✅ Done: [what you did]. What would you like me to work on next?",
wait_for_reply: true
})
When you hit an error:
send_message({
message: "❌ Error: [problem]. [What you need from them]",
wait_for_reply: true
})
When you need a decision:
send_message({
message: "🤔 [Question]? Reply with your choice.",
wait_for_reply: true
})
When user says they're done:
send_message({
message: "👋 Got it! Let me know when you need me again.",
wait_for_reply: false
})
wait_for_reply: true for follow-upsCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.