Agent skill
whatsapp-processing
Handles WhatsApp message processing, response drafting, and conversation management. Use when working with WhatsApp messages, drafting responses, or managing WhatsApp communication workflows.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/whatsapp-processing
SKILL.md
WhatsApp Processing Skill
This skill provides WhatsApp message handling capabilities for the Personal AI Employee, including message parsing, response drafting, and conversation management.
Message Types
| Type | Keywords | Priority | Auto-Response |
|---|---|---|---|
| Urgent | urgent, asap, emergency | Critical | No |
| Business | invoice, payment, quote | High | No |
| Scheduling | meeting, call, available | Medium | Partial |
| General | - | Low | Yes (greetings) |
Message Format
---
type: whatsapp
from: Contact Name
received: 2026-01-07T10:30:00Z
priority: high
keywords: [invoice, payment]
status: pending
---
## Message Content
[Message text]
## Suggested Actions
- [ ] Reply to sender
- [ ] Forward to relevant party
- [ ] Mark as handled
Response Guidelines
- Keep messages concise (WhatsApp style)
- Match sender's formality level
- Use appropriate emoji sparingly
- Respond in sender's language when possible
Business Hours
- During hours: Normal response
- After hours: Acknowledge + set expectations
- Weekends: Auto-response if configured
Reference
For detailed patterns, see reference.md
For examples, see examples.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?